Package org.keycloak.models.session
Class PersistentAuthenticatedClientSessionAdapter.PersistentClientSessionData
java.lang.Object
org.keycloak.models.session.PersistentAuthenticatedClientSessionAdapter.PersistentClientSessionData
- Enclosing class:
- PersistentAuthenticatedClientSessionAdapter
protected static class PersistentAuthenticatedClientSessionAdapter.PersistentClientSessionData
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNotes()
getRoles()
void
void
setAuthMethod
(String authMethod) void
setExecutionStatus
(Map<String, Object> executionStatus) void
void
setProtocolMappers
(Set<String> protocolMappers) void
setRedirectUri
(String redirectUri) void
setRequiredActions
(Set<String> requiredActions) void
void
setUserSessionNotes
(Map<String, String> userSessionNotes)
-
Constructor Details
-
PersistentClientSessionData
protected PersistentClientSessionData()
-
-
Method Details
-
getAuthMethod
-
setAuthMethod
-
getRedirectUri
-
setRedirectUri
-
getNotes
-
setNotes
-
getAction
-
setAction
-
getUserSessionNotes
-
setUserSessionNotes
-
getExecutionStatus
-
setExecutionStatus
-
getRequiredActions
-
setRequiredActions
-
getProtocolMappers
-
setProtocolMappers
-
getRoles
-
setRoles
-