|
||||||||||
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[] |
PrincipalStore.getAllPrincipals(java.lang.String realm)
Get all principals for a given realm. |
PrincipalStoreEntry[] |
DirectoryPrincipalStore.getAllPrincipals(java.lang.String realm)
|
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)
|
Methods in org.apache.directory.server.kerberos.shared.store with parameters of type PrincipalStoreEntry | |
---|---|
java.lang.String |
PrincipalStore.addPrincipal(PrincipalStoreEntry entry)
Add a principal. |
java.lang.String |
DirectoryPrincipalStore.addPrincipal(PrincipalStoreEntry entry)
|
Uses of PrincipalStoreEntry in org.apache.directory.server.kerberos.shared.store.operations |
---|
Fields in org.apache.directory.server.kerberos.shared.store.operations declared as PrincipalStoreEntry | |
---|---|
protected PrincipalStoreEntry |
AddPrincipal.entry
The Kerberos principal who is to be added. |
Methods in org.apache.directory.server.kerberos.shared.store.operations with parameters of type PrincipalStoreEntry | |
---|---|
static ServerEntry |
StoreUtils.toServerEntry(CoreSession session,
org.apache.directory.shared.ldap.name.LdapDN dn,
PrincipalStoreEntry principalEntry)
Creates a ServerEntry for a PrincipalStoreEntry, doing what a state factory does but for ServerEntry instead of Attributes. |
Constructors in org.apache.directory.server.kerberos.shared.store.operations with parameters of type PrincipalStoreEntry | |
---|---|
AddPrincipal(PrincipalStoreEntry entry)
Creates the action to be used against the embedded ApacheDS DIT. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |