Class OAuthGrantBean.ClientScopeEntry
- java.lang.Object
-
- org.keycloak.forms.login.freemarker.model.OAuthGrantBean.ClientScopeEntry
-
- All Implemented Interfaces:
OrderedModel
- Enclosing class:
- OAuthGrantBean
public static class OAuthGrantBean.ClientScopeEntry extends Object implements OrderedModel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.OrderedModel
OrderedModel.OrderedModelComparator<OM extends OrderedModel>
-
-
Constructor Summary
Constructors Constructor Description ClientScopeEntry(String consentScreenText, String guiOrder, AuthorizationDetails authorizationDetails)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConsentScreenText()
String
getDynamicScopeParameter()
String
getGuiOrder()
-
-
-
Constructor Detail
-
ClientScopeEntry
public ClientScopeEntry(String consentScreenText, String guiOrder, AuthorizationDetails authorizationDetails)
-
-
Method Detail
-
getConsentScreenText
public String getConsentScreenText()
-
getGuiOrder
public String getGuiOrder()
- Specified by:
getGuiOrder
in interfaceOrderedModel
-
getDynamicScopeParameter
public String getDynamicScopeParameter()
-
-