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

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

Methods in org.apache.directory.server.kerberos.shared.store that return PrincipalStoreEntry
 PrincipalStoreEntry PrincipalStoreEntryModifier.getEntry()
          Returns the PrincipalStoreEntry.
 PrincipalStoreEntry PrincipalStore.getPrincipal(KerberosPrincipal principal)
          Get a PrincipalStoreEntry given a Kerberos principal.
 PrincipalStoreEntry DirectoryPrincipalStore.getPrincipal(KerberosPrincipal principal)
          Get a PrincipalStoreEntry given a Kerberos 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.model.entry.Entry StoreUtils.toServerEntry(org.apache.directory.server.core.api.CoreSession session, org.apache.directory.shared.ldap.model.name.Dn dn, PrincipalStoreEntry principalEntry)
          Creates a Entry for a PrincipalStoreEntry, doing what a state factory does but for Entry instead of Attributes.
 



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