Class ProtocolMapperEntity

java.lang.Object
org.keycloak.models.jpa.entities.ProtocolMapperEntity

@Entity public class ProtocolMapperEntity extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • id

      protected String id
    • name

      protected String name
    • protocol

      protected String protocol
    • protocolMapper

      protected String protocolMapper
  • Constructor Details

    • ProtocolMapperEntity

      public ProtocolMapperEntity()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getProtocol

      public String getProtocol()
    • setProtocol

      public void setProtocol(String protocol)
    • getProtocolMapper

      public String getProtocolMapper()
    • setProtocolMapper

      public void setProtocolMapper(String protocolMapper)
    • getConfig

      public Map<String,String> getConfig()
    • setConfig

      public void setConfig(Map<String,String> config)
    • getClient

      public ClientEntity getClient()
    • setClient

      public void setClient(ClientEntity client)
    • getClientScope

      public ClientScopeEntity getClientScope()
    • setClientScope

      public void setClientScope(ClientScopeEntity clientScope)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object