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 |
---|---|
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 Set<UserModel.RequiredAction> |
UserEntity.requiredActions |
Modifier and Type | Method and Description |
---|---|
Set<UserModel.RequiredAction> |
UserEntity.getRequiredActions() |
Modifier and Type | Method and Description |
---|---|
void |
UserEntity.setRequiredActions(Set<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 Set<UserModel.RequiredAction> |
AccessCodeEntry.requiredActions |
Modifier and Type | Method and Description |
---|---|
Set<UserModel.RequiredAction> |
AccessCodeEntry.getRequiredActions() |
Modifier and Type | Method and Description |
---|---|
void |
AccessCodeEntry.setRequiredActions(Set<UserModel.RequiredAction> requiredActions) |
Copyright © 2014. All Rights Reserved.