Class ConsentScopeRepresentation
java.lang.Object
org.keycloak.representations.account.ConsentScopeRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getId()
getName()
void
setDisplayTest
(String displayTest) Deprecated.UsesetDisplayText(String)
instead.void
setDisplayText
(String displayText) void
void
-
Constructor Details
-
ConsentScopeRepresentation
public ConsentScopeRepresentation() -
ConsentScopeRepresentation
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDisplayText
-
setDisplayText
-
getDisplayTest
Deprecated.UsegetDisplayText()
instead. This method will be removed in KC 27.0. -
setDisplayTest
Deprecated.UsesetDisplayText(String)
instead. This method will be removed in KC 27.0.
-
getDisplayText()
instead.