Uses of Interface
org.springframework.security.oauth2.provider.AuthorizationRequestManager

Packages that use AuthorizationRequestManager
org.springframework.security.oauth2.provider   
org.springframework.security.oauth2.provider.endpoint   
 

Uses of AuthorizationRequestManager in org.springframework.security.oauth2.provider
 

Classes in org.springframework.security.oauth2.provider that implement AuthorizationRequestManager
 class DefaultAuthorizationRequestManager
          Default implementation of AuthorizationRequestManager which validates grant types and scopes and fills in scopes with the default values from the client if they are missing.
 

Uses of AuthorizationRequestManager in org.springframework.security.oauth2.provider.endpoint
 

Methods in org.springframework.security.oauth2.provider.endpoint that return AuthorizationRequestManager
protected  AuthorizationRequestManager AbstractEndpoint.getAuthorizationRequestManager()
           
protected  AuthorizationRequestManager AbstractEndpoint.getDefaultAuthorizationRequestManager()
           
 

Methods in org.springframework.security.oauth2.provider.endpoint with parameters of type AuthorizationRequestManager
 void AbstractEndpoint.setAuthorizationRequestManager(AuthorizationRequestManager authorizationRequestManager)
           
 



Copyright © 2013. All rights reserved.