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.OrderedModelOrderedModel.OrderedModelComparator<OM extends OrderedModel>
 
- 
 - 
Constructor SummaryConstructors Constructor Description ClientScopeEntry(String consentScreenText, String guiOrder, AuthorizationDetails authorizationDetails)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConsentScreenText()StringgetDynamicScopeParameter()StringgetGuiOrder()
 
- 
- 
- 
Constructor Detail- 
ClientScopeEntrypublic ClientScopeEntry(String consentScreenText, String guiOrder, AuthorizationDetails authorizationDetails) 
 
- 
 - 
Method Detail- 
getConsentScreenTextpublic String getConsentScreenText() 
 - 
getGuiOrderpublic String getGuiOrder() - Specified by:
- getGuiOrderin interface- OrderedModel
 
 - 
getDynamicScopeParameterpublic String getDynamicScopeParameter() 
 
- 
 
-