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

Packages that use PrincipalStoreEntry
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.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 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.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.