Package org.keycloak.models.map.events
Class MapAdminEventEntityDelegate
java.lang.Object
org.keycloak.models.map.events.MapAdminEventEntityDelegate
- All Implemented Interfaces:
AbstractEntity,HasDelegateProvider<MapAdminEventEntity>,ExpirableEntity,UpdatableEntity,MapAdminEventEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAdminEventEntityDelegate
extends Object
implements MapAdminEventEntity, HasDelegateProvider<MapAdminEventEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.events.MapAdminEventEntity
MapAdminEventEntity.AbstractAdminEventEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
ConstructorsConstructorDescriptionMapAdminEventEntityDelegate(DelegateProvider<MapAdminEventEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetError()Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.getId()Returns a point in time (timestamp in milliseconds since The Epoch) when the event was created.booleanFlag signalizing that any of the setters has been meaningfully used.voidsetAuthClientId(String clientId) voidsetAuthIpAddress(String ipAddress) voidsetAuthRealmId(String realmId) voidsetAuthUserId(String userId) voidvoidsetExpiration(Long expiration) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidvoidsetOperationType(OperationType operationType) voidsetRealmId(String realmId) voidsetRepresentation(String representation) voidsetResourcePath(String resourcePath) voidsetResourceType(String resourceType) voidsetTimestamp(Long timestamp) Sets a point in the (timestamp in milliseconds since The Epoch) when this entity was created.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapAdminEventEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapAdminEventEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
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.
-
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:
expiration- a timestamp in milliseconds since The Epoch ornullif this entity never expires.
-
getTimestamp
Description copied from interface:MapAdminEventEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the event was created.- Specified by:
getTimestampin interfaceMapAdminEventEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullwhen the time is unknown
-
setTimestamp
Description copied from interface:MapAdminEventEntitySets a point in the (timestamp in milliseconds since The Epoch) when this entity was created.- Specified by:
setTimestampin interfaceMapAdminEventEntity- Parameters:
timestamp- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
getRealmId
- Specified by:
getRealmIdin interfaceMapAdminEventEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapAdminEventEntity
-
getOperationType
- Specified by:
getOperationTypein interfaceMapAdminEventEntity
-
setOperationType
- Specified by:
setOperationTypein interfaceMapAdminEventEntity
-
getResourcePath
- Specified by:
getResourcePathin interfaceMapAdminEventEntity
-
setResourcePath
- Specified by:
setResourcePathin interfaceMapAdminEventEntity
-
getRepresentation
- Specified by:
getRepresentationin interfaceMapAdminEventEntity
-
setRepresentation
- Specified by:
setRepresentationin interfaceMapAdminEventEntity
-
getError
- Specified by:
getErrorin interfaceMapAdminEventEntity
-
setError
- Specified by:
setErrorin interfaceMapAdminEventEntity
-
getResourceType
- Specified by:
getResourceTypein interfaceMapAdminEventEntity
-
setResourceType
- Specified by:
setResourceTypein interfaceMapAdminEventEntity
-
getAuthRealmId
- Specified by:
getAuthRealmIdin interfaceMapAdminEventEntity
-
setAuthRealmId
- Specified by:
setAuthRealmIdin interfaceMapAdminEventEntity
-
getAuthClientId
- Specified by:
getAuthClientIdin interfaceMapAdminEventEntity
-
setAuthClientId
- Specified by:
setAuthClientIdin interfaceMapAdminEventEntity
-
getAuthUserId
- Specified by:
getAuthUserIdin interfaceMapAdminEventEntity
-
setAuthUserId
- Specified by:
setAuthUserIdin interfaceMapAdminEventEntity
-
getAuthIpAddress
- Specified by:
getAuthIpAddressin interfaceMapAdminEventEntity
-
setAuthIpAddress
- Specified by:
setAuthIpAddressin interfaceMapAdminEventEntity
-