Class FeatureRepresentation

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

public class FeatureRepresentation extends Object
  • Constructor Details

    • FeatureRepresentation

      public FeatureRepresentation()
    • FeatureRepresentation

      public FeatureRepresentation(Profile.Feature feature, boolean isEnabled)
  • Method Details

    • create

      public static List<FeatureRepresentation> create()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getType

      public org.keycloak.representations.info.Type getType()
    • setType

      public void setType(org.keycloak.representations.info.Type type)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getDependencies

      public Set<String> getDependencies()
    • setDependencies

      public void setDependencies(Set<String> dependencies)