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
          Base class representing a request for authorization.
AuthorizationRequestManager
          Strategy for managing AuthorizationRequest instances during a token grant.
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
           
TokenGranter
          Interface for granters of access tokens.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.approval
AuthorizationRequest
          Base class representing a request for authorization.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.client
AuthorizationRequest
          Base class representing a request for authorization.
ClientDetailsService
          A service that provides the details about an OAuth2 client.
TokenGranter
          Interface for granters of access tokens.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.code
AuthorizationRequest
          Base class representing a request for authorization.
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.
TokenGranter
          Interface for granters of access tokens.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.endpoint
AuthorizationRequestManager
          Strategy for managing AuthorizationRequest instances during a token grant.
ClientDetails
          Client details for OAuth 2
ClientDetailsService
          A service that provides the details about an OAuth2 client.
TokenGranter
          Interface for granters of access tokens.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.implicit
AuthorizationRequest
          Base class representing a request for authorization.
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.
TokenGranter
          Interface for granters of access tokens.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.password
AuthorizationRequest
          Base class representing a request for authorization.
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.
TokenGranter
          Interface for granters of access tokens.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.refresh
AuthorizationRequest
          Base class representing a request for authorization.
ClientDetailsService
          A service that provides the details about an OAuth2 client.
TokenGranter
          Interface for granters of access tokens.
 

Classes in org.springframework.security.oauth2.provider used by org.springframework.security.oauth2.provider.token
AuthorizationRequest
          Base class representing a request for authorization.
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.
TokenGranter
          Interface for granters of access tokens.
 



Copyright © 2013. All rights reserved.