Package org.keycloak.protocol.oidc.rar
Interface AuthorizationRequestParserProvider
- 
- All Superinterfaces:
- Provider
 - All Known Implementing Classes:
- ClientScopeAuthorizationRequestParser
 
 public interface AuthorizationRequestParserProvider extends Provider - Author:
- Daniel Gozalo
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizationRequestContextparseScopes(String scopeParam)
 
- 
- 
- 
Method Detail- 
parseScopesAuthorizationRequestContext parseScopes(String scopeParam) 
 
- 
 
-