|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.web.api.common.AbstractAction
com.hack23.cia.web.api.events.AbstractUserAction
com.hack23.cia.web.api.events.UserAccountAction
public class UserAccountAction extends AbstractUserAction
The Class UserAccountAction.
| 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. |
| 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 |
|---|
public UserAccountAction(UserAccountOperationType operation)
operation - the operation
public UserAccountAction(UserAccountOperationType operation,
String username,
String encodedPassword)
operation - the operationusername - the usernameencodedPassword - the encoded password| Method Detail |
|---|
public final String getEncodedPassword()
public final UserAccountOperationType getOperation()
public final String getUsername()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||