|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrincipalStoreEntry | |
---|---|
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. |
Uses of PrincipalStoreEntry in org.apache.directory.server.changepw.service |
---|
Methods in org.apache.directory.server.changepw.service that return PrincipalStoreEntry | |
---|---|
PrincipalStoreEntry |
ChangePasswordContext.getServerEntry()
|
Methods in org.apache.directory.server.changepw.service with parameters of type PrincipalStoreEntry | |
---|---|
void |
ChangePasswordContext.setServerEntry(PrincipalStoreEntry serverEntry)
|
Uses of PrincipalStoreEntry in org.apache.directory.server.kerberos.kdc.authentication |
---|
Methods in org.apache.directory.server.kerberos.kdc.authentication that return PrincipalStoreEntry | |
---|---|
PrincipalStoreEntry |
AuthenticationContext.getClientEntry()
|
PrincipalStoreEntry |
AuthenticationContext.getServerEntry()
|
Methods in org.apache.directory.server.kerberos.kdc.authentication with parameters of type PrincipalStoreEntry | |
---|---|
void |
AuthenticationContext.setClientEntry(PrincipalStoreEntry clientEntry)
|
void |
AuthenticationContext.setServerEntry(PrincipalStoreEntry serverEntry)
|
Uses of PrincipalStoreEntry in org.apache.directory.server.kerberos.kdc.ticketgrant |
---|
Methods in org.apache.directory.server.kerberos.kdc.ticketgrant that return PrincipalStoreEntry | |
---|---|
PrincipalStoreEntry |
TicketGrantingContext.getRequestPrincipalEntry()
|
PrincipalStoreEntry |
TicketGrantingContext.getTicketPrincipalEntry()
|
Methods in org.apache.directory.server.kerberos.kdc.ticketgrant with parameters of type PrincipalStoreEntry | |
---|---|
void |
TicketGrantingContext.setRequestPrincipalEntry(PrincipalStoreEntry requestPrincipalEntry)
|
void |
TicketGrantingContext.setTicketPrincipalEntry(PrincipalStoreEntry ticketPrincipalEntry)
|
Uses of PrincipalStoreEntry in org.apache.directory.server.kerberos.sam |
---|
Methods in org.apache.directory.server.kerberos.sam with parameters of type PrincipalStoreEntry | |
---|---|
javax.security.auth.kerberos.KerberosKey |
SamSubsystem.verify(PrincipalStoreEntry entry,
byte[] sad)
Uses the principal entry information to load the approapriate SamVerifier and verify the Single-use password. |
Uses of PrincipalStoreEntry in org.apache.directory.server.kerberos.shared |
---|
Methods in org.apache.directory.server.kerberos.shared that return PrincipalStoreEntry | |
---|---|
static PrincipalStoreEntry |
KerberosUtils.getEntry(javax.security.auth.kerberos.KerberosPrincipal principal,
PrincipalStore store,
ErrorType errorType)
Get a PrincipalStoreEntry given a principal. |
Uses of PrincipalStoreEntry in org.apache.directory.server.kerberos.shared.store |
---|
Methods in org.apache.directory.server.kerberos.shared.store that return PrincipalStoreEntry | |
---|---|
PrincipalStoreEntry |
PrincipalStoreEntryModifier.getEntry()
Returns the PrincipalStoreEntry . |
PrincipalStoreEntry |
PrincipalStore.getPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
Get a PrincipalStoreEntry given a Kerberos principal. |
PrincipalStoreEntry |
DirectoryPrincipalStore.getPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
|
Uses of PrincipalStoreEntry in org.apache.directory.server.kerberos.shared.store.operations |
---|
Methods in org.apache.directory.server.kerberos.shared.store.operations with parameters of type PrincipalStoreEntry | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |