软件包 org.springframework.security.oauth2.provider
的使用

使用 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   
 

org.springframework.security.oauth2.provider 使用的 org.springframework.security.oauth2.provider 中的类
AuthorizationRequest
          Base class representing an OAuth2 Authorization Request.
ClientAlreadyExistsException
          Exception indicating that a client registration already exists (e.g. if someone tries to create a duplicate).
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.
 

org.springframework.security.oauth2.provider.approval 使用的 org.springframework.security.oauth2.provider 中的类
AuthorizationRequest
          Base class representing an OAuth2 Authorization Request.
OAuth2RequestFactory
          Strategy for managing OAuth2 requests: AuthorizationRequest, TokenRequest, OAuth2Request.
 

org.springframework.security.oauth2.provider.client 使用的 org.springframework.security.oauth2.provider 中的类
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.
 

org.springframework.security.oauth2.provider.code 使用的 org.springframework.security.oauth2.provider 中的类
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.
 

org.springframework.security.oauth2.provider.endpoint 使用的 org.springframework.security.oauth2.provider 中的类
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.
 

org.springframework.security.oauth2.provider.implicit 使用的 org.springframework.security.oauth2.provider 中的类
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.
 

org.springframework.security.oauth2.provider.password 使用的 org.springframework.security.oauth2.provider 中的类
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.
 

org.springframework.security.oauth2.provider.refresh 使用的 org.springframework.security.oauth2.provider 中的类
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.
 

org.springframework.security.oauth2.provider.token 使用的 org.springframework.security.oauth2.provider 中的类
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.