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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetNotes()getRoles()voidvoidsetAuthMethod(String authMethod) voidsetExecutionStatus(Map<String, Object> executionStatus) voidvoidsetProtocolMappers(Set<String> protocolMappers) voidsetRedirectUri(String redirectUri) voidsetRequiredActions(Set<String> requiredActions) voidvoidsetUserSessionNotes(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
 
 -