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

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.service.GetPrincipalStoreEntry
All Implemented Interfaces:
org.apache.mina.handler.chain.IoHandlerCommand
Direct Known Subclasses:
GetClientEntry, GetRequestPrincipalEntry, GetServerEntry, GetServerEntry, GetTicketPrincipalEntry

public abstract class GetPrincipalStoreEntry
extends java.lang.Object
implements org.apache.mina.handler.chain.IoHandlerCommand


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.mina.handler.chain.IoHandlerCommand
org.apache.mina.handler.chain.IoHandlerCommand.NextCommand
 
Constructor Summary
GetPrincipalStoreEntry()
           
 
Method Summary
 java.lang.String getContextKey()
           
 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.mina.handler.chain.IoHandlerCommand
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

getContextKey

public java.lang.String getContextKey()


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.