Package org.keycloak.models.map.user
Class MapUserConsentEntityDelegate
java.lang.Object
org.keycloak.models.map.user.MapUserConsentEntityDelegate
- All Implemented Interfaces:
HasDelegateProvider<MapUserConsentEntity>,UpdatableEntity,MapUserConsentEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapUserConsentEntityDelegate
extends Object
implements MapUserConsentEntity, HasDelegateProvider<MapUserConsentEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
ConstructorsConstructorDescriptionMapUserConsentEntityDelegate(DelegateProvider<MapUserConsentEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGrantedClientScopesId(String scope) booleanFlag signalizing that any of the setters has been meaningfully used.voidremoveGrantedClientScopesId(String scopesId) voidsetClientId(String clientId) voidsetCreatedDate(Long createdDate) voidsetGrantedClientScopesIds(Set<String> scopesIds) voidsetLastUpdatedDate(Long lastUpdatedDate) 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
-
MapUserConsentEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapUserConsentEntity>
-
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:
-
getClientId
- Specified by:
getClientIdin interfaceMapUserConsentEntity
-
setClientId
- Specified by:
setClientIdin interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
- Specified by:
getGrantedClientScopesIdsin interfaceMapUserConsentEntity
-
addGrantedClientScopesId
- Specified by:
addGrantedClientScopesIdin interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
- Specified by:
setGrantedClientScopesIdsin interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
- Specified by:
removeGrantedClientScopesIdin interfaceMapUserConsentEntity
-
getCreatedDate
- Specified by:
getCreatedDatein interfaceMapUserConsentEntity
-
setCreatedDate
- Specified by:
setCreatedDatein interfaceMapUserConsentEntity
-
getLastUpdatedDate
- Specified by:
getLastUpdatedDatein interfaceMapUserConsentEntity
-
setLastUpdatedDate
- Specified by:
setLastUpdatedDatein interfaceMapUserConsentEntity
-