| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.changepwd.protocol |
Provides the
IoHandler and associated
ProtocolCodecFactory required
to implement the Change Password Service with the MINA NIO framework. |
| org.apache.directory.server.kerberos.kdc |
Provides the entry point to an instance of the
KdcServer
(KDC), as well as classes common to the KDC's two services: the
Authentication Service (AS) and the Ticket-Granting Service (TGS). |
| Constructor and Description |
|---|
ChangePasswordProtocolHandler(ChangePasswordServer config,
org.apache.directory.server.kerberos.shared.store.PrincipalStore store)
Creates a new instance of ChangePasswordProtocolHandler.
|
| Modifier and Type | Method and Description |
|---|---|
ChangePasswordServer |
KdcServer.getChangePwdServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcServer.setChangePwdServer(ChangePasswordServer changePwdServer) |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.