Class ConsentScopeRepresentation
- java.lang.Object
- 
- org.keycloak.representations.account.ConsentScopeRepresentation
 
- 
 public class ConsentScopeRepresentation extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ConsentScopeRepresentation()ConsentScopeRepresentation(String id, String name, String displayTest)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayTest()StringgetId()StringgetName()voidsetDisplayTest(String displayTest)voidsetId(String id)voidsetName(String name)
 
-