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 displayTest)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDisplayTest

      public String getDisplayTest()
    • setDisplayTest

      public void setDisplayTest(String displayTest)