com.hack23.cia.web.api.events
Class UserAccountAction

Package class diagram package UserAccountAction
java.lang.Object
  extended by com.hack23.cia.web.api.common.AbstractAction
      extended by com.hack23.cia.web.api.events.AbstractUserAction
          extended by com.hack23.cia.web.api.events.UserAccountAction
All Implemented Interfaces:
ControllerAction, Serializable

public class UserAccountAction
extends AbstractUserAction

The Class UserAccountAction.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
UserAccountAction(UserAccountOperationType operation)
          Instantiates a new user account action.
UserAccountAction(UserAccountOperationType operation, String username, String encodedPassword)
          Instantiates a new user account action.
 
Method Summary
Modifier and Type Method and Description
 String getEncodedPassword()
          Gets the encoded password.
 UserAccountOperationType getOperation()
          Gets the operation.
 String getUsername()
          Gets the username.
 
Methods inherited from class com.hack23.cia.web.api.common.AbstractAction
getActionCategory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserAccountAction

public UserAccountAction(UserAccountOperationType operation)
Instantiates a new user account action.

Parameters:
operation - the operation

UserAccountAction

public UserAccountAction(UserAccountOperationType operation,
                         String username,
                         String encodedPassword)
Instantiates a new user account action.

Parameters:
operation - the operation
username - the username
encodedPassword - the encoded password
Method Detail

getEncodedPassword

public final String getEncodedPassword()
Gets the encoded password.

Returns:
the encoded password

getOperation

public final UserAccountOperationType getOperation()
Gets the operation.

Returns:
the operation

getUsername

public final String getUsername()
Gets the username.

Returns:
the username


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.