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 Modifier Constructor Description protected
PersistentClientSessionData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
String
getAuthMethod()
Map<String,Object>
getExecutionStatus()
Map<String,String>
getNotes()
Set<String>
getProtocolMappers()
String
getRedirectUri()
Set<String>
getRequiredActions()
Set<String>
getRoles()
Map<String,String>
getUserSessionNotes()
void
setAction(String action)
void
setAuthMethod(String authMethod)
void
setExecutionStatus(Map<String,Object> executionStatus)
void
setNotes(Map<String,String> notes)
void
setProtocolMappers(Set<String> protocolMappers)
void
setRedirectUri(String redirectUri)
void
setRequiredActions(Set<String> requiredActions)
void
setRoles(Set<String> roles)
void
setUserSessionNotes(Map<String,String> userSessionNotes)
-
-
-
Method Detail
-
getAuthMethod
public String getAuthMethod()
-
setAuthMethod
public void setAuthMethod(String authMethod)
-
getRedirectUri
public String getRedirectUri()
-
setRedirectUri
public void setRedirectUri(String redirectUri)
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
-