|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Device CapabilitiesLdap MBean.
Method Summary | |
void |
apply() Update the device capabilities plug-in instance configuration according current values. |
String |
getAuthDN() get AuthDN. |
String |
getAuthPassword() get AuthPassword. |
String |
getBaseDN() get BaseDN. |
int |
getConnTimeout() get ConnTimeout. |
String |
getDeviceIdAttributeName() get DeviceIdAttributeName. |
String |
getDeviceNameAttributeName() get Device Name Attribute Name. |
String |
getDeviceProfileURLAttributeName() get Device Profile URL AttributeName. |
String |
getHost() get Host. |
String |
getLDAPConnectionStatus() get LDAPConnectionStatus. |
int |
getMaxConnections() get MaxConnections. |
int |
getMinConnections() get MinConnections. |
int |
getPort() get Port. |
int |
getRecoverTimerInterval() get RecoverTimerInterval. |
String |
getSchema() get Schema. |
void |
setAuthDN(String authdn) se tAuthDN. |
void |
setAuthPassword(String authpassword) set AuthPassword. |
void |
setBaseDN(String bd) set BaseDN. |
void |
setConnTimeout(int connTimeout) set ConnTimeout. |
void |
setDeviceIdAttributeName(String name) set DeviceIdAttributeName. |
void |
setDeviceNameAttributeName(String name) set Device Name Attribute Name. |
void |
setDeviceProfileURLAttributeName(String name) set DeviceProfile URL AttributeName. |
void |
setHost(String host) set Host. |
void |
setMaxConnections(int maxConnections) set MaxConnections. |
void |
setMinConnections(int minConnections) set MinConnections. |
void |
setPort(int port) set Port. |
void |
setRecoverTimerInterval(int recoverTimeout) set RecoverTimerInterval. |
void |
setSchema(String schema) set Schema. |
void |
updateSchemaURL(String schemaURL) Update schema from a url. |
Method Detail |
public void apply() throws ManagementException
ManagementException
- the management exceptionpublic String getAuthDN()
public String getAuthPassword()
public String getBaseDN()
public int getConnTimeout()
public String getDeviceIdAttributeName()
public String getDeviceNameAttributeName()
public String getDeviceProfileURLAttributeName()
public String getHost()
public String getLDAPConnectionStatus()
public int getMaxConnections()
public int getMinConnections()
public int getPort()
public int getRecoverTimerInterval()
public String getSchema()
public void setAuthDN(String authdn)
authdn
- Authentication DN to connect to LDAP server.public void setAuthPassword(String authpassword)
authpassword
- Password to use authentication DN to connect to LDAP server.public void setBaseDN(String bd)
bd
- where we start LDAP lookup from directory.public void setConnTimeout(int connTimeout) throws InputManagementException
connTimeout
- connection timeout.InputManagementException
- InputManagementExceptionpublic void setDeviceIdAttributeName(String name)
name
- the device Id (e.g. IMEI) of the specified subscriber.public void setDeviceNameAttributeName(String name)
name
- the device name of the specified subscriber.public void setDeviceProfileURLAttributeName(String name)
name
- the device profile xml attribute name of the specified subscriber.public void setHost(String host)
host
- the LDAP server host address.public void setMaxConnections(int maxConnections)
maxConnections
- maximum connection in parallel.public void setMinConnections(int minConnections)
minConnections
- minimum connection in parallel.public void setPort(int port)
port
- the LDAP server port.public void setRecoverTimerInterval(int recoverTimeout) throws InputManagementException
recoverTimeout
- connection status watch-dog timer interval.InputManagementException
public void setSchema(String schema)
schema
- the mapping rule from address to a LDAP query string.public void updateSchemaURL(String schemaURL) throws InputManagementException
schemaURL
- the schema urlManagementException
- the management exceptionInputManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |