Uses of Interface
org.apache.directory.server.kerberos.shared.store.PrincipalStore

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

Uses of PrincipalStore in org.apache.directory.server.kerberos.shared
 

Methods in org.apache.directory.server.kerberos.shared with parameters of type PrincipalStore
static PrincipalStoreEntry KerberosUtils.getEntry(javax.security.auth.kerberos.KerberosPrincipal principal, PrincipalStore store, ErrorType errorType)
          Get a PrincipalStoreEntry given a principal.
 

Uses of PrincipalStore in org.apache.directory.server.kerberos.shared.store
 

Classes in org.apache.directory.server.kerberos.shared.store that implement PrincipalStore
 class DirectoryPrincipalStore
          A PrincipalStore backing entries in a DirectoryService.
 



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