Class HotRodAdminEventEntityDelegate
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodAdminEventEntity>
org.keycloak.models.map.storage.hotRod.events.HotRodAdminEventEntity.AbstractHotRodAdminEventEntityDelegate
org.keycloak.models.map.storage.hotRod.events.HotRodAdminEventEntityDelegate
- All Implemented Interfaces:
AbstractEntity
,ExpirableEntity
,UpdatableEntity
,MapAdminEventEntity
,HotRodEntityDelegate<HotRodAdminEventEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodAdminEventEntityDelegate
extends HotRodAdminEventEntity.AbstractHotRodAdminEventEntityDelegate
implements MapAdminEventEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.events.MapAdminEventEntity
MapAdminEventEntity.AbstractAdminEventEntity
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
entityEquals
(Object o1, Object o2) static int
boolean
getError()
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 was created.int
hashCode()
void
void
void
setAuthRealmId
(String p0) void
setAuthUserId
(String p0) void
void
setExpiration
(Long p0) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.void
void
setRealmId
(String p0) void
void
void
void
setTimestamp
(Long p0) Sets a point in the (timestamp in milliseconds since The Epoch) when this entity was created.toString()
Methods inherited from class org.keycloak.models.map.storage.hotRod.events.HotRodAdminEventEntity.AbstractHotRodAdminEventEntityDelegate
getId, setId
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdated
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodAdminEventEntityDelegate
public HotRodAdminEventEntityDelegate() -
HotRodAdminEventEntityDelegate
-
HotRodAdminEventEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
getAuthClientId
- Specified by:
getAuthClientId
in interfaceMapAdminEventEntity
-
setAuthClientId
- Specified by:
setAuthClientId
in interfaceMapAdminEventEntity
-
getAuthIpAddress
- Specified by:
getAuthIpAddress
in interfaceMapAdminEventEntity
-
setAuthIpAddress
- Specified by:
setAuthIpAddress
in interfaceMapAdminEventEntity
-
setAuthRealmId
- Specified by:
setAuthRealmId
in interfaceMapAdminEventEntity
-
getAuthRealmId
- Specified by:
getAuthRealmId
in interfaceMapAdminEventEntity
-
getAuthUserId
- Specified by:
getAuthUserId
in interfaceMapAdminEventEntity
-
setAuthUserId
- Specified by:
setAuthUserId
in interfaceMapAdminEventEntity
-
setError
- Specified by:
setError
in interfaceMapAdminEventEntity
-
getError
- Specified by:
getError
in interfaceMapAdminEventEntity
-
setExpiration
Description copied from interface:ExpirableEntity
Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
setExpiration
in interfaceExpirableEntity
- Parameters:
p0
- a timestamp in milliseconds since The Epoch ornull
if this entity never expires.
-
getExpiration
Description copied from interface:ExpirableEntity
Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
getExpiration
in interfaceExpirableEntity
- Returns:
- a timestamp in milliseconds since The Epoch or
null
if this entity never expires or expiration is not known.
-
setOperationType
- Specified by:
setOperationType
in interfaceMapAdminEventEntity
-
getOperationType
- Specified by:
getOperationType
in interfaceMapAdminEventEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapAdminEventEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapAdminEventEntity
-
getRepresentation
- Specified by:
getRepresentation
in interfaceMapAdminEventEntity
-
setRepresentation
- Specified by:
setRepresentation
in interfaceMapAdminEventEntity
-
setResourcePath
- Specified by:
setResourcePath
in interfaceMapAdminEventEntity
-
getResourcePath
- Specified by:
getResourcePath
in interfaceMapAdminEventEntity
-
getResourceType
- Specified by:
getResourceType
in interfaceMapAdminEventEntity
-
setResourceType
- Specified by:
setResourceType
in interfaceMapAdminEventEntity
-
setTimestamp
Description copied from interface:MapAdminEventEntity
Sets a point in the (timestamp in milliseconds since The Epoch) when this entity was created.- Specified by:
setTimestamp
in interfaceMapAdminEventEntity
- Parameters:
p0
- a timestamp in milliseconds since The Epoch ornull
when the time is unknown
-
getTimestamp
Description copied from interface:MapAdminEventEntity
Returns a point in time (timestamp in milliseconds since The Epoch) when the event was created.- Specified by:
getTimestamp
in interfaceMapAdminEventEntity
- Returns:
- a timestamp in milliseconds since The Epoch or
null
when the time is unknown
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodAdminEventEntity>
-