Package org.keycloak.sessions
Interface CommonClientSessionModel
- All Known Subinterfaces:
- AuthenticatedClientSessionModel,- AuthenticationSessionModel
- All Known Implementing Classes:
- AuthenticatedClientSessionAdapter,- AuthenticatedClientSessionUpdater,- AuthenticationSessionAdapter,- PersistentAuthenticatedClientSessionAdapter
public interface CommonClientSessionModel
Predecessor of AuthenticationSessionModel, ClientLoginSessionModel and ClientSessionModel (then action tickets). Maybe we will remove it later...
- Author:
- Marek Posolda
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enum
- 
Method SummaryModifier and TypeMethodDescriptiongetRealm()voidvoidsetProtocol(String method) voidsetRedirectUri(String uri) 
- 
Method Details- 
getRedirectUriString getRedirectUri()
- 
setRedirectUri
- 
getRealmRealmModel getRealm()
- 
getClientClientModel getClient()
- 
getActionString getAction()
- 
setAction
- 
getProtocolString getProtocol()
- 
setProtocol
 
-