Class HotRodIdentityProviderMapperEntity

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

public class HotRodIdentityProviderMapperEntity extends AbstractHotRodEntity
  • Field Details

    • id

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

      @ProtoField(number=2) public String name
    • identityProviderAlias

      @ProtoField(number=3) public String identityProviderAlias
    • identityProviderMapper

      @ProtoField(number=4) public String identityProviderMapper
    • config

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

    • HotRodIdentityProviderMapperEntity

      public HotRodIdentityProviderMapperEntity()
  • Method Details