public class ChangePasswordServer
extends org.apache.directory.server.protocol.shared.DirectoryBackedService
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_CATEGORY_COUNT
The default change password password policy for category count.
|
static int |
DEFAULT_PASSWORD_LENGTH
The default change password password policy for password length.
|
static int |
DEFAULT_TOKEN_SIZE
The default change password password policy for token size.
|
| Constructor and Description |
|---|
ChangePasswordServer()
Creates a new instance of ChangePasswordConfiguration.
|
ChangePasswordServer(ChangePasswordConfig config) |
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordConfig |
getConfig() |
org.apache.directory.server.kerberos.shared.replay.ReplayCache |
getReplayCache() |
int |
getTcpPort() |
void |
start() |
void |
stop() |
String |
toString() |
getDirectoryService, getSearchBaseDn, isCatelogBased, setCatelogBased, setDirectoryService, setSearchBaseDnpublic static final int DEFAULT_PASSWORD_LENGTH
public static final int DEFAULT_CATEGORY_COUNT
public static final int DEFAULT_TOKEN_SIZE
public ChangePasswordServer()
public ChangePasswordServer(ChangePasswordConfig config)
public void start()
throws IOException,
org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
IOException - if we cannot bind to the specified portsorg.apache.directory.api.ldap.model.exception.LdapInvalidDnExceptionpublic void stop()
public org.apache.directory.server.kerberos.shared.replay.ReplayCache getReplayCache()
public ChangePasswordConfig getConfig()
public int getTcpPort()
public String toString()
toString in class ObjectObject.toString()Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.