| 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.changepwd.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.kdc.ticketgrant |
Provides the KDC's Ticket-Granting Service (TGS).
|
| org.apache.directory.server.kerberos.protocol |
Provides the
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.shared.kerberos |
| 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 | Class and Description |
|---|---|
class |
DirectoryPrincipalStore
A PrincipalStore backing entries in a DirectoryService.
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalStore |
KdcContext.getStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
KdcContext.setStore(PrincipalStore store) |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalStoreEntry |
TicketGrantingService.getEntry(KerberosPrincipal principal,
PrincipalStore store,
ErrorType errorType)
Get a PrincipalStoreEntry given a principal.
|
| Constructor and Description |
|---|
KerberosProtocolHandler(KdcServer kdcServer,
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.
|
Copyright © 2021. All rights reserved.