Package org.keycloak.models.map.user
Class MapUserConsentEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.user.MapUserConsentEntityImpl
- All Implemented Interfaces:
UpdatableEntity,MapUserConsentEntity
- Direct Known Subclasses:
JpaUserConsentMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapUserConsentEntityImpl
extends UpdatableEntity.Impl
implements MapUserConsentEntity
-
Nested Class Summary
Nested ClassesNested 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleaninthashCode()voidvoidsetClientId(String p0) voidsetCreatedDate(Long p0) voidvoidtoString()Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlagMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
MapUserConsentEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getClientId
- Specified by:
getClientIdin interfaceMapUserConsentEntity
-
setClientId
- Specified by:
setClientIdin interfaceMapUserConsentEntity
-
getCreatedDate
- Specified by:
getCreatedDatein interfaceMapUserConsentEntity
-
setCreatedDate
- Specified by:
setCreatedDatein interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
- Specified by:
setGrantedClientScopesIdsin interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
- Specified by:
removeGrantedClientScopesIdin interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
- Specified by:
getGrantedClientScopesIdsin interfaceMapUserConsentEntity
-
addGrantedClientScopesId
- Specified by:
addGrantedClientScopesIdin interfaceMapUserConsentEntity
-
setLastUpdatedDate
- Specified by:
setLastUpdatedDatein interfaceMapUserConsentEntity
-
getLastUpdatedDate
- Specified by:
getLastUpdatedDatein interfaceMapUserConsentEntity
-