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 Modifier and Type Class Description static class
MapUserConsentEntityImpl.Empty
-
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 MapUserConsentEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addGrantedClientScopesId(String p0)
boolean
equals(Object o)
String
getClientId()
Long
getCreatedDate()
Set<String>
getGrantedClientScopesIds()
Long
getLastUpdatedDate()
int
hashCode()
void
removeGrantedClientScopesId(String p0)
void
setClientId(String p0)
void
setCreatedDate(Long p0)
void
setGrantedClientScopesIds(Set<String> p0)
void
setLastUpdatedDate(Long p0)
String
toString()
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
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
-
-
-
-
Constructor Detail
-
MapUserConsentEntityImpl
public MapUserConsentEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
getClientId
public String getClientId()
- Specified by:
getClientId
in interfaceMapUserConsentEntity
-
setClientId
public void setClientId(String p0)
- Specified by:
setClientId
in interfaceMapUserConsentEntity
-
setCreatedDate
public void setCreatedDate(Long p0)
- Specified by:
setCreatedDate
in interfaceMapUserConsentEntity
-
getCreatedDate
public Long getCreatedDate()
- Specified by:
getCreatedDate
in interfaceMapUserConsentEntity
-
getGrantedClientScopesIds
public Set<String> getGrantedClientScopesIds()
- Specified by:
getGrantedClientScopesIds
in interfaceMapUserConsentEntity
-
removeGrantedClientScopesId
public void removeGrantedClientScopesId(String p0)
- Specified by:
removeGrantedClientScopesId
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
-
setLastUpdatedDate
public void setLastUpdatedDate(Long p0)
- Specified by:
setLastUpdatedDate
in interfaceMapUserConsentEntity
-
getLastUpdatedDate
public Long getLastUpdatedDate()
- Specified by:
getLastUpdatedDate
in interfaceMapUserConsentEntity
-
-