Package | Description |
---|---|
org.apache.directory.server.changepw.protocol |
Provides the
org.apache.mina.common.IoHandler and associated
ProtocolCodecFactory required
to implement the Change Password Service with the MINA NIO framework. |
org.apache.directory.server.changepw.service |
Provides the Change Password Service.
|
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). |
org.apache.directory.server.kerberos.protocol |
Provides the
org.apache.mina.common.IoHandler and associated ProtocolCodecFactory
required to implement the KDC's Authentication Service (AS) and
Ticket-Granting Service (TGS) with the MINA NIO framework. |
org.apache.directory.server.kerberos.shared | |
org.apache.directory.server.kerberos.shared.store |
Provides the implementation for storing Kerberos principals
and symmetric keys backed by JNDI.
|
Constructor and Description |
---|
ChangePasswordProtocolHandler(ChangePasswordServer config,
PrincipalStore store)
Creates a new instance of ChangePasswordProtocolHandler.
|
Modifier and Type | Method and Description |
---|---|
PrincipalStore |
ChangePasswordContext.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
ChangePasswordContext.setStore(PrincipalStore store) |
Modifier and Type | Method and Description |
---|---|
PrincipalStore |
KdcContext.getStore() |
Modifier and Type | Method and Description |
---|---|
void |
KdcContext.setStore(PrincipalStore store) |
Constructor and Description |
---|
KerberosProtocolHandler(KdcServer config,
PrincipalStore store)
Creates a new instance of KerberosProtocolHandler.
|
Modifier and Type | Method and Description |
---|---|
static PrincipalStoreEntry |
KerberosUtils.getEntry(KerberosPrincipal principal,
PrincipalStore store,
ErrorType errorType)
Get a PrincipalStoreEntry given a principal.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectoryPrincipalStore
A PrincipalStore backing entries in a DirectoryService.
|
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.