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

Packages that use PrincipalStoreEntry
org.apache.directory.server.kerberos.shared.service   
org.apache.directory.server.kerberos.shared.store   
org.apache.directory.server.kerberos.shared.store.operations   
 

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)
           
 

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

Methods in org.apache.directory.server.kerberos.shared.store that return PrincipalStoreEntry
 PrincipalStoreEntry[] JndiPrincipalStoreImpl.getAllPrincipals(java.lang.String realm)
           
 PrincipalStoreEntry[] PrincipalStore.getAllPrincipals(java.lang.String realm)
           
 PrincipalStoreEntry PrincipalStoreEntryModifier.getEntry()
           
 PrincipalStoreEntry JndiPrincipalStoreImpl.getPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
           
 PrincipalStoreEntry PrincipalStore.getPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
           
 

Methods in org.apache.directory.server.kerberos.shared.store with parameters of type PrincipalStoreEntry
 java.lang.String JndiPrincipalStoreImpl.addPrincipal(PrincipalStoreEntry entry)
           
 java.lang.String PrincipalStore.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 Apache Software Foundation. All Rights Reserved.