|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
The SubscriberProfile MBean interface.
| Field Summary | |
static String |
authDN
The authentication username for LDAP server. |
static String |
authPassword
The password for LDAP server.\nCall updateLDAPSettings to make the change effective. |
static String |
baseDN
The base DN of the server. |
static int |
connTimeout
The LDAP connection timeout value in second. |
static String |
host
The host name or IP address of LDAP server. |
static String |
LDAPConnectionStatus
The lDAP connection status. |
static int |
maxConnections
The maximum amount of connections of the LDAP connection pool. |
static int |
minConnections
The minimum amount of connections of the LDAP connection pool. |
static int |
port
The port number of LDAP server. |
static int |
recoverTimerInterval
The timer peroid in second for LDAP connection retry after LDAP connection error. |
static String |
schema
The schema of LDAP server. |
| Method Summary | |
String |
getAuthDN()
|
String |
getAuthPassword()
|
String |
getBaseDN()
|
int |
getConnTimeout()
|
String |
getHost()
|
String |
getLDAPConnectionStatus()
Gets the lDAP connection status. |
int |
getMaxConnections()
|
int |
getMinConnections()
|
int |
getPort()
|
int |
getRecoverTimerInterval()
|
String |
getSchema()
|
void |
setAuthDN(String authdn)
|
void |
setAuthPassword(String authpassword)
|
void |
setBaseDN(String bd)
|
void |
setConnTimeout(int connTimeout)
|
void |
setHost(String host)
|
void |
setMaxConnections(int maxConnections)
|
void |
setMinConnections(int minConnections)
|
void |
setPort(int port)
|
void |
setRecoverTimerInterval(int recoverTimeout)
|
void |
setSchema(String schema)
|
void |
updateLDAPSettings()
Update the LDAP connection pool to use the new configuraion. |
void |
updateSchemaURL(String schemaURL)
Update schema from a url. |
| Field Detail |
public static final String authDN
public static final String authPassword
public static final String baseDN
public static final int connTimeout
public static final String host
public static final String LDAPConnectionStatus
public static final int maxConnections
public static final int minConnections
public static final int port
public static final int recoverTimerInterval
public static final String schema
| Method Detail |
public String getAuthDN()
public String getAuthPassword()
public String getBaseDN()
public int getConnTimeout()
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)
public void setAuthPassword(String authpassword)
public void setBaseDN(String bd)
public void setConnTimeout(int connTimeout)
throws InputManagementException
InputManagementExceptionpublic void setHost(String host)
public void setMaxConnections(int maxConnections)
public void setMinConnections(int minConnections)
public void setPort(int port)
public void setRecoverTimerInterval(int recoverTimeout)
throws InputManagementException
InputManagementExceptionpublic void setSchema(String schema)
public void updateLDAPSettings()
throws ManagementException
ManagementException - the management exception
public void updateSchemaURL(String schemaURL)
throws InputManagementException
schemaURL - the schema url
ManagementException - the management exception
InputManagementException
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||