Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LoginFormsProvider.createResponse(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FreeMarkerLoginFormsProvider.createResponse(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
static UserModel.RequiredAction |
UserModel.RequiredAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserModel.RequiredAction[] |
UserModel.RequiredAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<UserModel.RequiredAction> |
UserModel.getRequiredActions() |
Modifier and Type | Method and Description |
---|---|
void |
UserModel.addRequiredAction(UserModel.RequiredAction action) |
void |
UserModel.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
Set<UserModel.RequiredAction> |
UserAdapter.getRequiredActions() |
Modifier and Type | Method and Description |
---|---|
void |
UserAdapter.addRequiredAction(UserModel.RequiredAction action) |
void |
UserAdapter.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
Set<UserModel.RequiredAction> |
CachedUser.getRequiredActions() |
Modifier and Type | Method and Description |
---|---|
List<UserModel.RequiredAction> |
UserEntity.getRequiredActions() |
Modifier and Type | Method and Description |
---|---|
void |
UserEntity.setRequiredActions(List<UserModel.RequiredAction> requiredActions) |
Modifier and Type | Method and Description |
---|---|
Set<UserModel.RequiredAction> |
UserAdapter.getRequiredActions() |
Modifier and Type | Method and Description |
---|---|
void |
UserAdapter.addRequiredAction(UserModel.RequiredAction action) |
void |
UserAdapter.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Field and Description |
---|---|
protected UserModel.RequiredAction |
UserRequiredActionEntity.action |
protected UserModel.RequiredAction |
UserRequiredActionEntity.Key.action |
Modifier and Type | Method and Description |
---|---|
UserModel.RequiredAction |
UserRequiredActionEntity.getAction() |
UserModel.RequiredAction |
UserRequiredActionEntity.Key.getAction() |
Modifier and Type | Method and Description |
---|---|
void |
UserRequiredActionEntity.setAction(UserModel.RequiredAction action) |
Constructor and Description |
---|
UserRequiredActionEntity.Key(UserEntity user,
UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
Set<UserModel.RequiredAction> |
UserAdapter.getRequiredActions() |
Modifier and Type | Method and Description |
---|---|
void |
UserAdapter.addRequiredAction(UserModel.RequiredAction action) |
void |
UserAdapter.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
Set<UserModel.RequiredAction> |
UserModelDelegate.getRequiredActions() |
Modifier and Type | Method and Description |
---|---|
void |
UserModelDelegate.addRequiredAction(UserModel.RequiredAction action) |
void |
UserModelDelegate.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
boolean |
AccessCode.isValid(UserModel.RequiredAction requiredAction) |
void |
AccessCode.setRequiredAction(UserModel.RequiredAction requiredAction) |
Copyright © 2014. All Rights Reserved.