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

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

Version:
$Rev: 557121 $, $Date: 2007-07-17 22:51:26 -0400 (Tue, 17 Jul 2007) $
Author:
Apache Directory Project

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
protected  java.lang.String getContextKey()
           
 PrincipalStoreEntry getEntry(javax.security.auth.kerberos.KerberosPrincipal principal, PrincipalStore store, ErrorType errorType)
          Get a PrincipalStoreEntry given a principal.
 
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
Get a PrincipalStoreEntry given a principal. The ErrorType is used to indicate whether any resulting error pertains to a server or client.

Parameters:
principal -
store -
errorType -
Returns:
The PrincipalStoreEntry
Throws:
java.lang.Exception

getContextKey

protected java.lang.String getContextKey()


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