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
  • Field Details

    • 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
  • Constructor Details

    • HotRodUserCredentialEntity

      public HotRodUserCredentialEntity()
  • Method Details