Package org.keycloak.sessions
Interface CommonClientSessionModel
- 
- All Known Subinterfaces:
- AuthenticatedClientSessionModel,- AuthenticationSessionModel
 - All Known Implementing Classes:
- AbstractAuthenticatedClientSessionModel,- AuthenticatedClientSessionAdapter,- AuthenticationSessionAdapter,- MapAuthenticatedClientSessionAdapter,- MapAuthenticationSessionAdapter,- PersistentAuthenticatedClientSessionAdapter
 
 public interface CommonClientSessionModelPredecesor of AuthenticationSessionModel, ClientLoginSessionModel and ClientSessionModel (then action tickets). Maybe we will remove it later...- Author:
- Marek Posolda
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classCommonClientSessionModel.Actionstatic classCommonClientSessionModel.ExecutionStatus
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAction()ClientModelgetClient()StringgetProtocol()RealmModelgetRealm()StringgetRedirectUri()voidsetAction(String action)voidsetProtocol(String method)voidsetRedirectUri(String uri)
 
- 
- 
- 
Method Detail- 
getRedirectUriString getRedirectUri() 
 - 
setRedirectUrivoid setRedirectUri(String uri) 
 - 
getRealmRealmModel getRealm() 
 - 
getClientClientModel getClient() 
 - 
getActionString getAction() 
 - 
setActionvoid setAction(String action) 
 - 
getProtocolString getProtocol() 
 - 
setProtocolvoid setProtocol(String method) 
 
- 
 
-