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 |
---|---|
void |
UserModel.addRequiredAction(UserModel.RequiredAction action) |
void |
UserModel.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
void |
UserAdapter.addRequiredAction(UserModel.RequiredAction action) |
void |
UserAdapter.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
void |
UserAdapter.addRequiredAction(UserModel.RequiredAction action) |
void |
UserAdapter.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationSessionAdapter.addRequiredAction(UserModel.RequiredAction action) |
void |
AuthenticationSessionAdapter.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyUserModelDelegate.addRequiredAction(UserModel.RequiredAction action) |
void |
UserModelDelegate.addRequiredAction(UserModel.RequiredAction action) |
void |
ReadOnlyUserModelDelegate.removeRequiredAction(UserModel.RequiredAction action) |
void |
UserModelDelegate.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationSessionModel.addRequiredAction(UserModel.RequiredAction action) |
void |
AuthenticationSessionModel.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryUserAdapter.addRequiredAction(UserModel.RequiredAction action) |
void |
AbstractUserAdapterFederatedStorage.addRequiredAction(UserModel.RequiredAction action) |
void |
AbstractUserAdapter.addRequiredAction(UserModel.RequiredAction action) |
void |
InMemoryUserAdapter.removeRequiredAction(UserModel.RequiredAction action) |
void |
AbstractUserAdapterFederatedStorage.removeRequiredAction(UserModel.RequiredAction action) |
void |
AbstractUserAdapter.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
void |
MSADUserAccountControlStorageMapper.MSADUserModelDelegate.addRequiredAction(UserModel.RequiredAction action) |
void |
MSADUserAccountControlStorageMapper.MSADUserModelDelegate.removeRequiredAction(UserModel.RequiredAction action) |
Modifier and Type | Method and Description |
---|---|
void |
MSADLDSUserAccountControlStorageMapper.MSADUserModelDelegate.addRequiredAction(UserModel.RequiredAction action) |
void |
MSADLDSUserAccountControlStorageMapper.MSADUserModelDelegate.removeRequiredAction(UserModel.RequiredAction action) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.