Class ConsentScopeRepresentation
java.lang.Object
org.keycloak.representations.account.ConsentScopeRepresentation
-
Constructor Summary
ConstructorsConstructorDescriptionConsentScopeRepresentation(String id, String name, String displayText) ConsentScopeRepresentation(String id, String name, String description, String protocol, String displayText) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getId()getName()voidsetDescription(String description) voidsetDisplayTest(String displayTest) Deprecated.UsesetDisplayText(String)instead.voidsetDisplayText(String displayText) voidvoidvoidsetProtocol(String protocol)
-
Constructor Details
-
ConsentScopeRepresentation
public ConsentScopeRepresentation() -
ConsentScopeRepresentation
-
ConsentScopeRepresentation
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
getProtocol
-
setProtocol
-
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.