org.apache.directory.server.kerberos.kdc.authentication
Class AuthenticationContext
java.lang.Object
org.apache.directory.server.kerberos.kdc.KdcContext
org.apache.directory.server.kerberos.kdc.authentication.AuthenticationContext
public class AuthenticationContext
- extends KdcContext
- Version:
- $Rev: 642496 $, $Date: 2008-03-29 04:09:22 +0100 (Sa, 29 M??r 2008) $
- Author:
- Apache Directory Project
Methods inherited from class org.apache.directory.server.kerberos.kdc.KdcContext |
getCipherTextHandler, getClientAddress, getConfig, getEncryptionType, getReply, getRequest, getStore, setCipherTextHandler, setClientAddress, setConfig, setEncryptionType, setReply, setRequest, setStore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationContext
public AuthenticationContext()
getServerEntry
public PrincipalStoreEntry getServerEntry()
- Returns:
- Returns the serverEntry.
setServerEntry
public void setServerEntry(PrincipalStoreEntry serverEntry)
- Parameters:
serverEntry
- The serverEntry to set.
getClientEntry
public PrincipalStoreEntry getClientEntry()
- Returns:
- Returns the clientEntry.
setClientEntry
public void setClientEntry(PrincipalStoreEntry clientEntry)
- Parameters:
clientEntry
- The clientEntry to set.
getReplayCache
public ReplayCache getReplayCache()
- Returns:
- Returns the replayCache.
setReplayCache
public void setReplayCache(ReplayCache replayCache)
- Parameters:
replayCache
- The replayCache to set.
getClientKey
public EncryptionKey getClientKey()
- Returns:
- Returns the clientKey.
setClientKey
public void setClientKey(EncryptionKey clientKey)
- Parameters:
clientKey
- The clientKey to set.
getTicket
public Ticket getTicket()
- Returns:
- Returns the ticket.
setTicket
public void setTicket(Ticket ticket)
- Parameters:
ticket
- The ticket to set.
isPreAuthenticated
public boolean isPreAuthenticated()
- Returns:
- true if the client used pre-authentication.
setPreAuthenticated
public void setPreAuthenticated(boolean isPreAuthenticated)
- Parameters:
isPreAuthenticated
- Whether the client used pre-authentication.
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.