org.apache.directory.server.kerberos.shared.service
Class GetPrincipalStoreEntry

java.lang.Object
  extended byorg.apache.directory.server.protocol.shared.chain.impl.CommandBase
      extended byorg.apache.directory.server.kerberos.shared.service.GetPrincipalStoreEntry
All Implemented Interfaces:
Command
Direct Known Subclasses:
GetClientEntry, GetRequestPrincipalEntry, GetServerEntry, GetServerEntry, GetTicketPrincipalEntry

public abstract class GetPrincipalStoreEntry
extends CommandBase


Field Summary
 
Fields inherited from class org.apache.directory.server.protocol.shared.chain.impl.CommandBase
CONTINUE_CHAIN, STOP_CHAIN
 
Constructor Summary
GetPrincipalStoreEntry()
           
 
Method Summary
 PrincipalStoreEntry getEntry(javax.security.auth.kerberos.KerberosPrincipal principal, PrincipalStore store, ErrorType errorType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.directory.server.protocol.shared.chain.Command
execute
 

Constructor Detail

GetPrincipalStoreEntry

public GetPrincipalStoreEntry()
Method Detail

getEntry

public PrincipalStoreEntry getEntry(javax.security.auth.kerberos.KerberosPrincipal principal,
                                    PrincipalStore store,
                                    ErrorType errorType)
                             throws java.lang.Exception
Throws:
java.lang.Exception