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
The server principal


clientPrincipal

KerberosPrincipal clientPrincipal
The client principal


clientTime

KerberosTime clientTime
The client time


clientMicroSeconds

int clientMicroSeconds
The client micro seconds


Package org.apache.directory.shared.kerberos

Class org.apache.directory.shared.kerberos.KerberosTime extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read a KerberosTime from a stream

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write a serialized version of this instance.

Throws:
IOException
Serialized Fields

date

String date
The KerberosTime as a String


kerberosTime

long kerberosTime
The kerberosTime, as a long


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-2012 The Apache Software Foundation. All Rights Reserved.