Package | Description |
---|---|
org.keycloak.models |
Modifier and Type | Method and Description |
---|---|
static ClientSessionModel.ExecutionStatus |
ClientSessionModel.ExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientSessionModel.ExecutionStatus[] |
ClientSessionModel.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,ClientSessionModel.ExecutionStatus> |
ClientSessionModel.getExecutionStatus() |
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionModel.setExecutionStatus(String authenticator,
ClientSessionModel.ExecutionStatus status) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.