Uses of Package
org.springframework.security.oauth2.provider

Packages that use org.springframework.security.oauth2.provider
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   
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider
AuthorizationRequest
          A request for authorization by an OAuth 2 Client, normally received and processed by the AuthorizationEndpoint.
ClientAlreadyExistsException
          Exception indicating that a client registration already exists (e.g.
ClientDetails
          Client details for OAuth 2
ClientDetailsService
          A service that provides the details about an OAuth2 client.
ClientRegistrationException
           
ClientRegistrationService
          Interface for client registration, handling add, update and remove of ClientDetails from an Authorization Server.
NoSuchClientException
           
OAuth2Request
          Represents a stored authorization or token request.
OAuth2RequestFactory
          Strategy for managing OAuth2 requests: AuthorizationRequest, TokenRequest, OAuth2Request.
OAuth2RequestValidator
          Validation interface for OAuth2 requests to the AuthorizationEndpoint and TokenEndpoint.
TokenGranter
          Interface for granters of access tokens.
TokenRequest
          Represents an OAuth2 token request, made at the TokenEndpoint.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.approval
AuthorizationRequest
          A request for authorization by an OAuth 2 Client, normally received and processed by the AuthorizationEndpoint.
ClientDetailsService
          A service that provides the details about an OAuth2 client.
OAuth2RequestFactory
          Strategy for managing OAuth2 requests: AuthorizationRequest, TokenRequest, OAuth2Request.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.client
ClientDetailsService
          A service that provides the details about an OAuth2 client.
OAuth2RequestFactory
          Strategy for managing OAuth2 requests: AuthorizationRequest, TokenRequest, OAuth2Request.
TokenGranter
          Interface for granters of access tokens.
TokenRequest
          Represents an OAuth2 token request, made at the TokenEndpoint.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.code
ClientDetails
          Client details for OAuth 2
ClientDetailsService
          A service that provides the details about an OAuth2 client.
OAuth2Authentication
          An OAuth 2 authentication token can contain two authentications: one for the client and one for the user.
OAuth2RequestFactory
          Strategy for managing OAuth2 requests: AuthorizationRequest, TokenRequest, OAuth2Request.
TokenGranter
          Interface for granters of access tokens.
TokenRequest
          Represents an OAuth2 token request, made at the TokenEndpoint.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.endpoint
ClientDetails
          Client details for OAuth 2
ClientDetailsService
          A service that provides the details about an OAuth2 client.
OAuth2RequestFactory
          Strategy for managing OAuth2 requests: AuthorizationRequest, TokenRequest, OAuth2Request.
OAuth2RequestValidator
          Validation interface for OAuth2 requests to the AuthorizationEndpoint and TokenEndpoint.
TokenGranter
          Interface for granters of access tokens.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.implicit
ClientDetails
          Client details for OAuth 2
ClientDetailsService
          A service that provides the details about an OAuth2 client.
OAuth2Authentication
          An OAuth 2 authentication token can contain two authentications: one for the client and one for the user.
OAuth2Request
          Represents a stored authorization or token request.
OAuth2RequestFactory
          Strategy for managing OAuth2 requests: AuthorizationRequest, TokenRequest, OAuth2Request.
TokenGranter
          Interface for granters of access tokens.
TokenRequest
          Represents an OAuth2 token request, made at the TokenEndpoint.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.password
ClientDetails
          Client details for OAuth 2
ClientDetailsService
          A service that provides the details about an OAuth2 client.
OAuth2Authentication
          An OAuth 2 authentication token can contain two authentications: one for the client and one for the user.
OAuth2RequestFactory
          Strategy for managing OAuth2 requests: AuthorizationRequest, TokenRequest, OAuth2Request.
TokenGranter
          Interface for granters of access tokens.
TokenRequest
          Represents an OAuth2 token request, made at the TokenEndpoint.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.refresh
ClientDetails
          Client details for OAuth 2
ClientDetailsService
          A service that provides the details about an OAuth2 client.
OAuth2RequestFactory
          Strategy for managing OAuth2 requests: AuthorizationRequest, TokenRequest, OAuth2Request.
TokenGranter
          Interface for granters of access tokens.
TokenRequest
          Represents an OAuth2 token request, made at the TokenEndpoint.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.token
ClientDetails
          Client details for OAuth 2
ClientDetailsService
          A service that provides the details about an OAuth2 client.
OAuth2Authentication
          An OAuth 2 authentication token can contain two authentications: one for the client and one for the user.
OAuth2Request
          Represents a stored authorization or token request.
OAuth2RequestFactory
          Strategy for managing OAuth2 requests: AuthorizationRequest, TokenRequest, OAuth2Request.
TokenGranter
          Interface for granters of access tokens.
TokenRequest
          Represents an OAuth2 token request, made at the TokenEndpoint.
 



Copyright © 2013. All rights reserved.