Uses of Class
org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry

Packages that use PrincipalStoreEntry
org.apache.directory.server.changepw.service   
org.apache.directory.server.kerberos.kdc.authentication   
org.apache.directory.server.kerberos.kdc.ticketgrant   
org.apache.directory.server.kerberos.sam   
org.apache.directory.server.kerberos.shared.service   
org.apache.directory.server.kerberos.shared.store   
org.apache.directory.server.kerberos.shared.store.operations   
 

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.service
 

Methods in org.apache.directory.server.kerberos.shared.service that return PrincipalStoreEntry
 PrincipalStoreEntry GetPrincipalStoreEntry.getEntry(javax.security.auth.kerberos.KerberosPrincipal principal, PrincipalStore store, ErrorType errorType)
           
 

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)
           
 PrincipalStoreEntry[] JndiPrincipalStoreImpl.getAllPrincipals(java.lang.String realm)
           
 PrincipalStoreEntry PrincipalStoreEntryModifier.getEntry()
           
 PrincipalStoreEntry PrincipalStore.getPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
           
 PrincipalStoreEntry JndiPrincipalStoreImpl.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)
           
 java.lang.String JndiPrincipalStoreImpl.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.
 

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.
 



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.