Class FeatureRepresentation

java.lang.Object
org.keycloak.representations.info.FeatureRepresentation

public class FeatureRepresentation extends Object
  • Constructor Details

    • FeatureRepresentation

      public FeatureRepresentation()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getType

      public FeatureType getType()
    • setType

      public void setType(FeatureType type)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getDependencies

      public Set<String> getDependencies()
    • setDependencies

      public void setDependencies(Set<String> dependencies)