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.store.operations

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

serialVersionUID: -1032737167622217786L

Serialized Fields

entry

PrincipalStoreEntry entry
The Kerberos principal who is to be added.

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.DeletePrincipal extends java.lang.Object implements Serializable

serialVersionUID: -6970986279811261983L

Serialized Fields

principal

javax.security.auth.kerberos.KerberosPrincipal principal
The Kerberos principal who is to be deleted.

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

serialVersionUID: -1214321426487445132L

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