Class MapUserSessionEntityFieldDelegate
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.userSession.MapUserSessionEntity.AbstractUserSessionEntity
org.keycloak.models.map.userSession.MapUserSessionEntityFieldDelegate
- All Implemented Interfaces:
 AbstractEntity,HasEntityFieldDelegate<MapUserSessionEntity>,ExpirableEntity,UpdatableEntity,MapUserSessionEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapUserSessionEntityFieldDelegate
extends MapUserSessionEntity.AbstractUserSessionEntity
implements MapUserSessionEntity, HasEntityFieldDelegate<MapUserSessionEntity>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.userSession.MapUserSessionEntity
MapUserSessionEntity.AbstractUserSessionEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl - 
Field Summary
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated - 
Constructor Summary
ConstructorsConstructorDescriptionMapUserSessionEntityFieldDelegate(EntityFieldDelegate<MapUserSessionEntity> entityFieldDelegate)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidAn optional operation clearing the updated flag.Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.getId()Returns a point in time (timestamp in milliseconds since The Epoch) when the user session entity was last refreshed.getNotes()getState()Returns a point in time (timestamp in milliseconds since The Epoch) when the user session entity was created.booleanFlag signalizing that any of the setters has been meaningfully used.voidAn optional operation setting the updated flag.removeNote(String p0) voidsetAuthMethod(String p0) voidvoidvoidsetExpiration(Long p0) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidvoidsetIpAddress(String p0) voidSets a point in the (timestamp in milliseconds since The Epoch) when the user session entity was last refreshed.voidvoidvoidvoidsetOffline(Boolean p0) voidvoidsetRealmId(String p0) voidsetRememberMe(Boolean p0) voidvoidsetTimestamp(Long p0) Sets a point in the (timestamp in milliseconds since The Epoch) when the user session entity was created.voidtoString()Methods inherited from class org.keycloak.models.map.userSession.MapUserSessionEntity.AbstractUserSessionEntity
clearAuthenticatedClientSessionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.userSession.MapUserSessionEntity
clearAuthenticatedClientSessions 
- 
Constructor Details
- 
MapUserSessionEntityFieldDelegate
public MapUserSessionEntityFieldDelegate(EntityFieldDelegate<MapUserSessionEntity> entityFieldDelegate)  
 - 
 - 
Method Details
- 
getEntityFieldDelegate
- Specified by:
 getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapUserSessionEntity>
 - 
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
 isUpdatedin interfaceUpdatableEntity- Overrides:
 isUpdatedin classMapUserSessionEntity.AbstractUserSessionEntity- Returns:
 
 - 
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntityAn optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returntrue.- Specified by:
 markUpdatedFlagin interfaceUpdatableEntity- Overrides:
 markUpdatedFlagin classUpdatableEntity.Impl
 - 
clearUpdatedFlag
public void clearUpdatedFlag()Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
 clearUpdatedFlagin interfaceUpdatableEntity- Overrides:
 clearUpdatedFlagin classMapUserSessionEntity.AbstractUserSessionEntity
 - 
toString
 - 
getId
- Specified by:
 getIdin interfaceAbstractEntity- Overrides:
 getIdin classMapUserSessionEntity.AbstractUserSessionEntity
 - 
setId
- Specified by:
 setIdin interfaceAbstractEntity- Overrides:
 setIdin classMapUserSessionEntity.AbstractUserSessionEntity
 - 
getExpiration
Description copied from interface:ExpirableEntityReturns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
 getExpirationin interfaceExpirableEntity- Returns:
 - a timestamp in milliseconds since The Epoch or 
nullif this entity never expires or expiration is not known. 
 - 
setExpiration
Description copied from interface:ExpirableEntitySets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
 setExpirationin interfaceExpirableEntity- Parameters:
 p0- a timestamp in milliseconds since The Epoch ornullif this entity never expires.
 - 
getRealmId
- Specified by:
 getRealmIdin interfaceMapUserSessionEntity
 - 
setRealmId
- Specified by:
 setRealmIdin interfaceMapUserSessionEntity
 - 
getUserId
- Specified by:
 getUserIdin interfaceMapUserSessionEntity
 - 
