Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.models.utils | |
org.keycloak.sessions | |
org.keycloak.storage.adapter |
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 |
UserModelDelegate.addRequiredAction(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 |
AbstractUserAdapterFederatedStorage.addRequiredAction(UserModel.RequiredAction action) |
void |
AbstractUserAdapter.addRequiredAction(UserModel.RequiredAction action) |
void |
AbstractUserAdapterFederatedStorage.removeRequiredAction(UserModel.RequiredAction action) |
void |
AbstractUserAdapter.removeRequiredAction(UserModel.RequiredAction action) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.