Package | Description |
---|---|
org.apache.directory.server.changepw.service |
Provides the Change Password Service.
|
org.apache.directory.server.kerberos.kdc.authentication |
Provides the KDC's Authentication Service (AS).
|
org.apache.directory.server.kerberos.kdc.ticketgrant |
Provides the KDC's Ticket-Granting Service (TGS).
|
org.apache.directory.server.kerberos.sam |
Provides a subsystem that enables the KDC's Authentication Service (AS)
to use pluggable Single-use Authentication Mechanisms (SAM) during
pre-authentication processing.
|
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.
|
org.apache.directory.server.kerberos.shared.store.operations |
Provides Command pattern objects for working with the JNDI backing store.
|
Modifier and Type | Method and Description |
---|---|
PrincipalStoreEntry |
ChangePasswordContext.getServerEntry() |
Modifier and Type | Method and Description |
---|---|
void |
ChangePasswordContext.setServerEntry(PrincipalStoreEntry serverEntry) |
Modifier and Type | Method and Description |
---|---|
PrincipalStoreEntry |
AuthenticationContext.getClientEntry() |
PrincipalStoreEntry |
AuthenticationContext.getServerEntry() |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationContext.setClientEntry(PrincipalStoreEntry clientEntry) |
void |
AuthenticationContext.setServerEntry(PrincipalStoreEntry serverEntry) |
Modifier and Type | Method and Description |
---|---|
PrincipalStoreEntry |
TicketGrantingContext.getRequestPrincipalEntry() |
PrincipalStoreEntry |
TicketGrantingContext.getTicketPrincipalEntry() |
Modifier and Type | Method and Description |
---|---|
void |
TicketGrantingContext.setRequestPrincipalEntry(PrincipalStoreEntry requestPrincipalEntry) |
void |
TicketGrantingContext.setTicketPrincipalEntry(PrincipalStoreEntry ticketPrincipalEntry) |
Modifier and Type | Method and Description |
---|---|
KerberosKey |
SamSubsystem.verify(PrincipalStoreEntry entry,
byte[] sad)
Uses the principal entry information to load the approapriate SamVerifier
and verify the Single-use password.
|
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 | Method and Description |
---|---|
PrincipalStoreEntry |
PrincipalStoreEntryModifier.getEntry()
Returns the
PrincipalStoreEntry . |
PrincipalStoreEntry |
DirectoryPrincipalStore.getPrincipal(KerberosPrincipal principal) |
PrincipalStoreEntry |
PrincipalStore.getPrincipal(KerberosPrincipal principal)
Get a
PrincipalStoreEntry given a Kerberos principal. |
Modifier and Type | Method and Description |
---|---|
static org.apache.directory.shared.ldap.entry.ServerEntry |
StoreUtils.toServerEntry(CoreSession session,
org.apache.directory.shared.ldap.name.DN dn,
PrincipalStoreEntry principalEntry)
Creates a ServerEntry for a PrincipalStoreEntry, doing what a state
factory does but for ServerEntry instead of Attributes.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.