Serialized Form


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

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

serialVersionUID: 2968072183596955597L

Serialized Fields

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.


Package org.apache.directory.server.kerberos.shared.messages.components

Class org.apache.directory.server.kerberos.shared.messages.components.InvalidTicketException extends KerberosException implements Serializable

serialVersionUID: 1L


Package org.apache.directory.server.kerberos.shared.messages.value.flags

Class org.apache.directory.server.kerberos.shared.messages.value.flags.AbstractKerberosFlags extends org.apache.directory.shared.asn1.primitives.BitString implements Serializable

Serialized Fields

value

int value
The associated value

Class org.apache.directory.server.kerberos.shared.messages.value.flags.TicketFlags extends AbstractKerberosFlags implements Serializable

serialVersionUID: 1L


Package org.apache.directory.server.kerberos.shared.store.operations

Class org.apache.directory.server.kerberos.shared.store.operations.ChangePassword extends java.lang.Object implements Serializable

serialVersionUID: -7147685183641418353L

Serialized Fields

principal

javax.security.auth.kerberos.KerberosPrincipal principal
The Kerberos principal who's password is to be changed.


newPassword

java.lang.String newPassword
The new password for the update.

Class org.apache.directory.server.kerberos.shared.store.operations.GetPrincipal extends java.lang.Object implements Serializable

serialVersionUID: 4598007518413451945L

Serialized Fields

principal

javax.security.auth.kerberos.KerberosPrincipal principal
The name of the principal to get.



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