Serialized Form
|
Package org.apache.directory.server.kerberos.shared.exceptions |
serialVersionUID: 2968072183596955597L
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 |
serialVersionUID: -1032737167622217786L
entry
PrincipalStoreEntry entry
- The Kerberos principal who is to be added.
serialVersionUID: -7147685183641418353L
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.
serialVersionUID: -6970986279811261983L
principal
javax.security.auth.kerberos.KerberosPrincipal principal
- The Kerberos principal who is to be deleted.
serialVersionUID: -1214321426487445132L
serialVersionUID: 4598007518413451945L
principal
javax.security.auth.kerberos.KerberosPrincipal principal
- The name of the principal to get.
Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.