Class OAuthGrantBean
- java.lang.Object
-
- org.keycloak.forms.login.freemarker.model.OAuthGrantBean
-
public class OAuthGrantBean extends Object
- Author:
- Viliam Rockai
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OAuthGrantBean.ClientScopeEntry
-
Constructor Summary
Constructors Constructor Description OAuthGrantBean(String code, ClientModel client, List<AuthorizationDetails> clientScopesRequested)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClient()
List<OAuthGrantBean.ClientScopeEntry>
getClientScopesRequested()
String
getCode()
-
-
-
Constructor Detail
-
OAuthGrantBean
public OAuthGrantBean(String code, ClientModel client, List<AuthorizationDetails> clientScopesRequested)
-
-
Method Detail
-
getCode
public String getCode()
-
getClient
public String getClient()
-
getClientScopesRequested
public List<OAuthGrantBean.ClientScopeEntry> getClientScopesRequested()
-
-