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>
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
-
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)
-
getAuthClientId
public String getAuthClientId()
- Specified by:
getAuthClientIdin interfaceMapAdminEventEntity
-
setAuthClientId
public void setAuthClientId(String p0)
- Specified by:
setAuthClientIdin interfaceMapAdminEventEntity
-
setAuthIpAddress
public void setAuthIpAddress(String p0)
- Specified by:
setAuthIpAddressin interfaceMapAdminEventEntity
-
getAuthIpAddress
public String getAuthIpAddress()
- Specified by:
getAuthIpAddressin interfaceMapAdminEventEntity
-
setAuthRealmId
public void setAuthRealmId(String p0)
- Specified by:
setAuthRealmIdin interfaceMapAdminEventEntity
-
getAuthRealmId
public String getAuthRealmId()
- Specified by:
getAuthRealmIdin interfaceMapAdminEventEntity
-
getAuthUserId
public String getAuthUserId()
- Specified by:
getAuthUserIdin interfaceMapAdminEventEntity
-
setAuthUserId
public void setAuthUserId(String p0)
- Specified by:
setAuthUserIdin interfaceMapAdminEventEntity
-
getError
public String getError()
- Specified by:
getErrorin interfaceMapAdminEventEntity
-
setError
public void setError(String p0)
- Specified by:
setErrorin interfaceMapAdminEventEntity
-
getExpiration
public Long getExpiration()
- Specified by:
getExpirationin interfaceExpirableEntity
-
setExpiration
public void setExpiration(Long p0)
- Specified by:
setExpirationin interfaceExpirableEntity
-
getOperationType
public org.keycloak.events.admin.OperationType getOperationType()
- Specified by:
getOperationTypein interfaceMapAdminEventEntity
-
setOperationType
public void setOperationType(org.keycloak.events.admin.OperationType p0)
- Specified by:
setOperationTypein interfaceMapAdminEventEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapAdminEventEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapAdminEventEntity
-
getRepresentation
public String getRepresentation()
- Specified by:
getRepresentationin interfaceMapAdminEventEntity
-
setRepresentation
public void setRepresentation(String p0)
- Specified by:
setRepresentationin interfaceMapAdminEventEntity
-
getResourcePath
public String getResourcePath()
- Specified by:
getResourcePathin interfaceMapAdminEventEntity
-
setResourcePath
public void setResourcePath(String p0)
- Specified by:
setResourcePathin interfaceMapAdminEventEntity
-
getResourceType
public String getResourceType()
- Specified by:
getResourceTypein interfaceMapAdminEventEntity
-
setResourceType
public void setResourceType(String p0)
- Specified by:
setResourceTypein interfaceMapAdminEventEntity
-
setTimestamp
public void setTimestamp(Long p0)
- Specified by:
setTimestampin interfaceMapAdminEventEntity
-
getTimestamp
public Long getTimestamp()
- Specified by:
getTimestampin interfaceMapAdminEventEntity
-
getHotRodEntity
public HotRodAdminEventEntity getHotRodEntity()
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodAdminEventEntity>
-
-