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

Packages that use OAuth2RequestFactory
org.springframework.security.oauth2.provider   
org.springframework.security.oauth2.provider.approval   
org.springframework.security.oauth2.provider.client   
org.springframework.security.oauth2.provider.code   
org.springframework.security.oauth2.provider.endpoint   
org.springframework.security.oauth2.provider.implicit   
org.springframework.security.oauth2.provider.password   
org.springframework.security.oauth2.provider.refresh   
org.springframework.security.oauth2.provider.token   
 

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

Classes in org.springframework.security.oauth2.provider that implement OAuth2RequestFactory
 class DefaultOAuth2RequestFactory
          Default implementation of OAuth2RequestFactory which initializes fields from the parameters map, validates grant types and scopes, and fills in scopes with the default values from the client if they are missing.
 

Uses of OAuth2RequestFactory in org.springframework.security.oauth2.provider.approval
 

Methods in org.springframework.security.oauth2.provider.approval with parameters of type OAuth2RequestFactory
 void TokenStoreUserApprovalHandler.setRequestFactory(OAuth2RequestFactory requestFactory)
           
 void ApprovalStoreUserApprovalHandler.setRequestFactory(OAuth2RequestFactory requestFactory)
           
 

Uses of OAuth2RequestFactory in org.springframework.security.oauth2.provider.client
 

Constructors in org.springframework.security.oauth2.provider.client with parameters of type OAuth2RequestFactory
ClientCredentialsTokenGranter(AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 

Uses of OAuth2RequestFactory in org.springframework.security.oauth2.provider.code
 

Constructors in org.springframework.security.oauth2.provider.code with parameters of type OAuth2RequestFactory
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices, AuthorizationCodeServices authorizationCodeServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 

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

Methods in org.springframework.security.oauth2.provider.endpoint that return OAuth2RequestFactory
protected  OAuth2RequestFactory AbstractEndpoint.getDefaultOAuth2RequestFactory()
           
protected  OAuth2RequestFactory AbstractEndpoint.getOAuth2RequestFactory()
           
 

Methods in org.springframework.security.oauth2.provider.endpoint with parameters of type OAuth2RequestFactory
 void AbstractEndpoint.setOAuth2RequestFactory(OAuth2RequestFactory oAuth2RequestFactory)
           
 

Constructors in org.springframework.security.oauth2.provider.endpoint with parameters of type OAuth2RequestFactory
TokenEndpointAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, OAuth2RequestFactory oAuth2RequestFactory)
           
 

Uses of OAuth2RequestFactory in org.springframework.security.oauth2.provider.implicit
 

Constructors in org.springframework.security.oauth2.provider.implicit with parameters of type OAuth2RequestFactory
ImplicitTokenGranter(AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 

Uses of OAuth2RequestFactory in org.springframework.security.oauth2.provider.password
 

Constructors in org.springframework.security.oauth2.provider.password with parameters of type OAuth2RequestFactory
ResourceOwnerPasswordTokenGranter(org.springframework.security.authentication.AuthenticationManager authenticationManager, AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 

Uses of OAuth2RequestFactory in org.springframework.security.oauth2.provider.refresh
 

Constructors in org.springframework.security.oauth2.provider.refresh with parameters of type OAuth2RequestFactory
RefreshTokenGranter(AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 

Uses of OAuth2RequestFactory in org.springframework.security.oauth2.provider.token
 

Methods in org.springframework.security.oauth2.provider.token that return OAuth2RequestFactory
protected  OAuth2RequestFactory AbstractTokenGranter.getRequestFactory()
           
 

Constructors in org.springframework.security.oauth2.provider.token with parameters of type OAuth2RequestFactory
AbstractTokenGranter(AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory, String grantType)
           
 



Copyright © 2013. All rights reserved.