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

Packages that use PrincipalStore
org.apache.directory.server.kerberos.shared.service Provides reusable IoHandlerCommands for the Kerberos and Change Password protocols. 
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.service
 

Methods in org.apache.directory.server.kerberos.shared.service with parameters of type PrincipalStore
 PrincipalStoreEntry GetPrincipalStoreEntry.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 JndiPrincipalStoreImpl
          A JNDI-backed implementation of the PrincipalStore interface.
 



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