Class HotRodUserConsentEntity
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
-
- org.keycloak.models.map.storage.hotRod.user.HotRodUserConsentEntity
-
- All Implemented Interfaces:
UpdatableEntity
@Indexed public class HotRodUserConsentEntity extends AbstractHotRodEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
Fields Modifier and Type Field Description String
clientId
Long
createdDate
Set<String>
grantedClientScopesIds
Long
lastUpdatedDate
-
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
updated
-
-
Constructor Summary
Constructors Constructor Description HotRodUserConsentEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Field Detail
-
clientId
@Basic(sortable=true) @ProtoField(number=1) public String clientId
-
grantedClientScopesIds
@Basic(sortable=true) @ProtoField(number=2) public Set<String> grantedClientScopesIds
-
createdDate
@ProtoField(number=3) public Long createdDate
-
lastUpdatedDate
@ProtoField(number=4) public Long lastUpdatedDate
-
-