Class HotRodAuthEventEntityDelegate
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodAuthEventEntity>
org.keycloak.models.map.storage.hotRod.events.HotRodAuthEventEntity.AbstractHotRodAuthEventEntityDelegate
org.keycloak.models.map.storage.hotRod.events.HotRodAuthEventEntityDelegate
- All Implemented Interfaces:
AbstractEntity,ExpirableEntity,UpdatableEntity,MapAuthEventEntity,HotRodEntityDelegate<HotRodAuthEventEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodAuthEventEntityDelegate
extends HotRodAuthEventEntity.AbstractHotRodAuthEventEntityDelegate
implements MapAuthEventEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.events.MapAuthEventEntity
MapAuthEventEntity.AbstractAuthEventEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanentityEquals(Object o1, Object o2) static intbooleangetError()Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.Returns a point in time (timestamp in milliseconds since The Epoch) when the event entity was created.getType()inthashCode()voidsetClientId(String p0) voidsetDetails(Map<String, String> p0) voidvoidsetExpiration(Long p0) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidsetIpAddress(String p0) voidsetRealmId(String p0) voidsetSessionId(String p0) voidsetTimestamp(Long p0) Sets a point in the (timestamp in milliseconds since The Epoch) when the event entity was created.voidvoidtoString()Methods inherited from class org.keycloak.models.map.storage.hotRod.events.HotRodAuthEventEntity.AbstractHotRodAuthEventEntityDelegate
getId, setIdMethods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdatedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setIdMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodAuthEventEntityDelegate
public HotRodAuthEventEntityDelegate() -
HotRodAuthEventEntityDelegate
-
HotRodAuthEventEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
getClientId
- Specified by:
getClientIdin interfaceMapAuthEventEntity
-
setClientId
- Specified by:
setClientIdin interfaceMapAuthEventEntity
-
setDetails
- Specified by:
setDetailsin interfaceMapAuthEventEntity
-
getDetails
- Specified by:
getDetailsin interfaceMapAuthEventEntity
-
setError
- Specified by:
setErrorin interfaceMapAuthEventEntity
-
getError
- Specified by:
getErrorin interfaceMapAuthEventEntity
-
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.
-
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.
-
setIpAddress
- Specified by:
setIpAddressin interfaceMapAuthEventEntity
-
getIpAddress
- Specified by:
getIpAddressin interfaceMapAuthEventEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapAuthEventEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapAuthEventEntity
-
setSessionId
- Specified by:
setSessionIdin interfaceMapAuthEventEntity
-
getSessionId
- Specified by:
getSessionIdin interfaceMapAuthEventEntity
-
getTimestamp
Description copied from interface:MapAuthEventEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the event entity was created.- Specified by:
getTimestampin interfaceMapAuthEventEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullwhen the time is unknown
-
setTimestamp
Description copied from interface:MapAuthEventEntitySets a point in the (timestamp in milliseconds since The Epoch) when the event entity was created.- Specified by:
setTimestampin interfaceMapAuthEventEntity- Parameters:
p0- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
setType
- Specified by:
setTypein interfaceMapAuthEventEntity
-
getType
- Specified by:
getTypein interfaceMapAuthEventEntity
-
setUserId
- Specified by:
setUserIdin interfaceMapAuthEventEntity
-
getUserId
- Specified by:
getUserIdin interfaceMapAuthEventEntity
-
getHotRodEntity
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodAuthEventEntity>
-