Class ProtocolMapperTypeRepresentation

java.lang.Object
org.keycloak.representations.idm.ProtocolMapperTypeRepresentation

public class ProtocolMapperTypeRepresentation extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

  • Constructor Details

    • ProtocolMapperTypeRepresentation

      public ProtocolMapperTypeRepresentation()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getHelpText

      public String getHelpText()
    • setHelpText

      public void setHelpText(String helpText)
    • getPriority

      public int getPriority()
    • setPriority

      public void setPriority(int priority)
    • getProperties

      public List<ConfigPropertyRepresentation> getProperties()
    • setProperties

      public void setProperties(List<ConfigPropertyRepresentation> properties)