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