Package | Description |
---|---|
org.keycloak.services.managers | |
org.keycloak.services.resources | |
org.keycloak.sessions |
Modifier and Type | Method and Description |
---|---|
static CommonClientSessionModel.Action |
AuthenticationManager.getClientLogoutAction(AuthenticationSessionModel logoutAuthSession,
String clientUuid)
Returns the logout state of the particular client as per the
logoutAuthSession |
Modifier and Type | Method and Description |
---|---|
static void |
AuthenticationManager.setClientLogoutAction(AuthenticationSessionModel logoutAuthSession,
String clientUuid,
CommonClientSessionModel.Action action)
Sets logout state of the particular client into the
logoutAuthSession |
Constructor and Description |
---|
IsActionRequired(ActionTokenContext<?> context,
CommonClientSessionModel.Action expectedAction) |
Modifier and Type | Method and Description |
---|---|
static CommonClientSessionModel.Action |
CommonClientSessionModel.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonClientSessionModel.Action[] |
CommonClientSessionModel.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.