org.apache.directory.server.kerberos.shared.store.operations
Class ChangePassword

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.store.operations.ChangePassword
All Implemented Interfaces:
java.io.Serializable, ContextOperation

public class ChangePassword
extends java.lang.Object
implements ContextOperation

Command for changing a principal's password in a JNDI context.

Version:
$Rev: 434558 $, $Date: 2006-08-24 19:11:45 -0400 (Thu, 24 Aug 2006) $
Author:
Apache Directory Project
See Also:
Serialized Form

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

principal

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


newKey

protected javax.security.auth.kerberos.KerberosKey newKey
The new key for the update.

Constructor Detail

ChangePassword

public 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 Detail

execute

public java.lang.Object execute(javax.naming.directory.DirContext ctx,
                                javax.naming.Name searchBaseDn)
Description copied from interface: ContextOperation
The command pattern execute method.

Specified by:
execute in interface ContextOperation
Parameters:
ctx - The context to execute the command with
searchBaseDn - The base DN for working with the context
Returns:
Object The result returned by the command