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 String
getDisplayTest()
String
getId()
String
getName()
void
setDisplayTest(String displayTest)
void
setId(String id)
void
setName(String name)
-