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.MapAdminEventEntityMapAdminEventEntity.AbstractAdminEventEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapAdminEventEntityDelegate(DelegateProvider<MapAdminEventEntity> delegateProvider)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthClientId()StringgetAuthIpAddress()StringgetAuthRealmId()StringgetAuthUserId()DelegateProvider<MapAdminEventEntity>getDelegateProvider()StringgetError()LonggetExpiration()Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.StringgetId()OperationTypegetOperationType()StringgetRealmId()StringgetRepresentation()StringgetResourcePath()StringgetResourceType()LonggetTimestamp()Returns a point in time (timestamp in milliseconds since The Epoch) when the event was created.booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetAuthClientId(String clientId)voidsetAuthIpAddress(String ipAddress)voidsetAuthRealmId(String realmId)voidsetAuthUserId(String userId)voidsetError(String error)voidsetExpiration(Long expiration)Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidsetId(String id)voidsetOperationType(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.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Constructor Detail- 
MapAdminEventEntityDelegatepublic MapAdminEventEntityDelegate(DelegateProvider<MapAdminEventEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapAdminEventEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapAdminEventEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Returns:
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getExpirationpublic Long getExpiration() Description copied from interface:ExpirableEntityReturns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
- getExpirationin interface- ExpirableEntity
- Returns:
- a timestamp in milliseconds since The Epoch or nullif this entity never expires or expiration is not known.
 
 - 
setExpirationpublic void setExpiration(Long expiration) Description copied from interface:ExpirableEntitySets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
- setExpirationin interface- ExpirableEntity
- Parameters:
- expiration- a timestamp in milliseconds since The Epoch or- nullif this entity never expires.
 
 - 
getTimestamppublic Long getTimestamp() Description copied from interface:MapAdminEventEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the event was created.- Specified by:
- getTimestampin interface- MapAdminEventEntity
- Returns:
- a timestamp in milliseconds since The Epoch or nullwhen the time is unknown
 
 - 
setTimestamppublic void setTimestamp(Long timestamp) Description copied from interface:MapAdminEventEntitySets a point in the (timestamp in milliseconds since The Epoch) when this entity was created.- Specified by:
- setTimestampin interface- MapAdminEventEntity
- Parameters:
- timestamp- a timestamp in milliseconds since The Epoch or- nullwhen the time is unknown
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapAdminEventEntity
 
 - 
setRealmIdpublic void setRealmId(String realmId) - Specified by:
- setRealmIdin interface- MapAdminEventEntity
 
 - 
getOperationTypepublic OperationType getOperationType() - Specified by:
- getOperationTypein interface- MapAdminEventEntity
 
 - 
setOperationTypepublic void setOperationType(OperationType operationType) - Specified by:
- setOperationTypein interface- MapAdminEventEntity
 
 - 
getResourcePathpublic String getResourcePath() - Specified by:
- getResourcePathin interface- MapAdminEventEntity
 
 - 
setResourcePathpublic void setResourcePath(String resourcePath) - Specified by:
- setResourcePathin interface- MapAdminEventEntity
 
 - 
getRepresentationpublic String getRepresentation() - Specified by:
- getRepresentationin interface- MapAdminEventEntity
 
 - 
setRepresentationpublic void setRepresentation(String representation) - Specified by:
- setRepresentationin interface- MapAdminEventEntity
 
 - 
getErrorpublic String getError() - Specified by:
- getErrorin interface- MapAdminEventEntity
 
 - 
setErrorpublic void setError(String error) - Specified by:
- setErrorin interface- MapAdminEventEntity
 
 - 
getResourceTypepublic String getResourceType() - Specified by:
- getResourceTypein interface- MapAdminEventEntity
 
 - 
setResourceTypepublic void setResourceType(String resourceType) - Specified by:
- setResourceTypein interface- MapAdminEventEntity
 
 - 
getAuthRealmIdpublic String getAuthRealmId() - Specified by:
- getAuthRealmIdin interface- MapAdminEventEntity
 
 - 
setAuthRealmIdpublic void setAuthRealmId(String realmId) - Specified by:
- setAuthRealmIdin interface- MapAdminEventEntity
 
 - 
getAuthClientIdpublic String getAuthClientId() - Specified by:
- getAuthClientIdin interface- MapAdminEventEntity
 
 - 
setAuthClientIdpublic void setAuthClientId(String clientId) - Specified by:
- setAuthClientIdin interface- MapAdminEventEntity
 
 - 
getAuthUserIdpublic String getAuthUserId() - Specified by:
- getAuthUserIdin interface- MapAdminEventEntity
 
 - 
setAuthUserIdpublic void setAuthUserId(String userId) - Specified by:
- setAuthUserIdin interface- MapAdminEventEntity
 
 - 
getAuthIpAddresspublic String getAuthIpAddress() - Specified by:
- getAuthIpAddressin interface- MapAdminEventEntity
 
 - 
setAuthIpAddresspublic void setAuthIpAddress(String ipAddress) - Specified by:
- setAuthIpAddressin interface- MapAdminEventEntity
 
 
- 
 
-