|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.store.operations.ChangePassword
Command for changing a principal's password in a JNDI context.
Field Summary | |
protected javax.security.auth.kerberos.KerberosKey |
newKey
The new key for the update. |
protected javax.security.auth.kerberos.KerberosPrincipal |
principal
The Kerberos principal who's password is to be changed. |
Constructor Summary | |
ChangePassword(javax.security.auth.kerberos.KerberosPrincipal principal,
javax.security.auth.kerberos.KerberosKey newKey)
Creates the action to be used against the embedded ApacheDS DIT. |
Method Summary | |
java.lang.Object |
execute(javax.naming.directory.DirContext ctx,
javax.naming.Name searchBaseDn)
The command pattern execute method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.security.auth.kerberos.KerberosPrincipal principal
protected javax.security.auth.kerberos.KerberosKey newKey
Constructor Detail |
public ChangePassword(javax.security.auth.kerberos.KerberosPrincipal principal, javax.security.auth.kerberos.KerberosKey newKey)
Method Detail |
public java.lang.Object execute(javax.naming.directory.DirContext ctx, javax.naming.Name searchBaseDn)
ContextOperation
execute
in interface ContextOperation
ctx
- The context to execute the command withsearchBaseDn
- The base DN for working with the context
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |