Package org.keycloak.models.map.events
Class MapAdminEventEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.events.MapAdminEventEntity.AbstractAdminEventEntity
org.keycloak.models.map.events.MapAdminEventEntityImpl
- All Implemented Interfaces:
AbstractEntity
,ExpirableEntity
,UpdatableEntity
,MapAdminEventEntity
- Direct Known Subclasses:
JpaAdminEventMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAdminEventEntityImpl
extends MapAdminEventEntity.AbstractAdminEventEntity
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
-
Field Summary
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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.events.MapAdminEventEntity.AbstractAdminEventEntity
getId, setId
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlag
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
-
MapAdminEventEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
setAuthClientId
- Specified by:
setAuthClientId
in interfaceMapAdminEventEntity
-
getAuthClientId
- Specified by:
getAuthClientId
in interfaceMapAdminEventEntity
-
setAuthIpAddress
- Specified by:
setAuthIpAddress
in interfaceMapAdminEventEntity
-
getAuthIpAddress
- Specified by:
getAuthIpAddress
in interfaceMapAdminEventEntity
-
getAuthRealmId
- Specified by:
getAuthRealmId
in interfaceMapAdminEventEntity
-
setAuthRealmId
- Specified by:
setAuthRealmId
in interfaceMapAdminEventEntity
-
getAuthUserId
- Specified by:
getAuthUserId
in interfaceMapAdminEventEntity
-
setAuthUserId
- Specified by:
setAuthUserId
in interfaceMapAdminEventEntity
-
getError
- Specified by:
getError
in interfaceMapAdminEventEntity
-
setError
- Specified by:
setError
in interfaceMapAdminEventEntity
-
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
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
- Specified by:
getOperationType
in interfaceMapAdminEventEntity
-
setOperationType
- Specified by:
setOperationType
in interfaceMapAdminEventEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapAdminEventEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapAdminEventEntity
-
getRepresentation
- Specified by:
getRepresentation
in interfaceMapAdminEventEntity
-
setRepresentation
- Specified by:
setRepresentation
in interfaceMapAdminEventEntity
-
getResourcePath
- Specified by:
getResourcePath
in interfaceMapAdminEventEntity
-
setResourcePath
- Specified by:
setResourcePath
in interfaceMapAdminEventEntity
-
getResourceType
- Specified by:
getResourceType
in interfaceMapAdminEventEntity
-
setResourceType
- Specified by:
setResourceType
in interfaceMapAdminEventEntity
-
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
-
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
-