Class AuthenticatedClientSessionEntity
java.lang.Object
org.keycloak.models.sessions.infinispan.entities.SessionEntity
org.keycloak.models.sessions.infinispan.entities.AuthenticatedClientSessionEntity
- All Implemented Interfaces:
- Serializable
@SerializeWith(ExternalizerImpl.class)
public class AuthenticatedClientSessionEntity
extends SessionEntity
- Author:
- Marek Posolda
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetId()getNotes()intintintinthashCode()booleanmergeRemoteEntityWithLocalEntity(SessionEntityWrapper localEntityWrapper) voidvoidsetAuthMethod(String authMethod) voidsetClientId(String clientId) voidvoidsetRedirectUri(String redirectUri) voidsetTimestamp(int timestamp) voidsetUserSessionId(String userSessionId) toString()Methods inherited from class org.keycloak.models.sessions.infinispan.entities.SessionEntitygetRealmId, isOffline, setOffline, setRealmId
- 
Field Details- 
loggerpublic static final org.jboss.logging.Logger logger
- 
LAST_TIMESTAMP_REMOTE- See Also:
 
- 
CLIENT_ID_NOTE- See Also:
 
 
- 
- 
Constructor Details- 
AuthenticatedClientSessionEntity
 
- 
- 
Method Details- 
getAuthMethod
- 
setAuthMethod
- 
getRedirectUri
- 
setRedirectUri
- 
getTimestamppublic int getTimestamp()
- 
setTimestamppublic void setTimestamp(int timestamp) 
- 
getUserSessionStartedpublic int getUserSessionStarted()
- 
getStartedpublic int getStarted()
- 
isUserSessionRememberMepublic boolean isUserSessionRememberMe()
- 
getClientId
- 
setClientId
- 
getAction
- 
setAction
- 
getNotes
- 
setNotes
- 
getId
- 
toString
- 
equals- Specified by:
- equalsin class- SessionEntity
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein class- SessionEntity
 
- 
mergeRemoteEntityWithLocalEntitypublic SessionEntityWrapper mergeRemoteEntityWithLocalEntity(SessionEntityWrapper localEntityWrapper) - Overrides:
- mergeRemoteEntityWithLocalEntityin class- SessionEntity
 
- 
getUserSessionId
- 
setUserSessionId
 
-