Serialized Form


Package org.apache.directory.server.kerberos.shared.replay

Class org.apache.directory.server.kerberos.shared.replay.ReplayCacheImpl.ReplayCacheEntry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

serverPrincipal

KerberosPrincipal serverPrincipal

clientPrincipal

KerberosPrincipal clientPrincipal

clientTime

KerberosTime clientTime

clientMicroSeconds

int clientMicroSeconds

Package org.apache.directory.shared.kerberos.exceptions

Class org.apache.directory.shared.kerberos.exceptions.InvalidTicketException extends KerberosException implements Serializable

serialVersionUID: 1L

Class org.apache.directory.shared.kerberos.exceptions.KerberosException extends Exception implements Serializable

serialVersionUID: 2968072183596955597L

Serialized Fields

error

KrbError error
the kerberos error


errorCode

int errorCode
The Kerberos error code associated with this exception.


explanatoryData

byte[] explanatoryData
Additional data about the error for use by the application to help it recover from or handle the error.



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