Class HotRodIdentityProviderEntity

java.lang.Object
org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
org.keycloak.models.map.storage.hotRod.realm.entity.HotRodIdentityProviderEntity
All Implemented Interfaces:
UpdatableEntity

public class HotRodIdentityProviderEntity extends AbstractHotRodEntity
  • Field Details

    • id

      @ProtoField(number=1) public String id
    • addReadTokenRoleOnCreate

      @ProtoField(number=2) public Boolean addReadTokenRoleOnCreate
    • authenticateByDefault

      @ProtoField(number=3) public Boolean authenticateByDefault
    • enabled

      @ProtoField(number=4) public Boolean enabled
    • linkOnly

      @ProtoField(number=5) public Boolean linkOnly
    • storeToken

      @ProtoField(number=6) public Boolean storeToken
    • trustEmail

      @ProtoField(number=7) public Boolean trustEmail
    • alias

      @ProtoField(number=8) public String alias
    • displayName

      @ProtoField(number=9) public String displayName
    • firstBrokerLoginFlowId

      @ProtoField(number=10) public String firstBrokerLoginFlowId
    • postBrokerLoginFlowId

      @ProtoField(number=11) public String postBrokerLoginFlowId
    • providerId

      @ProtoField(number=12) public String providerId
    • config

      @ProtoField(number=13) public Set<HotRodPair<String,String>> config
  • Constructor Details

    • HotRodIdentityProviderEntity

      public HotRodIdentityProviderEntity()
  • Method Details