Class OAuthGrantBean
- java.lang.Object
- 
- org.keycloak.forms.login.freemarker.model.OAuthGrantBean
 
- 
 public class OAuthGrantBean extends Object - Author:
- Viliam Rockai
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classOAuthGrantBean.ClientScopeEntry
 - 
Constructor SummaryConstructors Constructor Description OAuthGrantBean(String code, ClientModel client, List<AuthorizationDetails> clientScopesRequested)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClient()List<OAuthGrantBean.ClientScopeEntry>getClientScopesRequested()StringgetCode()
 
- 
- 
- 
Constructor Detail- 
OAuthGrantBeanpublic OAuthGrantBean(String code, ClientModel client, List<AuthorizationDetails> clientScopesRequested) 
 
- 
 - 
Method Detail- 
getCodepublic String getCode() 
 - 
getClientpublic String getClient() 
 - 
getClientScopesRequestedpublic List<OAuthGrantBean.ClientScopeEntry> getClientScopesRequested() 
 
- 
 
-