Package | Description |
---|---|
ejb |
Modifier and Type | Method and Description |
---|---|
UserJPA |
UserFacadeRemote.activateUser(UserJPA user)
Activate user.
|
UserJPA |
UserFacadeBean.activateUser(UserJPA user)
Activates an existing user.
|
UserJPA |
UserFacadeRemote.getUserByActionToken(java.lang.String actionToken)
Gets the user by action token.
|
UserJPA |
UserFacadeBean.getUserByActionToken(java.lang.String actionToken)
Reads the user identified by the provided action token.
|
UserJPA |
UserFacadeRemote.getUserByIdentifier(java.lang.String userIdentifier)
Gets the user by identifier.
|
UserJPA |
UserFacadeBean.getUserByIdentifier(java.lang.String userIdentifier)
Reads the user identified by the provided identifier.
|
UserJPA |
UserFacadeRemote.resetPassword(UserJPA user)
Reset password.
|
UserJPA |
UserFacadeBean.resetPassword(UserJPA user)
Resets the password of the user identified by the actionToken.
|