Package org.keycloak.models.map.user
Class MapUserConsentEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.user.MapUserConsentEntityFieldDelegate
-
- All Implemented Interfaces:
HasEntityFieldDelegate<MapUserConsentEntity>
,UpdatableEntity
,MapUserConsentEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapUserConsentEntityFieldDelegate extends UpdatableEntity.Impl implements MapUserConsentEntity, HasEntityFieldDelegate<MapUserConsentEntity>
-
-
Nested Class Summary
-
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
Constructors Constructor Description MapUserConsentEntityFieldDelegate(EntityFieldDelegate<MapUserConsentEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addGrantedClientScopesId(String p0)
void
clearUpdatedFlag()
An optional operation clearing the updated flag.String
getClientId()
Long
getCreatedDate()
EntityFieldDelegate<MapUserConsentEntity>
getEntityFieldDelegate()
Set<String>
getGrantedClientScopesIds()
Long
getLastUpdatedDate()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
removeGrantedClientScopesId(String p0)
void
setClientId(String p0)
void
setCreatedDate(Long p0)
void
setGrantedClientScopesIds(Set<String> p0)
void
setLastUpdatedDate(Long p0)
-
-
-
Constructor Detail
-
MapUserConsentEntityFieldDelegate
public MapUserConsentEntityFieldDelegate(EntityFieldDelegate<MapUserConsentEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapUserConsentEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapUserConsentEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
getClientId
public String getClientId()
- Specified by:
getClientId
in interfaceMapUserConsentEntity
-
setClientId
public void setClientId(String p0)
- Specified by:
setClientId
in interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
public Set<String> getGrantedClientScopesIds()
- Specified by:
getGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
addGrantedClientScopesId
public void addGrantedClientScopesId(String p0)
- Specified by:
addGrantedClientScopesId
in interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
public void setGrantedClientScopesIds(Set<String> p0)
- Specified by:
setGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
public void removeGrantedClientScopesId(String p0)
- Specified by:
removeGrantedClientScopesId
in interfaceMapUserConsentEntity
-
getCreatedDate
public Long getCreatedDate()
- Specified by:
getCreatedDate
in interfaceMapUserConsentEntity
-
setCreatedDate
public void setCreatedDate(Long p0)
- Specified by:
setCreatedDate
in interfaceMapUserConsentEntity
-
getLastUpdatedDate
public Long getLastUpdatedDate()
- Specified by:
getLastUpdatedDate
in interfaceMapUserConsentEntity
-
setLastUpdatedDate
public void setLastUpdatedDate(Long p0)
- Specified by:
setLastUpdatedDate
in interfaceMapUserConsentEntity
-
-