setUserId
- Specified by:
 setUserIdin interfaceMapUserSessionEntity
 - 
getBrokerSessionId
- Specified by:
 getBrokerSessionIdin interfaceMapUserSessionEntity
 - 
setBrokerSessionId
- Specified by:
 setBrokerSessionIdin interfaceMapUserSessionEntity
 - 
getBrokerUserId
- Specified by:
 getBrokerUserIdin interfaceMapUserSessionEntity
 - 
setBrokerUserId
- Specified by:
 setBrokerUserIdin interfaceMapUserSessionEntity
 - 
getLoginUsername
- Specified by:
 getLoginUsernamein interfaceMapUserSessionEntity
 - 
setLoginUsername
- Specified by:
 setLoginUsernamein interfaceMapUserSessionEntity
 - 
getIpAddress
- Specified by:
 getIpAddressin interfaceMapUserSessionEntity
 - 
setIpAddress
- Specified by:
 setIpAddressin interfaceMapUserSessionEntity
 - 
getAuthMethod
- Specified by:
 getAuthMethodin interfaceMapUserSessionEntity
 - 
setAuthMethod
- Specified by:
 setAuthMethodin interfaceMapUserSessionEntity
 - 
isRememberMe
- Specified by:
 isRememberMein interfaceMapUserSessionEntity
 - 
setRememberMe
- Specified by:
 setRememberMein interfaceMapUserSessionEntity
 - 
getTimestamp
Description copied from interface:MapUserSessionEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the user session entity was created.- Specified by:
 getTimestampin interfaceMapUserSessionEntity- Returns:
 - a timestamp in milliseconds since The Epoch or 
nullwhen the time is unknown 
 - 
setTimestamp
Description copied from interface:MapUserSessionEntitySets a point in the (timestamp in milliseconds since The Epoch) when the user session entity was created.- Specified by:
 setTimestampin interfaceMapUserSessionEntity- Parameters:
 p0- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
 - 
getLastSessionRefresh
Description copied from interface:MapUserSessionEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the user session entity was last refreshed.- Specified by:
 getLastSessionRefreshin interfaceMapUserSessionEntity- Returns:
 - a timestamp in milliseconds since The Epoch or 
nullwhen the time is unknown 
 - 
setLastSessionRefresh
Description copied from interface:MapUserSessionEntitySets a point in the (timestamp in milliseconds since The Epoch) when the user session entity was last refreshed.- Specified by:
 setLastSessionRefreshin interfaceMapUserSessionEntity- Parameters:
 p0- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
 - 
getNotes
- Specified by:
 getNotesin interfaceMapUserSessionEntity
 - 
getNote
- Specified by:
 getNotein interfaceMapUserSessionEntity
 - 
setNotes
- Specified by:
 setNotesin interfaceMapUserSessionEntity
 - 
removeNote
- Specified by:
 removeNotein interfaceMapUserSessionEntity
 - 
setNote
- Specified by:
 setNotein interfaceMapUserSessionEntity
 - 
getState
- Specified by:
 getStatein interfaceMapUserSessionEntity
 - 
setState
- Specified by:
 setStatein interfaceMapUserSessionEntity
 - 
getAuthenticatedClientSessions
- Specified by:
 getAuthenticatedClientSessionsin interfaceMapUserSessionEntity
 - 
getAuthenticatedClientSession
- Specified by:
 getAuthenticatedClientSessionin interfaceMapUserSessionEntity
 - 
addAuthenticatedClientSession
- Specified by:
 addAuthenticatedClientSessionin interfaceMapUserSessionEntity
 - 
removeAuthenticatedClientSession
- Specified by:
 removeAuthenticatedClientSessionin interfaceMapUserSessionEntity
 - 
isOffline
- Specified by:
 isOfflinein interfaceMapUserSessionEntity
 - 
setOffline
- Specified by:
 setOfflinein interfaceMapUserSessionEntity
 - 
getPersistenceState
- Specified by:
 getPersistenceStatein interfaceMapUserSessionEntity
 - 
setPersistenceState
- Specified by:
 setPersistenceStatein interfaceMapUserSessionEntity
 
 -