|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Device CapabilitiesLdap MBean.
Method Summary | |
void |
apply() Updates the device capabilities plug-in instance configuration according to the current values. |
String |
getAuthDN() Gets the AuthDN. |
String |
getAuthPassword() Gets the AuthPassword. |
String |
getBaseDN() Gets the BaseDN. |
int |
getConnTimeout() Gets the ConnTimeout. |
String |
getDeviceIdAttributeName() Gets the DeviceIdAttributeName. |
String |
getDeviceNameAttributeName() Gets the Device Name Attribute Name. |
String |
getDeviceProfileURLAttributeName() gets the Device Profile URL AttributeName. |
String |
getHost() Gets the LDAP server host address. |
String |
getLDAPConnectionStatus() Gets the LDAPConnectionStatus. |
int |
getMaxConnections() get MaxConnections. |
int |
getMinConnections() Gets the MinConnections. |
int |
getPort() Gets the LDAP server port. |
int |
getRecoverTimerInterval() Gets the RecoverTimerInterval. |
String |
getSchema() Gets a Schema. |
void |
setAuthDN(String authdn) Sets the AuthDN. |
void |
setAuthPassword(String authpassword) Sets the AuthPassword. |
void |
setBaseDN(String bd) Sets the BaseDN. |
void |
setConnTimeout(int connTimeout) Sets the ConnTimeout. |
void |
setDeviceIdAttributeName(String name) Sets the DeviceIdAttributeName. |
void |
setDeviceNameAttributeName(String name) Sets the Device Name Attribute Name. |
void |
setDeviceProfileURLAttributeName(String name) Sets the DeviceProfile URL AttributeName. |
void |
setHost(String host) Sets the LDAP server host address. |
void |
setMaxConnections(int maxConnections) set MaxConnections. |
void |
setMinConnections(int minConnections) set MinConnections. |
void |
setPort(int port) Sets the LDAP server port. |
void |
setRecoverTimerInterval(int recoverTimeout) Sets the RecoverTimerInterval. |
void |
setSchema(String schema) Sets a Schema. |
void |
updateSchemaURL(String schemaURL) Updates schema from a URL in format 'file:///d:/schema.xml'. |
Method Detail |
public void apply() throws ManagementException
ManagementException.
ManagementException
public 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
- The Authentication DN to connect to LDAP server.public void setAuthPassword(String authpassword)
authpassword
- Password used to authenticate with the LDAP server.public void setBaseDN(String bd)
bd
- The Base LDAP lookup directory.public void setConnTimeout(int connTimeout) throws InputManagementException
connTimeout
- Connection timeout.InputManagementException
public void setDeviceIdAttributeName(String name)
name
- The device ID, for eample, the 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
- The maximum parallel LDAP connections.public void setMinConnections(int minConnections)
minConnections
- Minimum parallel LDAP connections.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.
InputManagementException
public void setSchema(String schema)
schema
- The mapping rule from an address to a LDAP query string.public void updateSchemaURL(String schemaURL) throws InputManagementException
schemaURL
- The schema URL.ManagementException
- The management exception.InputManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 6.0 E55516-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |