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 Summary
Modifier and TypeInterfaceDescriptionstatic enum
static enum
-
Method Summary
Modifier and TypeMethodDescriptiongetRealm()
void
void
setProtocol
(String method) void
setRedirectUri
(String uri)
-
Method Details
-
getRedirectUri
String getRedirectUri() -
setRedirectUri
-
getRealm
RealmModel getRealm() -
getClient
ClientModel getClient() -
getAction
String getAction() -
setAction
-
getProtocol
String getProtocol() -
setProtocol
-