Package | Description |
---|---|
org.keycloak.sessions |
Modifier and Type | Method and Description |
---|---|
static CommonClientSessionModel.ExecutionStatus |
CommonClientSessionModel.ExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonClientSessionModel.ExecutionStatus[] |
CommonClientSessionModel.ExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,CommonClientSessionModel.ExecutionStatus> |
AuthenticationSessionModel.getExecutionStatus()
Returns execution status of the authentication session.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationSessionModel.setExecutionStatus(String authenticator,
CommonClientSessionModel.ExecutionStatus status)
Sets execution status of the authentication session.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.