|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.kerberos.kdc.KerberosServer
public class KerberosServer
A wrapper encapsulating configuration, a MINA registry, and a PrincipalStore to implement a complete Kerberos server.
| Constructor Summary | |
|---|---|
KerberosServer(KdcConfiguration config,
org.apache.mina.common.IoAcceptor acceptor,
org.apache.mina.common.IoServiceConfig serviceConfig,
org.apache.directory.server.kerberos.shared.store.PrincipalStore store)
Creates a new instance of KerberosServer. |
|
| Method Summary | |
|---|---|
void |
destroy()
Destroys this instance of KerberosServer. |
boolean |
isDifferent(java.util.Dictionary newConfig)
Returns whether configuration being proposed as new is really different. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KerberosServer(KdcConfiguration config,
org.apache.mina.common.IoAcceptor acceptor,
org.apache.mina.common.IoServiceConfig serviceConfig,
org.apache.directory.server.kerberos.shared.store.PrincipalStore store)
config - acceptor - serviceConfig - store - | Method Detail |
|---|
public boolean isDifferent(java.util.Dictionary newConfig)
newConfig -
True if the configuration is different.public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||