Package | Description |
---|---|
org.keycloak.services.managers | |
org.keycloak.services.resources |
Modifier and Type | Method and Description |
---|---|
static ClientSessionCode.ActionType |
ClientSessionCode.ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientSessionCode.ActionType[] |
ClientSessionCode.ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClientSessionCode.isActionActive(ClientSessionCode.ActionType actionType) |
boolean |
ClientSessionCode.isValid(String requestedAction,
ClientSessionCode.ActionType actionType) |
Modifier and Type | Method and Description |
---|---|
boolean |
SessionCodeChecks.verifyActiveAndValidAction(String expectedAction,
ClientSessionCode.ActionType actionType) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.