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 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
int
hashCode()
void
void
setClientId
(String p0) void
setCreatedDate
(Long p0) void
void
toString()
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlag
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:
getClientId
in interfaceMapUserConsentEntity
-
setClientId
- Specified by:
setClientId
in interfaceMapUserConsentEntity
-
getCreatedDate
- Specified by:
getCreatedDate
in interfaceMapUserConsentEntity
-
setCreatedDate
- Specified by:
setCreatedDate
in interfaceMapUserConsentEntity
-
setGrantedClientScopesIds
- Specified by:
setGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
- Specified by:
removeGrantedClientScopesId
in interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
- Specified by:
getGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
addGrantedClientScopesId
- Specified by:
addGrantedClientScopesId
in interfaceMapUserConsentEntity
-
setLastUpdatedDate
- Specified by:
setLastUpdatedDate
in interfaceMapUserConsentEntity
-
getLastUpdatedDate
- Specified by:
getLastUpdatedDate
in interfaceMapUserConsentEntity
-