Class HotRodUserFederatedIdentityEntity
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
-
- org.keycloak.models.map.storage.hotRod.user.HotRodUserFederatedIdentityEntity
-
- All Implemented Interfaces:
UpdatableEntity
@ProtoDoc("@Indexed") public class HotRodUserFederatedIdentityEntity 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
identityProvider
String
token
String
userId
String
userName
-
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
updated
-
-
Constructor Summary
Constructors Constructor Description HotRodUserFederatedIdentityEntity()
-
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
-
identityProvider
@ProtoField(number=1) @ProtoDoc("@Field(index = Index.YES, store = Store.YES)") public String identityProvider
-
token
@ProtoField(number=2) public String token
-
userId
@ProtoField(number=3) @ProtoDoc("@Field(index = Index.YES, store = Store.YES)") public String userId
-
userName
@ProtoField(number=4) public String userName
-
-