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

Packages that use PrincipalStore
org.apache.directory.server.changepw.protocol Provides the IoHandler and associated ProtocolCodecFactory required to implement the Change Password Service with the MINA NIO framework. 
org.apache.directory.server.changepw.service Provides the Change Password Service. 
org.apache.directory.server.kerberos.kdc Provides the entry point to an instance of the KdcServer (KDC), as well as classes common to the KDC's two services: the Authentication Service (AS) and the Ticket-Granting Service (TGS). 
org.apache.directory.server.kerberos.protocol Provides the IoHandler and associated ProtocolCodecFactory required to implement the KDC's Authentication Service (AS) and Ticket-Granting Service (TGS) with the MINA NIO framework. 
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.changepw.protocol
 

Constructors in org.apache.directory.server.changepw.protocol with parameters of type PrincipalStore
ChangePasswordProtocolHandler(ChangePasswordServer config, PrincipalStore store)
          Creates a new instance of ChangePasswordProtocolHandler.
 

Uses of PrincipalStore in org.apache.directory.server.changepw.service
 

Methods in org.apache.directory.server.changepw.service that return PrincipalStore
 PrincipalStore ChangePasswordContext.getStore()
           
 

Methods in org.apache.directory.server.changepw.service with parameters of type PrincipalStore
 void ChangePasswordContext.setStore(PrincipalStore store)
           
 

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

Methods in org.apache.directory.server.kerberos.kdc that return PrincipalStore
 PrincipalStore KdcContext.getStore()
           
 

Methods in org.apache.directory.server.kerberos.kdc with parameters of type PrincipalStore
 void KdcContext.setStore(PrincipalStore store)
           
 

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

Constructors in org.apache.directory.server.kerberos.protocol with parameters of type PrincipalStore
KerberosProtocolHandler(KdcServer config, PrincipalStore store)
          Creates a new instance of KerberosProtocolHandler.
 

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 Apache Software Foundation. All Rights Reserved.