Class HotRodUserCredentialEntity
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
-
- org.keycloak.models.map.storage.hotRod.user.HotRodUserCredentialEntity
-
- All Implemented Interfaces:
UpdatableEntity
public class HotRodUserCredentialEntity 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 LongcreatedDateStringcredentialDataStringidIntegerpriorityStringsecretDataStringtypeStringuserLabel-
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
updated
-
-
Constructor Summary
Constructors Constructor Description HotRodUserCredentialEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()-
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Field Detail
-
id
@ProtoField(number=1) public String id
-
type
@ProtoField(number=2) public String type
-
userLabel
@ProtoField(number=3) public String userLabel
-
createdDate
@ProtoField(number=4) public Long createdDate
-
secretData
@ProtoField(number=5) public String secretData
-
credentialData
@ProtoField(number=6) public String credentialData
-
priority
@ProtoField(number=7) public Integer priority
-
-