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
Constructors Constructor Description HotRodAdminEventEntityDelegate()
HotRodAdminEventEntityDelegate(DeepCloner cloner)
HotRodAdminEventEntityDelegate(HotRodAdminEventEntity hotRodEntity)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
entityEquals(Object o1, Object o2)
static int
entityHashCode(HotRodAdminEventEntity e)
boolean
equals(Object o)
String
getAuthClientId()
String
getAuthIpAddress()
String
getAuthRealmId()
String
getAuthUserId()
String
getError()
Long
getExpiration()
Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.HotRodAdminEventEntity
getHotRodEntity()
OperationType
getOperationType()
String
getRealmId()
String
getRepresentation()
String
getResourcePath()
String
getResourceType()
Long
getTimestamp()
Returns a point in time (timestamp in milliseconds since The Epoch) when the event was created.int
hashCode()
void
setAuthClientId(String p0)
void
setAuthIpAddress(String p0)
void
setAuthRealmId(String p0)
void
setAuthUserId(String p0)
void
setError(String p0)
void
setExpiration(Long p0)
Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.void
setOperationType(OperationType p0)
void
setRealmId(String p0)
void
setRepresentation(String p0)
void
setResourcePath(String p0)
void
setResourceType(String p0)
void
setTimestamp(Long p0)
Sets a point in the (timestamp in milliseconds since The Epoch) when this entity was created.String
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
-
-
-
-
Constructor Detail
-
HotRodAdminEventEntityDelegate
public HotRodAdminEventEntityDelegate()
-
HotRodAdminEventEntityDelegate
public HotRodAdminEventEntityDelegate(HotRodAdminEventEntity hotRodEntity)
-
HotRodAdminEventEntityDelegate
public HotRodAdminEventEntityDelegate(DeepCloner cloner)
-
-
Method Detail
-
entityHashCode
public static int entityHashCode(HotRodAdminEventEntity e)
-
setAuthClientId
public void setAuthClientId(String p0)
- Specified by:
setAuthClientId
in interfaceMapAdminEventEntity
-
getAuthClientId
public String getAuthClientId()
- Specified by:
getAuthClientId
in interfaceMapAdminEventEntity
-
setAuthIpAddress
public void setAuthIpAddress(String p0)
- Specified by:
setAuthIpAddress
in interfaceMapAdminEventEntity
-
getAuthIpAddress
public String getAuthIpAddress()
- Specified by:
getAuthIpAddress
in interfaceMapAdminEventEntity
-
setAuthRealmId
public void setAuthRealmId(String p0)
- Specified by:
setAuthRealmId
in interfaceMapAdminEventEntity
-
getAuthRealmId
public String getAuthRealmId()
- Specified by:
getAuthRealmId
in interfaceMapAdminEventEntity
-
getAuthUserId
public String getAuthUserId()
- Specified by:
getAuthUserId
in interfaceMapAdminEventEntity
-
setAuthUserId
public void setAuthUserId(String p0)
- Specified by:
setAuthUserId
in interfaceMapAdminEventEntity
-
setError
public void setError(String p0)
- Specified by:
setError
in interfaceMapAdminEventEntity
-
getError
public String getError()
- Specified by:
getError
in interfaceMapAdminEventEntity
-
getExpiration
public Long 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.
-
setExpiration
public void setExpiration(Long p0)
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.
-
getOperationType
public OperationType getOperationType()
- Specified by:
getOperationType
in interfaceMapAdminEventEntity
-
setOperationType
public void setOperationType(OperationType p0)
- Specified by:
setOperationType
in interfaceMapAdminEventEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapAdminEventEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapAdminEventEntity
-
setRepresentation
public void setRepresentation(String p0)
- Specified by:
setRepresentation
in interfaceMapAdminEventEntity
-
getRepresentation
public String getRepresentation()
- Specified by:
getRepresentation
in interfaceMapAdminEventEntity
-
setResourcePath
public void setResourcePath(String p0)
- Specified by:
setResourcePath
in interfaceMapAdminEventEntity
-
getResourcePath
public String getResourcePath()
- Specified by:
getResourcePath
in interfaceMapAdminEventEntity
-
getResourceType
public String getResourceType()
- Specified by:
getResourceType
in interfaceMapAdminEventEntity
-
setResourceType
public void setResourceType(String p0)
- Specified by:
setResourceType
in interfaceMapAdminEventEntity
-
setTimestamp
public void setTimestamp(Long p0)
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
public Long 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
public HotRodAdminEventEntity getHotRodEntity()
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodAdminEventEntity>
-
-