public class KdcServer
extends org.apache.directory.server.protocol.shared.DirectoryBackedService
| Constructor and Description |
|---|
KdcServer()
Creates a new instance of KdcServer with the default configuration.
|
KdcServer(KerberosConfig config)
Creates a new instance of KdcServer with the given config.
|
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordServer |
getChangePwdServer() |
KerberosConfig |
getConfig() |
org.apache.directory.server.kerberos.shared.replay.ReplayCache |
getReplayCache() |
int |
getTcpPort()
gets the port number on which TCP transport is running
|
void |
setChangePwdServer(ChangePasswordServer changePwdServer) |
void |
start() |
void |
stop() |
String |
toString() |
getDirectoryService, getSearchBaseDn, isCatelogBased, setCatelogBased, setDirectoryService, setSearchBaseDnpublic KdcServer()
public KdcServer(KerberosConfig config)
config - the kerberos server configurationpublic org.apache.directory.server.kerberos.shared.replay.ReplayCache getReplayCache()
public void start()
throws IOException,
org.apache.directory.api.ldap.model.exception.LdapInvalidDnException
IOException - if we cannot bind to the socketsorg.apache.directory.api.ldap.model.exception.LdapInvalidDnExceptionpublic void stop()
public int getTcpPort()
public KerberosConfig getConfig()
public ChangePasswordServer getChangePwdServer()
public void setChangePwdServer(ChangePasswordServer changePwdServer)
public String toString()
toString in class ObjectObject.toString()Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.