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

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

Methods in org.apache.directory.server.kerberos.shared.service that return PrincipalStoreEntry
 PrincipalStoreEntry GetPrincipalStoreEntry.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[] PrincipalStore.getAllPrincipals(java.lang.String realm)
          Get all principals for a given realm.
 PrincipalStoreEntry[] JndiPrincipalStoreImpl.getAllPrincipals(java.lang.String realm)
           
 PrincipalStoreEntry PrincipalStoreEntryModifier.getEntry()
          Returns the PrincipalStoreEntry.
 PrincipalStoreEntry PrincipalStore.getPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
          Get a PrincipalStoreEntry given a Kerberos principal.
 PrincipalStoreEntry JndiPrincipalStoreImpl.getPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
           
 

Methods in org.apache.directory.server.kerberos.shared.store with parameters of type PrincipalStoreEntry
 java.lang.String PrincipalStore.addPrincipal(PrincipalStoreEntry entry)
          Add a principal.
 java.lang.String JndiPrincipalStoreImpl.addPrincipal(PrincipalStoreEntry entry)
           
 

Uses of PrincipalStoreEntry in org.apache.directory.server.kerberos.shared.store.operations
 

Fields in org.apache.directory.server.kerberos.shared.store.operations declared as PrincipalStoreEntry
protected  PrincipalStoreEntry AddPrincipal.entry
          The Kerberos principal who is to be added.
 

Constructors in org.apache.directory.server.kerberos.shared.store.operations with parameters of type PrincipalStoreEntry
AddPrincipal(PrincipalStoreEntry entry)
          Creates the action to be used against the embedded ApacheDS DIT.
 



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