|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.web.action.common.AbstractAction com.hack23.cia.web.action.user.AbstractUserAction com.hack23.cia.web.action.user.UserAccountAction
public class UserAccountAction
The Class UserAccountAction.
Constructor Summary | |
---|---|
UserAccountAction(UserAccountActionEvent.Operation operation)
Instantiates a new user account action. |
|
UserAccountAction(UserAccountActionEvent.Operation operation,
String username,
String encodedPassword)
Instantiates a new user account action. |
Method Summary | |
---|---|
String |
getEncodedPassword()
Gets the encoded password. |
UserAccountActionEvent.Operation |
getOperation()
Gets the operation. |
String |
getUsername()
Gets the username. |
Methods inherited from class com.hack23.cia.web.action.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(UserAccountActionEvent.Operation operation)
operation
- the operationpublic UserAccountAction(UserAccountActionEvent.Operation operation, String username, String encodedPassword)
operation
- the operationusername
- the usernameencodedPassword
- the encoded passwordMethod Detail |
---|
public final String getEncodedPassword()
public final UserAccountActionEvent.Operation getOperation()
public final String getUsername()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |