| Package | Description |
|---|---|
| org.keycloak.authentication | |
| org.keycloak.models | |
| org.keycloak.models.entities |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationExecutionModel.Requirement |
AbstractAuthenticationFlowContext.getCategoryRequirementFromCurrentFlow(String authenticatorCategory) |
AuthenticationExecutionModel.Requirement[] |
ConfigurableAuthenticatorFactory.getRequirementChoices()
What requirement settings are allowed.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationExecutionModel.Requirement |
AuthenticationExecutionModel.getRequirement() |
static AuthenticationExecutionModel.Requirement |
AuthenticationExecutionModel.Requirement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationExecutionModel.Requirement[] |
AuthenticationExecutionModel.Requirement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationExecutionModel.setRequirement(AuthenticationExecutionModel.Requirement requirement) |
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationExecutionModel.Requirement |
AuthenticationExecutionEntity.requirement |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationExecutionModel.Requirement |
AuthenticationExecutionEntity.getRequirement() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationExecutionEntity.setRequirement(AuthenticationExecutionModel.Requirement requirement) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.