Class ConsentScopeRepresentation

java.lang.Object
org.keycloak.representations.account.ConsentScopeRepresentation

public class ConsentScopeRepresentation extends Object
  • Constructor Details

    • ConsentScopeRepresentation

      public ConsentScopeRepresentation()
    • ConsentScopeRepresentation

      public ConsentScopeRepresentation(String id, String name, String displayText)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDisplayText

      public String getDisplayText()
    • setDisplayText

      public void setDisplayText(String displayText)
    • getDisplayTest

      @Deprecated public String getDisplayTest()
      Deprecated.
      Use getDisplayText() instead. This method will be removed in KC 27.0.
    • setDisplayTest

      @Deprecated public void setDisplayTest(String displayTest)
      Deprecated.
      Use setDisplayText(String) instead. This method will be removed in KC 27.0.