Package | Description |
---|---|
org.wso2.carbon.directory.server.manager | |
org.wso2.carbon.directory.server.manager.internal |
Modifier and Type | Method and Description |
---|---|
void |
DirectoryServerManager.addServer(String serverName,
String serverDescription,
String serverPassword)
Adds a server principle to directory server.
|
void |
DirectoryServerManager.changePassword(String serverPrinciple,
String existingPassword,
String newPassword)
Changes the password of a given server principle.
|
String |
DirectoryServerManager.getPasswordConformanceRegularExpression()
Gets the regular expression which defines the format of the service principle, password.
|
String |
DirectoryServerManager.getServiceNameConformanceRegularExpression()
Gets the regular expression which defines the format of the service principle.
|
boolean |
DirectoryServerManager.isExistingServicePrinciple(String servicePrinciple)
This method checks whether give service principle already exists in the LDAP KDC.
|
boolean |
DirectoryServerManager.isKDCEnabled()
This method checks whether KDC is enabled.
|
org.wso2.carbon.directory.server.manager.common.ServerPrinciple[] |
DirectoryServerManager.listServicePrinciples(String filter)
List service principles, current available in the directory server.
|
void |
DirectoryServerManager.removeServer(String serverName)
Removes given server principle.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPServerStoreManager.addServicePrinciple(String serverName,
String serverDescription,
Object credentials) |
void |
LDAPServerStoreManager.deleteServicePrinciple(String serverName) |
String |
LDAPServerStoreManager.getServiceName(String serverName) |
boolean |
LDAPServerStoreManager.isExistingServicePrinciple(String servicePrinciple) |
boolean |
LDAPServerStoreManager.isExistingServiceUid(String uid) |
boolean |
LDAPServerStoreManager.isValidPassword(String serverName,
Object existingCredentials) |
org.wso2.carbon.directory.server.manager.common.ServerPrinciple[] |
LDAPServerStoreManager.listServicePrinciples(String filter) |
void |
LDAPServerStoreManager.updateServicePrinciplePassword(String serverName,
Object oldCredential,
Object newCredentials) |
Copyright © 2015 WSO2. All rights reserved.