Uses of Class
org.surfnet.oaaas.model.AuthorizationRequest

Packages that use AuthorizationRequest
org.surfnet.oaaas.auth   
org.surfnet.oaaas.repository   
 

Uses of AuthorizationRequest in org.surfnet.oaaas.auth
 

Methods in org.surfnet.oaaas.auth that return AuthorizationRequest
protected  AuthorizationRequest AuthenticationFilter.extractAuthorizationRequest(javax.servlet.http.HttpServletRequest request)
           
 

Methods in org.surfnet.oaaas.auth with parameters of type AuthorizationRequest
protected  String OAuth2ValidatorImpl.determineRedirectUri(AuthorizationRequest authorizationRequest, String responseType, Client client)
           
protected  List<String> OAuth2ValidatorImpl.determineScopes(AuthorizationRequest authorizationRequest, Client client)
           
 OAuth2Validator.ValidationResponse OAuth2ValidatorImpl.validate(AuthorizationRequest authorizationRequest)
           
 OAuth2Validator.ValidationResponse OAuth2Validator.validate(AuthorizationRequest request)
          Validate the AuthorizationRequest
protected  void OAuth2ValidatorImpl.validateAuthorizationRequest(AuthorizationRequest authorizationRequest)
           
protected  Client OAuth2ValidatorImpl.validateClient(AuthorizationRequest authorizationRequest)
           
protected  String OAuth2ValidatorImpl.validateResponseType(AuthorizationRequest authorizationRequest)
           
 

Uses of AuthorizationRequest in org.surfnet.oaaas.repository
 

Methods in org.surfnet.oaaas.repository that return AuthorizationRequest
 AuthorizationRequest AuthorizationRequestRepository.findByAuthorizationCode(String authorizationCode)
           
 AuthorizationRequest AuthorizationRequestRepository.findByAuthState(String authState)
           
 



Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.