A B C D E F G H I J K L N O P R S T U V W

A

AbstractEndpoint - org.springframework.security.oauth2.provider.endpoint 中的 类
 
AbstractEndpoint() - 类 org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint 的构造方法
 
AbstractOAuth2SecurityExceptionHandler - org.springframework.security.oauth2.provider.error 中的 类
Convenient base class containing utility methods and dependency setters for security error handling concerns specific to OAuth2 resources.
AbstractOAuth2SecurityExceptionHandler() - 类 org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler 的构造方法
 
AbstractRedirectResourceDetails - org.springframework.security.oauth2.client.token.grant.redirect 中的 类
 
AbstractRedirectResourceDetails() - 类 org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails 的构造方法
 
AbstractTokenGranter - org.springframework.security.oauth2.provider.token 中的 类
 
AbstractTokenGranter(AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory, String) - 类 org.springframework.security.oauth2.provider.token.AbstractTokenGranter 的构造方法
 
ACCESS_DENIED - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
ACCESS_TOKEN - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的静态变量
The access token issued by the authorization server.
ACCESS_TOKEN_VALUE - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails 中的静态变量
 
AccessTokenProvider - org.springframework.security.oauth2.client.token 中的 接口
A manager for an , which knows how to obtain an access token for a specific resources.
AccessTokenProviderChain - org.springframework.security.oauth2.client.token 中的 类
A chain of OAuth2 access token providers.
AccessTokenProviderChain(List<? extends AccessTokenProvider>) - 类 org.springframework.security.oauth2.client.token.AccessTokenProviderChain 的构造方法
 
AccessTokenRequest - org.springframework.security.oauth2.client.token 中的 接口
 
AccessTokenRequiredException - org.springframework.security.oauth2.client.http 中的 异常
 
AccessTokenRequiredException(OAuth2ProtectedResourceDetails) - 异常 org.springframework.security.oauth2.client.http.AccessTokenRequiredException 的构造方法
 
AccessTokenRequiredException(String, OAuth2ProtectedResourceDetails) - 异常 org.springframework.security.oauth2.client.http.AccessTokenRequiredException 的构造方法
 
AccessTokenRequiredException(String, OAuth2ProtectedResourceDetails, Throwable) - 异常 org.springframework.security.oauth2.client.http.AccessTokenRequiredException 的构造方法
 
acquireAccessToken(OAuth2ClientContext) - 类 org.springframework.security.oauth2.client.OAuth2RestTemplate 中的方法
 
add(String, String) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
addAdditionalInformation(String, String) - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的方法
Add some additional information with this OAuth error.
addAdditionalInformation(String, Object) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
addClientDetails(ClientDetails) - 接口 org.springframework.security.oauth2.provider.ClientRegistrationService 中的方法
 
addClientDetails(ClientDetails) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
afterPropertiesSet() - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter 中的方法
 
afterPropertiesSet() - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter 中的方法
 
afterPropertiesSet() - 类 org.springframework.security.oauth2.provider.approval.TokenServicesUserApprovalHandler 中的方法
 
afterPropertiesSet() - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager 中的方法
 
afterPropertiesSet() - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter 中的方法
 
afterPropertiesSet() - 类 org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter 中的方法
 
afterPropertiesSet() - 类 org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint 中的方法
 
afterPropertiesSet() - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
afterPropertiesSet() - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
Initialize these token services.
appendQueryParameter(URI, OAuth2AccessToken) - 类 org.springframework.security.oauth2.client.OAuth2RestTemplate 中的方法
 
apply(Statement, FrameworkMethod, Object) - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的方法
 
approveOrDeny(Map<String, String>, Map<String, ?>, SessionStatus, Principal) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter 中的方法
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - 类 org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter 中的方法
 
authenticate(Authentication) - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager 中的方法
Expects the incoming authentication request to have a principal value that is an access token value (e.g. from an authorization header) .Loads an authentication from the ResourceServerTokenServices and checks that the resource id is contained in the AuthorizationRequest (if one is specified).
authenticateTokenRequest(OAuth2ProtectedResourceDetails, MultiValueMap<String, String>, HttpHeaders) - 接口 org.springframework.security.oauth2.client.token.auth.ClientAuthenticationHandler 中的方法
Authenticate a token request.
authenticateTokenRequest(OAuth2ProtectedResourceDetails, MultiValueMap<String, String>, HttpHeaders) - 类 org.springframework.security.oauth2.client.token.auth.DefaultClientAuthenticationHandler 中的方法
 
AuthenticationKeyGenerator - org.springframework.security.oauth2.provider.token 中的 接口
Strategy interface for extracting a unique key from an OAuth2Authentication.
AuthenticationScheme - org.springframework.security.oauth2.common 中的 枚举
Enumeration of possible methods for transmitting authentication credentials.
AuthorizationCodeAccessTokenProvider - org.springframework.security.oauth2.client.token.grant.code 中的 类
Provider for obtaining an oauth2 access token by using an authorization code.
AuthorizationCodeAccessTokenProvider() - 类 org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider 的构造方法
 
AuthorizationCodeResourceDetails - org.springframework.security.oauth2.client.token.grant.code 中的 类
 
AuthorizationCodeResourceDetails() - 类 org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeResourceDetails 的构造方法
 
AuthorizationCodeServices - org.springframework.security.oauth2.provider.code 中的 接口
Services for issuing and storing authorization codes.
authorizationCodeStore - 类 org.springframework.security.oauth2.provider.code.InMemoryAuthorizationCodeServices 中的变量
 
AuthorizationCodeTokenGranter - org.springframework.security.oauth2.provider.code 中的 类
Token granter for the authorization code grant type.
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices, AuthorizationCodeServices, ClientDetailsService, OAuth2RequestFactory) - 类 org.springframework.security.oauth2.provider.code.AuthorizationCodeTokenGranter 的构造方法
 
AuthorizationEndpoint - org.springframework.security.oauth2.provider.endpoint 中的 类
Implementation of the Authorization Endpoint from the OAuth2 specification.
AuthorizationEndpoint() - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 的构造方法
 
AuthorizationRequest - org.springframework.security.oauth2.provider 中的 类
Base class representing an OAuth2 Authorization Request.
AuthorizationRequest() - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 的构造方法
Default constructor.
AuthorizationRequest(Map<String, String>, Map<String, String>, String, Set<String>, Set<String>, Collection<? extends GrantedAuthority>, boolean, String, String, Set<String>) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 的构造方法
Full constructor.
AuthorizationRequest(String, Collection<String>) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 的构造方法
Convenience constructor for unit tests, where client ID and scope are often the only needed fields.
AuthorizationServerBeanDefinitionParser - org.springframework.security.oauth2.config 中的 类
Parser for the OAuth "provider" element.
AuthorizationServerBeanDefinitionParser() - 类 org.springframework.security.oauth2.config.AuthorizationServerBeanDefinitionParser 的构造方法
 
AuthorizationServerTokenServices - org.springframework.security.oauth2.provider.token 中的 接口
 
authorize(Map<String, Object>, Map<String, String>, SessionStatus, Principal) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 

B

BadClientCredentialsException - org.springframework.security.oauth2.common.exceptions 中的 异常
Exception thrown when a client was unable to authenticate.
BadClientCredentialsException() - 异常 org.springframework.security.oauth2.common.exceptions.BadClientCredentialsException 的构造方法
 
BaseClientDetails - org.springframework.security.oauth2.provider 中的 类
Base implementation of ClientDetails.
BaseClientDetails() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 的构造方法
 
BaseClientDetails(ClientDetails) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 的构造方法
 
BaseClientDetails(String, String, String, String, String) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 的构造方法
 
BaseClientDetails(String, String, String, String, String, String) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 的构造方法
 
BaseClientDetails.ArrayOrStringDeserializer - org.springframework.security.oauth2.provider 中的 类
 
BaseClientDetails.ArrayOrStringDeserializer() - 类 org.springframework.security.oauth2.provider.BaseClientDetails.ArrayOrStringDeserializer 的构造方法
 
BaseOAuth2ProtectedResourceDetails - org.springframework.security.oauth2.client.resource 中的 类
 
BaseOAuth2ProtectedResourceDetails() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 的构造方法
 
BEARER_TYPE - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的静态变量
 
BeforeOAuth2Context - org.springframework.security.oauth2.client.test 中的 注释类型
Marker annotation for methods to be run before the OAuth2Context is setup by the OAuth2ContextSetup rule, and consequently before the regular JUnit @Before methods, which are executed only after the OAuth2Context is setup.
buildDetails(HttpServletRequest) - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetailsSource 中的方法
 

C

calculateCurrentUri(HttpServletRequest) - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter 中的方法
Calculate the current URI given the request.
canRead(Class<?>, MediaType) - 类 org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter 中的方法
 
canWrite(Class<?>, MediaType) - 类 org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter 中的方法
 
checkForPreApproval(AuthorizationRequest, Authentication) - 类 org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler 中的方法
 
checkForPreApproval(AuthorizationRequest, Authentication) - 类 org.springframework.security.oauth2.provider.approval.TokenServicesUserApprovalHandler 中的方法
 
checkForPreApproval(AuthorizationRequest, Authentication) - 接口 org.springframework.security.oauth2.provider.approval.UserApprovalHandler 中的方法
Provides a hook for allowing requests to be pre-approved (skipping the User Approval Page).
clear() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
clear() - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
Convenience method for super admin users to remove all tokens (useful for testing, not really in production)
CLIENT_ID - 类 org.springframework.security.oauth2.common.util.OAuth2Utils 中的静态变量
Constant to use while parsing and formatting parameter maps for OAuth2 requests
ClientAlreadyExistsException - org.springframework.security.oauth2.provider 中的 异常
Exception indicating that a client registration already exists (e.g. if someone tries to create a duplicate).
ClientAlreadyExistsException(String) - 异常 org.springframework.security.oauth2.provider.ClientAlreadyExistsException 的构造方法
 
ClientAlreadyExistsException(String, Throwable) - 异常 org.springframework.security.oauth2.provider.ClientAlreadyExistsException 的构造方法
 
ClientAuthenticationException - org.springframework.security.oauth2.common.exceptions 中的 异常
Base exception
ClientAuthenticationException(String, Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.ClientAuthenticationException 的构造方法
 
ClientAuthenticationException(String) - 异常 org.springframework.security.oauth2.common.exceptions.ClientAuthenticationException 的构造方法
 
ClientAuthenticationHandler - org.springframework.security.oauth2.client.token.auth 中的 接口
Logic for handling client authentication.
ClientBeanDefinitionParser - org.springframework.security.oauth2.config 中的 类
Parser for the OAuth "client" element supporting client apps using OAuth2RestTemplate.
ClientBeanDefinitionParser() - 类 org.springframework.security.oauth2.config.ClientBeanDefinitionParser 的构造方法
 
ClientCredentialsAccessTokenProvider - org.springframework.security.oauth2.client.token.grant.client 中的 类
Provider for obtaining an oauth2 access token by using client credentials.
ClientCredentialsAccessTokenProvider() - 类 org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider 的构造方法
 
ClientCredentialsResourceDetails - org.springframework.security.oauth2.client.token.grant.client 中的 类
 
ClientCredentialsResourceDetails() - 类 org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsResourceDetails 的构造方法
 
ClientCredentialsTokenEndpointFilter - org.springframework.security.oauth2.provider.client 中的 类
A filter and authentication endpoint for the OAuth2 Token Endpoint.
ClientCredentialsTokenEndpointFilter() - 类 org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter 的构造方法
 
ClientCredentialsTokenEndpointFilter(String) - 类 org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter 的构造方法
 
ClientCredentialsTokenGranter - org.springframework.security.oauth2.provider.client 中的 类
 
ClientCredentialsTokenGranter(AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory) - 类 org.springframework.security.oauth2.provider.client.ClientCredentialsTokenGranter 的构造方法
 
ClientDetails - org.springframework.security.oauth2.provider 中的 接口
Client details for OAuth 2
ClientDetailsService - org.springframework.security.oauth2.provider 中的 接口
A service that provides the details about an OAuth2 client.
ClientDetailsServiceBeanDefinitionParser - org.springframework.security.oauth2.config 中的 类
 
ClientDetailsServiceBeanDefinitionParser() - 类 org.springframework.security.oauth2.config.ClientDetailsServiceBeanDefinitionParser 的构造方法
 
ClientDetailsUserDetailsService - org.springframework.security.oauth2.provider.client 中的 类
 
ClientDetailsUserDetailsService(ClientDetailsService) - 类 org.springframework.security.oauth2.provider.client.ClientDetailsUserDetailsService 的构造方法
 
clientHasAnyRole(Authentication, String...) - 类 org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils 中的静态方法
 
clientHasAnyRole(String...) - 类 org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods 中的方法
Check if the OAuth2 client (not the user) has one of the roles specified.
clientHasRole(String) - 类 org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods 中的方法
Check if the OAuth2 client (not the user) has the role specified.
ClientKeyGenerator - org.springframework.security.oauth2.client.token 中的 接口
 
ClientRegistrationException - org.springframework.security.oauth2.provider 中的 异常
 
ClientRegistrationException(String) - 异常 org.springframework.security.oauth2.provider.ClientRegistrationException 的构造方法
 
ClientRegistrationException(String, Throwable) - 异常 org.springframework.security.oauth2.provider.ClientRegistrationException 的构造方法
 
ClientRegistrationService - org.springframework.security.oauth2.provider 中的 接口
Interface for client registration, handling add, update and remove of ClientDetails from an Authorization Server.
ClientTokenServices - org.springframework.security.oauth2.client.token 中的 接口
 
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类 org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint 中的方法
 
CompositeTokenGranter - org.springframework.security.oauth2.provider 中的 类
 
CompositeTokenGranter(List<TokenGranter>) - 类 org.springframework.security.oauth2.provider.CompositeTokenGranter 的构造方法
 
ConfigUtils - org.springframework.security.oauth2.config 中的 类
Common place for OAuth namespace configuration utils.
consumeAuthorizationCode(String) - 接口 org.springframework.security.oauth2.provider.code.AuthorizationCodeServices 中的方法
Consume a authorization code.
consumeAuthorizationCode(String) - 类 org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices 中的方法
 
ConsumerTokenServices - org.springframework.security.oauth2.provider.token 中的 接口
 
containsKey(Object) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
containsValue(Object) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
convertToExternal(JaxbOAuth2AccessToken) - 类 org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2AccessTokenMessageConverter 中的方法
 
convertToExternal(JaxbOAuth2Exception) - 类 org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2ExceptionMessageConverter 中的方法
 
convertToInternal(OAuth2AccessToken) - 类 org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2AccessTokenMessageConverter 中的方法
 
convertToInternal(OAuth2Exception) - 类 org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2ExceptionMessageConverter 中的方法
 
create(String, String) - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态方法
Creates the appropriate subclass of OAuth2Exception given the errorCode.
createAccessToken(OAuth2Authentication) - 接口 org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices 中的方法
Create an access token associated with the specified credentials.
createAccessToken(OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
 
createAuthorizationCode(OAuth2Authentication) - 接口 org.springframework.security.oauth2.provider.code.AuthorizationCodeServices 中的方法
Create a authorization code for the specified authentications.
createAuthorizationCode(OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices 中的方法
 
createAuthorizationRequest(Map<String, String>) - 类 org.springframework.security.oauth2.provider.DefaultOAuth2RequestFactory 中的方法
 
createAuthorizationRequest(Map<String, String>) - 接口 org.springframework.security.oauth2.provider.OAuth2RequestFactory 中的方法
Create a new AuthorizationRequest extracting all the needed information from the incoming parameter map, and initializing all individual fields on the AuthorizationRequest to reasonable values.
createEvaluationContextInternal(Authentication, MethodInvocation) - 类 org.springframework.security.oauth2.provider.expression.OAuth2MethodSecurityExpressionHandler 中的方法
 
createEvaluationContextInternal(Authentication, FilterInvocation) - 类 org.springframework.security.oauth2.provider.expression.OAuth2WebSecurityExpressionHandler 中的方法
 
createOAuth2Request() - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
createOAuth2Request(AuthorizationRequest) - 类 org.springframework.security.oauth2.provider.DefaultOAuth2RequestFactory 中的方法
 
createOAuth2Request(ClientDetails, TokenRequest) - 类 org.springframework.security.oauth2.provider.DefaultOAuth2RequestFactory 中的方法
 
createOAuth2Request(Map<String, String>) - 类 org.springframework.security.oauth2.provider.OAuth2Request 中的方法
Update the request parameters and return a new object with the same properties except the parameters.
createOAuth2Request(AuthorizationRequest) - 接口 org.springframework.security.oauth2.provider.OAuth2RequestFactory 中的方法
Create a new OAuth2Request by extracting the needed information from the current AuthorizationRequest object.
createOAuth2Request(ClientDetails, TokenRequest) - 接口 org.springframework.security.oauth2.provider.OAuth2RequestFactory 中的方法
Create a new OAuth2Request by extracting the needed information from the current TokenRequest object.
createOAuth2Request(ClientDetails) - 类 org.springframework.security.oauth2.provider.TokenRequest 中的方法
 
createRequest(URI, HttpMethod) - 类 org.springframework.security.oauth2.client.OAuth2RestTemplate 中的方法
 
createSecurityMetadataSource(Element, ParserContext) - 类 org.springframework.security.oauth2.config.ConfigUtils 中的静态方法
 
createTokenRequest(Map<String, String>) - 类 org.springframework.security.oauth2.provider.DefaultOAuth2RequestFactory 中的方法
 
createTokenRequest(AuthorizationRequest, String) - 类 org.springframework.security.oauth2.provider.DefaultOAuth2RequestFactory 中的方法
 
createTokenRequest(Map<String, String>) - 接口 org.springframework.security.oauth2.provider.OAuth2RequestFactory 中的方法
Create a new TokenRequest by extracting the needed information from the incoming request parameter map.
createTokenRequest(AuthorizationRequest, String) - 接口 org.springframework.security.oauth2.provider.OAuth2RequestFactory 中的方法
Create a new TokenRequest from an AuthorizationRequest.
CURRENT_URI - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter 中的静态变量
Key in request attributes for the current URI in case it is needed by rest client code that needs to send a redirect URI to an authorization server.

D

DefaultAccessTokenRequest - org.springframework.security.oauth2.client.token 中的 类
Local context for an access token request encapsulating the parameters that are sent by the client requesting the token, as opposed to the more static variables representing the client itself and the resource being targeted.
DefaultAccessTokenRequest() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 的构造方法
 
DefaultAccessTokenRequest(Map<String, String[]>) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 的构造方法
 
DefaultAuthenticationKeyGenerator - org.springframework.security.oauth2.provider.token 中的 类
Basic key generator taking into account the client id, scope, reource ids and username (principal name) if they exist.
DefaultAuthenticationKeyGenerator() - 类 org.springframework.security.oauth2.provider.token.DefaultAuthenticationKeyGenerator 的构造方法
 
DefaultClientAuthenticationHandler - org.springframework.security.oauth2.client.token.auth 中的 类
Default implementation of the client authentication handler.
DefaultClientAuthenticationHandler() - 类 org.springframework.security.oauth2.client.token.auth.DefaultClientAuthenticationHandler 的构造方法
 
DefaultClientKeyGenerator - org.springframework.security.oauth2.client.token 中的 类
Basic key generator taking into account the client id, scope and username (principal name) if they exist.
DefaultClientKeyGenerator() - 类 org.springframework.security.oauth2.client.token.DefaultClientKeyGenerator 的构造方法
 
DefaultExpiringOAuth2RefreshToken - org.springframework.security.oauth2.common 中的 类
 
DefaultExpiringOAuth2RefreshToken(String, Date) - 类 org.springframework.security.oauth2.common.DefaultExpiringOAuth2RefreshToken 的构造方法
 
DefaultJdbcListFactory - org.springframework.security.oauth2.common.util 中的 类
 
DefaultJdbcListFactory(NamedParameterJdbcOperations) - 类 org.springframework.security.oauth2.common.util.DefaultJdbcListFactory 的构造方法
 
DefaultOAuth2AccessToken - org.springframework.security.oauth2.common 中的 类
Basic access token for OAuth 2.
DefaultOAuth2AccessToken(String) - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 的构造方法
Create an access token from the value provided.
DefaultOAuth2AccessToken(OAuth2AccessToken) - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 的构造方法
Copy constructor for access token.
DefaultOAuth2ClientContext - org.springframework.security.oauth2.client 中的 类
The OAuth 2 security context (for a specific user or client or combination thereof).
DefaultOAuth2ClientContext() - 类 org.springframework.security.oauth2.client.DefaultOAuth2ClientContext 的构造方法
 
DefaultOAuth2ClientContext(AccessTokenRequest) - 类 org.springframework.security.oauth2.client.DefaultOAuth2ClientContext 的构造方法
 
DefaultOAuth2ClientContext(OAuth2AccessToken) - 类 org.springframework.security.oauth2.client.DefaultOAuth2ClientContext 的构造方法
 
DefaultOAuth2ExceptionRenderer - org.springframework.security.oauth2.provider.error 中的 类
Default implementation of OAuth2ExceptionRenderer that can render the exceptions using message converters (just like regular Spring MVC endpoints).
DefaultOAuth2ExceptionRenderer() - 类 org.springframework.security.oauth2.provider.error.DefaultOAuth2ExceptionRenderer 的构造方法
 
DefaultOAuth2RefreshToken - org.springframework.security.oauth2.common 中的 类
An OAuth 2 refresh token.
DefaultOAuth2RefreshToken(String) - 类 org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken 的构造方法
Create a new refresh token.
DefaultOAuth2RequestFactory - org.springframework.security.oauth2.provider 中的 类
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.
DefaultOAuth2RequestFactory(ClientDetailsService) - 类 org.springframework.security.oauth2.provider.DefaultOAuth2RequestFactory 的构造方法
 
DefaultOAuth2RequestValidator - org.springframework.security.oauth2.provider 中的 类
Default implementation of OAuth2RequestValidator.
DefaultOAuth2RequestValidator() - 类 org.springframework.security.oauth2.provider.DefaultOAuth2RequestValidator 的构造方法
 
DefaultRedirectResolver - org.springframework.security.oauth2.provider.endpoint 中的 类
Default implementation for a redirect resolver.
DefaultRedirectResolver() - 类 org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver 的构造方法
 
DefaultStateKeyGenerator - org.springframework.security.oauth2.client.filter.state 中的 类
 
DefaultStateKeyGenerator() - 类 org.springframework.security.oauth2.client.filter.state.DefaultStateKeyGenerator 的构造方法
 
DefaultThrowableAnalyzer - org.springframework.security.oauth2.common 中的 类
Default implementation of ThrowableAnalyzer which is capable of also unwrapping ServletExceptions.
DefaultThrowableAnalyzer() - 类 org.springframework.security.oauth2.common.DefaultThrowableAnalyzer 的构造方法
 
DefaultTokenServices - org.springframework.security.oauth2.provider.token 中的 类
Base implementation for token services using random UUID values for the access token and refresh token values.
DefaultTokenServices() - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 的构造方法
 
DefaultUserApprovalHandler - org.springframework.security.oauth2.provider.approval 中的 类
A default user approval handler that doesn't remember any decisions.
DefaultUserApprovalHandler() - 类 org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler 的构造方法
 
DefaultWebResponseExceptionTranslator - org.springframework.security.oauth2.provider.error 中的 类
 
DefaultWebResponseExceptionTranslator() - 类 org.springframework.security.oauth2.provider.error.DefaultWebResponseExceptionTranslator 的构造方法
 
denyOAuthClient() - 类 org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods 中的方法
Deny access to oauth requests, so used for example to only allow web UI users to access a resource.
DESCRIPTION - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
deserialize(JsonParser, DeserializationContext) - 类 org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Deserializer 中的方法
 
deserialize(JsonParser, DeserializationContext) - 类 org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Deserializer 中的方法
 
deserialize(JsonParser, DeserializationContext) - 类 org.springframework.security.oauth2.common.OAuth2AccessTokenJackson1Deserializer 中的方法
 
deserialize(JsonParser, DeserializationContext) - 类 org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Deserializer 中的方法
 
deserialize(byte[]) - 类 org.springframework.security.oauth2.common.util.SerializationUtils 中的静态方法
 
deserialize(JsonParser, DeserializationContext) - 类 org.springframework.security.oauth2.provider.BaseClientDetails.ArrayOrStringDeserializer 中的方法
 
deserializeAccessToken(byte[]) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
deserializeAuthentication(byte[]) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
deserializeRefreshToken(byte[]) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
destroy() - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter 中的方法
 
destroy() - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter 中的方法
 
destroy() - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter 中的方法
 
doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - 类 org.springframework.security.oauth2.client.OAuth2RestTemplate 中的方法
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter 中的方法
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter 中的方法
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter 中的方法
 
doHandle(HttpServletRequest, HttpServletResponse, Exception) - 类 org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler 中的方法
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - 类 org.springframework.security.oauth2.config.ClientDetailsServiceBeanDefinitionParser 中的方法
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - 类 org.springframework.security.oauth2.config.ResourceBeanDefinitionParser 中的方法
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - 类 org.springframework.security.oauth2.config.RestTemplateBeanDefinitionParser 中的方法
 

E

enhance(OAuth2AccessToken, OAuth2Authentication) - 接口 org.springframework.security.oauth2.provider.token.TokenEnhancer 中的方法
Provides an opportunity for customization of an access token (e.g. through its additional information map) during the process of creating a new token for use by a client.
enhance(OAuth2AccessToken, OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.token.TokenEnhancerChain 中的方法
Loop over the delegates passing the result into the next member of the chain.
enhanceResponse(ResponseEntity<OAuth2Exception>, Exception) - 类 org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler 中的方法
Allow subclasses to manipulate the response before it is rendered.
enhanceResponse(ResponseEntity<OAuth2Exception>, Exception) - 类 org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint 中的方法
 
entrySet() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
equals(Object) - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
equals(Object) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
equals(Object) - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
 
equals(Object) - 类 org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken 中的方法
 
equals(Object) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
equals(Object) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
equals(Object) - 类 org.springframework.security.oauth2.provider.OAuth2Authentication 中的方法
 
equals(Object) - 类 org.springframework.security.oauth2.provider.OAuth2Request 中的方法
 
ERROR - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
ExactMatchRedirectResolver - org.springframework.security.oauth2.provider.endpoint 中的 类
Strict implementation for a redirect resolver which requires an exact match between the registered and requested redirect_uri.
ExactMatchRedirectResolver() - 类 org.springframework.security.oauth2.provider.endpoint.ExactMatchRedirectResolver 的构造方法
 
EXPIRES_IN - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的静态变量
The lifetime in seconds of the access token.
ExpiringOAuth2RefreshToken - org.springframework.security.oauth2.common 中的 接口
 
ExpressionHandlerBeanDefinitionParser - org.springframework.security.oauth2.config 中的 类
 
ExpressionHandlerBeanDefinitionParser() - 类 org.springframework.security.oauth2.config.ExpressionHandlerBeanDefinitionParser 的构造方法
 
extractCredentials(HttpServletRequest) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter 中的方法
If the incoming request contains user credentials in headers or parameters then extract them here into an Authentication token that can be validated later.
extractKey(OAuth2ProtectedResourceDetails, Authentication) - 接口 org.springframework.security.oauth2.client.token.ClientKeyGenerator 中的方法
 
extractKey(OAuth2ProtectedResourceDetails, Authentication) - 类 org.springframework.security.oauth2.client.token.DefaultClientKeyGenerator 中的方法
 
extractKey(OAuth2Authentication) - 接口 org.springframework.security.oauth2.provider.token.AuthenticationKeyGenerator 中的方法
 
extractKey(OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.token.DefaultAuthenticationKeyGenerator 中的方法
 
extractMap(String) - 类 org.springframework.security.oauth2.common.util.OAuth2Utils 中的静态方法
Extract a map from a query string.
extractTokenKey(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 

F

findDefaultFilterChainBeanId(ParserContext) - 类 org.springframework.security.oauth2.config.ConfigUtils 中的静态方法
 
findFilterChain(ParserContext, String) - 类 org.springframework.security.oauth2.config.ConfigUtils 中的静态方法
 
findTokensByClientId(String) - 接口 org.springframework.security.oauth2.provider.token.ConsumerTokenServices 中的方法
 
findTokensByClientId(String) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
 
findTokensByClientId(String) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
findTokensByClientId(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
findTokensByClientId(String) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
 
findTokensByUserName(String) - 接口 org.springframework.security.oauth2.provider.token.ConsumerTokenServices 中的方法
 
findTokensByUserName(String) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
 
findTokensByUserName(String) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
findTokensByUserName(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
findTokensByUserName(String) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
 
finished(FrameworkMethod) - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的方法
 
formatParameterList(Collection<String>) - 类 org.springframework.security.oauth2.common.util.OAuth2Utils 中的静态方法
Formats a set of string values into a format appropriate for sending as a single-valued form value.
FormOAuth2AccessTokenMessageConverter - org.springframework.security.oauth2.http.converter 中的 类
Converter that can handle inbound form data and convert it to an access token.
FormOAuth2AccessTokenMessageConverter() - 类 org.springframework.security.oauth2.http.converter.FormOAuth2AccessTokenMessageConverter 的构造方法
 
FormOAuth2ExceptionHttpMessageConverter - org.springframework.security.oauth2.http.converter 中的 类
Converter that can handle inbound form data and convert it to an OAuth2 exception.
FormOAuth2ExceptionHttpMessageConverter() - 类 org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter 的构造方法
 
FrameworkEndpoint - org.springframework.security.oauth2.provider.endpoint 中的 注释类型
Synonym for @Controller but only used for endpoints provided by the framework (so it never clashes with user's own endpoints defined with @Controller).
FrameworkEndpointHandlerMapping - org.springframework.security.oauth2.provider.endpoint 中的 类
A handler mapping for framework endpoints (those annotated with @FrameworkEndpoint).
FrameworkEndpointHandlerMapping() - 类 org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping 的构造方法
 

G

generate() - 类 org.springframework.security.oauth2.common.util.RandomValueStringGenerator 中的方法
 
generateKey(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.filter.state.DefaultStateKeyGenerator 中的方法
 
generateKey(OAuth2ProtectedResourceDetails) - 接口 org.springframework.security.oauth2.client.filter.state.StateKeyGenerator 中的方法
Generate a key.
get(Object) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
getAccessConfirmation(Map<String, Object>) - 类 org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint 中的方法
 
getAccessToken() - 类 org.springframework.security.oauth2.client.DefaultOAuth2ClientContext 中的方法
 
getAccessToken() - 接口 org.springframework.security.oauth2.client.OAuth2ClientContext 中的方法
 
getAccessToken() - 接口 org.springframework.security.oauth2.client.OAuth2RestOperations 中的方法
 
getAccessToken() - 类 org.springframework.security.oauth2.client.OAuth2RestTemplate 中的方法
Acquire or renew an access token for the current context if necessary.
getAccessToken() - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的方法
Get the current access token.
getAccessToken(OAuth2ProtectedResourceDetails, Authentication) - 接口 org.springframework.security.oauth2.client.token.ClientTokenServices 中的方法
Retrieve the access token for a given resource and user authentication (my be null).
getAccessToken(OAuth2ProtectedResourceDetails, Authentication) - 类 org.springframework.security.oauth2.client.token.JdbcClientTokenServices 中的方法
 
getAccessToken(Principal, Map<String, String>) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpoint 中的方法
 
getAccessToken(ClientDetails, TokenRequest) - 类 org.springframework.security.oauth2.provider.refresh.RefreshTokenGranter 中的方法
 
getAccessToken(ClientDetails, TokenRequest) - 类 org.springframework.security.oauth2.provider.token.AbstractTokenGranter 中的方法
 
getAccessToken(OAuth2Authentication) - 接口 org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices 中的方法
Retrieve an access token stored against the provided authentication key, if it exists.
getAccessToken(OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
 
getAccessToken(OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
getAccessToken(OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
getAccessToken(OAuth2Authentication) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
Retrieve an access token stored against the provided authentication key, if it exists.
getAccessTokenCount() - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
getAccessTokenRequest() - 类 org.springframework.security.oauth2.client.DefaultOAuth2ClientContext 中的方法
 
getAccessTokenRequest() - 接口 org.springframework.security.oauth2.client.OAuth2ClientContext 中的方法
 
getAccessTokenRequest() - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的方法
 
getAccessTokenUri() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
getAccessTokenUri() - 接口 org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails 中的方法
The URL to use to obtain an OAuth2 access token.
getAccessTokenUri(OAuth2ProtectedResourceDetails, MultiValueMap<String, String>) - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 中的方法
 
getAccessTokenValiditySeconds() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
getAccessTokenValiditySeconds() - 接口 org.springframework.security.oauth2.provider.ClientDetails 中的方法
The access token validity period for this client.
getAccessTokenValiditySeconds(OAuth2Request) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
The access token validity period in seconds
getAdditionalInformation() - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
Additional information that token granters would like to add to the token, e.g. to support new token types.
getAdditionalInformation() - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的方法
Get any additional information associated with this error.
getAdditionalInformation() - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的方法
The additionalInformation map is used by the token serializers to export any fields used by extensions of OAuth.
getAdditionalInformation() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
getAdditionalInformation() - 接口 org.springframework.security.oauth2.provider.ClientDetails 中的方法
Additional information for this client, not neeed by the vanilla OAuth protocol but might be useful, for example, for storing descriptive information.
getAdminClientId() - 接口 org.springframework.security.oauth2.client.test.TestAccounts 中的方法
 
getAdminClientSecret() - 接口 org.springframework.security.oauth2.client.test.TestAccounts 中的方法
 
getApprovalParameters() - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
getApprovalUri() - 异常 org.springframework.security.oauth2.client.resource.UserApprovalRequiredException 中的方法
 
getAuthenticationScheme() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
getAuthenticationScheme() - 接口 org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails 中的方法
Get the bearer token method for this resource.
getAuthorities() - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
getAuthorities() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
getAuthorities() - 接口 org.springframework.security.oauth2.provider.ClientDetails 中的方法
Get the authorities that are granted to the OAuth client.
getAuthorities() - 类 org.springframework.security.oauth2.provider.OAuth2Request 中的方法
 
getAuthorizationCode() - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
getAuthorizationCode() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
The authorization code for this context.
getAuthorizationCodeString(byte[]) - 类 org.springframework.security.oauth2.common.util.RandomValueStringGenerator 中的方法
Convert these random bytes to a verifier string.
getAuthorizationResponseExtractor() - 类 org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider 中的方法
 
getAuthorizedGrantTypes() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
getAuthorizedGrantTypes() - 接口 org.springframework.security.oauth2.provider.ClientDetails 中的方法
The grant types for which this client is authorized.
getBeanClass(Element) - 类 org.springframework.security.oauth2.config.ClientDetailsServiceBeanDefinitionParser 中的方法
 
getBeanClass(Element) - 类 org.springframework.security.oauth2.config.ExpressionHandlerBeanDefinitionParser 中的方法
 
getBeanClass(Element) - 类 org.springframework.security.oauth2.config.ResourceBeanDefinitionParser 中的方法
 
getBeanClass(Element) - 类 org.springframework.security.oauth2.config.RestTemplateBeanDefinitionParser 中的方法
 
getBeanClass(Element) - 类 org.springframework.security.oauth2.config.WebExpressionHandlerBeanDefinitionParser 中的方法
 
getClientAuthenticationScheme() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
getClientAuthenticationScheme() - 接口 org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails 中的方法
The scheme to use to authenticate the client.
getClientCredentialsResource(String, String) - 接口 org.springframework.security.oauth2.client.test.TestAccounts 中的方法
 
getClientDetailsService() - 类 org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint 中的方法
 
getClientDetailsStore() - 类 org.springframework.security.oauth2.provider.InMemoryClientDetailsService 中的方法
 
getClientId() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
getClientId() - 接口 org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails 中的方法
The client identifier to use for this protected resource.
getClientId() - 异常 org.springframework.security.oauth2.client.resource.UserApprovalRequiredException 中的方法
 
getClientId() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
getClientId() - 接口 org.springframework.security.oauth2.provider.ClientDetails 中的方法
The client id.
getClientId(Principal) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpoint 中的方法
 
getClientId(String) - 接口 org.springframework.security.oauth2.provider.token.ConsumerTokenServices 中的方法
 
getClientId(String) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
 
getClientSecret() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
getClientSecret() - 接口 org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails 中的方法
The client secret.
getClientSecret() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
getClientSecret() - 接口 org.springframework.security.oauth2.provider.ClientDetails 中的方法
The client secret.
getCookie() - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
getCookie() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
getCredentials() - 类 org.springframework.security.oauth2.provider.OAuth2Authentication 中的方法
 
getCurrentUri() - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
getCurrentUri() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
The current URI that is being handled on the client.
getDefaultClientCredentialsResource() - 接口 org.springframework.security.oauth2.client.test.TestAccounts 中的方法
 
getDefaultImplicitResource() - 接口 org.springframework.security.oauth2.client.test.TestAccounts 中的方法
 
getDefaultOAuth2RequestFactory() - 类 org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint 中的方法
 
getDefaultResourceOwnerPasswordResource() - 接口 org.springframework.security.oauth2.client.test.TestAccounts 中的方法
 
getEmail() - 接口 org.springframework.security.oauth2.client.test.TestAccounts 中的方法
 
getExceptionTranslator() - 类 org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint 中的方法
 
getExistingToken() - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
getExistingToken() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
getExpiration() - 类 org.springframework.security.oauth2.common.DefaultExpiringOAuth2RefreshToken 中的方法
The instant the token expires.
getExpiration() - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
The instant the token expires.
getExpiration() - 接口 org.springframework.security.oauth2.common.ExpiringOAuth2RefreshToken 中的方法
 
getExpiration() - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的方法
 
getExpiresIn() - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
 
getExpiresIn() - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的方法
 
getExpiryTokenCount() - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
getExtensions() - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
getExtensions() - 类 org.springframework.security.oauth2.provider.OAuth2Request 中的方法
 
getFirst(String) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
getFlushInterval() - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
The interval (count of token inserts) between flushing expired tokens.
getGrantType() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
getGrantType() - 接口 org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails 中的方法
The grant type for obtaining an acces token for this resource.
getGrantType() - 类 org.springframework.security.oauth2.provider.TokenRequest 中的方法
 
getHttpErrorCode() - 异常 org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException 中的方法
 
getHttpErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.BadClientCredentialsException 中的方法
 
getHttpErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.ClientAuthenticationException 中的方法
 
getHttpErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.InsufficientScopeException 中的方法
 
getHttpErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.InvalidClientException 中的方法
 
getHttpErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.InvalidTokenException 中的方法
 
getHttpErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的方法
The HTTP error code associated with this error.
getHttpErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.UnauthorizedClientException 中的方法
 
getHttpMethod() - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 中的方法
 
getId() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
getId() - 接口 org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails 中的方法
Get a unique identifier for these protected resource details.
getList(String, Map<String, Object>, RowMapper<T>) - 类 org.springframework.security.oauth2.common.util.DefaultJdbcListFactory 中的方法
 
getList(String, Map<String, Object>, RowMapper<T>) - 接口 org.springframework.security.oauth2.common.util.JdbcListFactory 中的方法
 
getMappingForMethod(Method, Class<?>) - 类 org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping 中的方法
 
getOAuth2Authentication(ClientDetails, TokenRequest) - 类 org.springframework.security.oauth2.provider.code.AuthorizationCodeTokenGranter 中的方法
 
getOAuth2Authentication(ClientDetails, TokenRequest) - 类 org.springframework.security.oauth2.provider.implicit.ImplicitTokenGranter 中的方法
 
getOAuth2Authentication(ClientDetails, TokenRequest) - 类 org.springframework.security.oauth2.provider.password.ResourceOwnerPasswordTokenGranter 中的方法
 
getOAuth2Authentication(ClientDetails, TokenRequest) - 类 org.springframework.security.oauth2.provider.token.AbstractTokenGranter 中的方法
 
getOAuth2ClientContext() - 接口 org.springframework.security.oauth2.client.OAuth2RestOperations 中的方法
 
getOAuth2ClientContext() - 类 org.springframework.security.oauth2.client.OAuth2RestTemplate 中的方法
 
getOAuth2ClientContext() - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.BadClientCredentialsException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.ClientAuthenticationException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.InsufficientScopeException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.InvalidClientException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.InvalidGrantException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.InvalidRequestException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.InvalidScopeException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.InvalidTokenException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的方法
The OAuth2 error code.
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.RedirectMismatchException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.UnauthorizedClientException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.UnsupportedGrantTypeException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.UnsupportedResponseTypeException 中的方法
 
getOAuth2ErrorCode() - 异常 org.springframework.security.oauth2.common.exceptions.UserDeniedAuthorizationException 中的方法
 
getOAuth2Request() - 类 org.springframework.security.oauth2.provider.OAuth2Authentication 中的方法
The authorization request containing details of the client application.
getOAuth2RequestFactory() - 类 org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint 中的方法
 
getObject() - 类 org.springframework.security.oauth2.config.OAuth2ClientContextFactoryBean 中的方法
 
getObject() - 类 org.springframework.security.oauth2.config.ResourceBeanDefinitionParser.StringListFactoryBean 中的方法
 
getObjectType() - 类 org.springframework.security.oauth2.config.OAuth2ClientContextFactoryBean 中的方法
 
getObjectType() - 类 org.springframework.security.oauth2.config.ResourceBeanDefinitionParser.StringListFactoryBean 中的方法
 
getParameters() - 异常 org.springframework.security.oauth2.client.resource.UserApprovalRequiredException 中的方法
Description of the parameters required to be submitted for approval.
getPassword() - 接口 org.springframework.security.oauth2.client.test.TestAccounts 中的方法
 
getPassword() - 类 org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails 中的方法
 
getPreEstablishedRedirectUri() - 类 org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails 中的方法
The redirect URI that has been pre-established with the server.
getPreservedState() - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
getPreservedState() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
getPrincipal() - 类 org.springframework.security.oauth2.provider.OAuth2Authentication 中的方法
 
getRedirectUri() - 异常 org.springframework.security.oauth2.client.resource.UserRedirectRequiredException 中的方法
The uri to which the user is to be redirected.
getRedirectUri(AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails 中的方法
Extract a redirect uri from the resource and/or the current request.
getRedirectUri() - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
getRedirectUri() - 类 org.springframework.security.oauth2.provider.OAuth2Request 中的方法
 
getRefreshToken() - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
The refresh token associated with the access token, if any.
getRefreshToken() - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的方法
 
getRefreshTokenCount() - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
getRefreshTokenValiditySeconds() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
getRefreshTokenValiditySeconds() - 接口 org.springframework.security.oauth2.provider.ClientDetails 中的方法
The refresh token validity period for this client.
getRefreshTokenValiditySeconds(OAuth2Request) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
The refresh token validity period in seconds
getRegisteredRedirectUri() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
getRegisteredRedirectUri() - 接口 org.springframework.security.oauth2.provider.ClientDetails 中的方法
The pre-defined redirect URI for this client to use during the "authorization_code" access grant.
getRemoteAddress() - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails 中的方法
Indicates the TCP/IP address the authentication request was received from.
getRequestCallback(OAuth2ProtectedResourceDetails, MultiValueMap<String, String>, HttpHeaders) - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 中的方法
 
getRequestFactory() - 类 org.springframework.security.oauth2.provider.token.AbstractTokenGranter 中的方法
 
getRequestParams() - 异常 org.springframework.security.oauth2.client.resource.UserRedirectRequiredException 中的方法
The request parameters that are to be appended to the uri.
getResource() - 异常 org.springframework.security.oauth2.client.http.AccessTokenRequiredException 中的方法
 
getResource() - 异常 org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException 中的方法
 
getResource() - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的方法
 
getResourceIds() - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
getResourceIds() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
getResourceIds() - 接口 org.springframework.security.oauth2.provider.ClientDetails 中的方法
The resources that this client can access.
getResourceIds() - 类 org.springframework.security.oauth2.provider.OAuth2Request 中的方法
 
getResourceOwnerPasswordResource(String[], String, String, String, String) - 接口 org.springframework.security.oauth2.client.test.TestAccounts 中的方法
 
getResponseErrorHandler() - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 中的方法
 
getResponseExtractor() - 类 org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider 中的方法
 
getResponseExtractor() - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 中的方法
 
getResponseTypes() - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
getResponseTypes() - 类 org.springframework.security.oauth2.provider.OAuth2Request 中的方法
 
getRestTemplate() - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的方法
 
getRestTemplate() - 接口 org.springframework.security.oauth2.client.test.RestTemplateHolder 中的方法
 
getRestTemplate() - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 中的方法
 
getSalt() - 接口 org.springframework.security.oauth2.provider.SaltedClientSecret 中的方法
Returns the salt to use for this client secret.
getScope() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
getScope() - 接口 org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails 中的方法
The scope of this resource.
getScope() - 异常 org.springframework.security.oauth2.client.resource.UserApprovalRequiredException 中的方法
 
getScope() - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
The scope of the token.
getScope() - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的方法
 
getScope() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
getScope() - 接口 org.springframework.security.oauth2.provider.ClientDetails 中的方法
The scope of this client.
getSessionId() - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails 中的方法
Indicates the HttpSession id the authentication request was received from.
getState() - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
getStateKey() - 异常 org.springframework.security.oauth2.client.resource.UserRedirectRequiredException 中的方法
The key to the state to preserve.
getStateKey() - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
getStateKey() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
getStateToPreserve() - 异常 org.springframework.security.oauth2.client.resource.UserRedirectRequiredException 中的方法
Some state that needs to be preserved and set up in the security context when the user returns.
getSummary() - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的方法
 
getSupportedMediaTypes() - 类 org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter 中的方法
 
getTokenGranter() - 类 org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint 中的方法
 
getTokenName() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
getTokenName() - 接口 org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails 中的方法
The name of the bearer token.
getTokenServices() - 类 org.springframework.security.oauth2.provider.token.AbstractTokenGranter 中的方法
 
getTokenType() - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
The token type, as introduced in draft 11 of the OAuth 2 spec.
getTokenType() - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的方法
 
getTokenValue() - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails 中的方法
The access token value used to authenticate the request (normally in an authorization header).
getUserApprovalSignal(AuthorizationCodeResourceDetails, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider 中的方法
 
getUserAuthentication() - 类 org.springframework.security.oauth2.provider.OAuth2Authentication 中的方法
The user authentication.
getUserAuthorizationUri() - 类 org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails 中的方法
The URI to which the user is to be redirected to authorize an access token.
getUserName() - 接口 org.springframework.security.oauth2.client.test.TestAccounts 中的方法
 
getUsername() - 类 org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails 中的方法
 
getValue() - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
The token value.
getValue() - 类 org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken 中的方法
 
getValue() - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的方法
 
getValue() - 接口 org.springframework.security.oauth2.common.OAuth2RefreshToken 中的方法
The value of the token.
getValueType() - 类 org.springframework.security.oauth2.provider.BaseClientDetails.ArrayOrStringDeserializer 中的方法
 
grant(String, TokenRequest) - 类 org.springframework.security.oauth2.provider.client.ClientCredentialsTokenGranter 中的方法
 
grant(String, TokenRequest) - 类 org.springframework.security.oauth2.provider.CompositeTokenGranter 中的方法
 
grant(String, TokenRequest) - 类 org.springframework.security.oauth2.provider.token.AbstractTokenGranter 中的方法
 
grant(String, TokenRequest) - 接口 org.springframework.security.oauth2.provider.TokenGranter 中的方法
 
GRANT_TYPE - 类 org.springframework.security.oauth2.common.util.OAuth2Utils 中的静态变量
Constant to use while parsing and formatting parameter maps for OAuth2 requests

H

handle(HttpServletRequest, HttpServletResponse, AccessDeniedException) - 类 org.springframework.security.oauth2.provider.error.OAuth2AccessDeniedHandler 中的方法
 
handleClientRegistrationException(Exception, ServletWebRequest) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
handleClientRegistrationException(Exception) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpoint 中的方法
 
handleError(ClientHttpResponse) - 类 org.springframework.security.oauth2.client.http.OAuth2ErrorHandler 中的方法
 
handleError(HttpServletRequest) - 类 org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint 中的方法
 
handleException(Exception) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpoint 中的方法
 
handleHttpEntityResponse(HttpEntity<?>, ServletWebRequest) - 类 org.springframework.security.oauth2.provider.error.DefaultOAuth2ExceptionRenderer 中的方法
 
handleHttpEntityResponse(HttpEntity<?>, ServletWebRequest) - 接口 org.springframework.security.oauth2.provider.error.OAuth2ExceptionRenderer 中的方法
 
handleHttpSessionRequiredException(HttpSessionRequiredException, ServletWebRequest) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
handleOAuth2Exception(OAuth2Exception, ServletWebRequest) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
hasAnyScope(Authentication, String[]) - 类 org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils 中的静态方法
 
hasAnyScope(String...) - 类 org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods 中的方法
Check if the current OAuth2 authentication has one of the scopes specified.
hasError(ClientHttpResponse) - 类 org.springframework.security.oauth2.client.http.OAuth2ErrorHandler 中的方法
 
hashCode() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
hashCode() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
hashCode() - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
 
hashCode() - 类 org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken 中的方法
 
hashCode() - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
hashCode() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
hashCode() - 类 org.springframework.security.oauth2.provider.OAuth2Authentication 中的方法
 
hashCode() - 类 org.springframework.security.oauth2.provider.OAuth2Request 中的方法
 
hasScope(String) - 类 org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods 中的方法
Check if the current OAuth2 authentication has one of the scopes specified.
hostMatches(String, String) - 类 org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver 中的方法
Check if host matches the registered value.

I

ImplicitAccessTokenProvider - org.springframework.security.oauth2.client.token.grant.implicit 中的 类
Provider for obtaining an oauth2 access token by using implicit grant.
ImplicitAccessTokenProvider() - 类 org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider 的构造方法
 
ImplicitGrantService - org.springframework.security.oauth2.provider.implicit 中的 接口
Service to associate & store an incoming AuthorizationRequest with the TokenRequest that is passed to the ImplicitTokenGranter during the Implicit flow.
ImplicitResourceDetails - org.springframework.security.oauth2.client.token.grant.implicit 中的 类
 
ImplicitResourceDetails() - 类 org.springframework.security.oauth2.client.token.grant.implicit.ImplicitResourceDetails 的构造方法
 
ImplicitTokenGranter - org.springframework.security.oauth2.provider.implicit 中的 类
 
ImplicitTokenGranter(AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory) - 类 org.springframework.security.oauth2.provider.implicit.ImplicitTokenGranter 的构造方法
 
init(FilterConfig) - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter 中的方法
 
init() - 类 org.springframework.security.oauth2.config.OAuth2SecurityNamespaceHandler 中的方法
 
init(FilterConfig) - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter 中的方法
 
init(FilterConfig) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter 中的方法
 
initExtractorMap() - 类 org.springframework.security.oauth2.common.DefaultThrowableAnalyzer 中的方法
 
initialize(OAuth2ProtectedResourceDetails, BaseOAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ResourceHelper 中的静态方法
 
InMemoryAuthorizationCodeServices - org.springframework.security.oauth2.provider.code 中的 类
Implementation of authorization code services that stores the codes and authentication in memory.
InMemoryAuthorizationCodeServices() - 类 org.springframework.security.oauth2.provider.code.InMemoryAuthorizationCodeServices 的构造方法
 
InMemoryClientDetailsService - org.springframework.security.oauth2.provider 中的 类
Basic, in-memory implementation of the client details service.
InMemoryClientDetailsService() - 类 org.springframework.security.oauth2.provider.InMemoryClientDetailsService 的构造方法
 
InMemoryImplicitGrantService - org.springframework.security.oauth2.provider.implicit 中的 类
In-memory implementation of the ImplicitGrantService.
InMemoryImplicitGrantService() - 类 org.springframework.security.oauth2.provider.implicit.InMemoryImplicitGrantService 的构造方法
 
InMemoryTokenStore - org.springframework.security.oauth2.provider.token 中的 类
Implementation of token services that stores tokens in memory.
InMemoryTokenStore() - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 的构造方法
 
InsufficientScopeException - org.springframework.security.oauth2.common.exceptions 中的 异常
Exception representing insufficient scope in a token when a request is handled by a Resource Server.
InsufficientScopeException(String, Set<String>) - 异常 org.springframework.security.oauth2.common.exceptions.InsufficientScopeException 的构造方法
 
InsufficientScopeException(String) - 异常 org.springframework.security.oauth2.common.exceptions.InsufficientScopeException 的构造方法
 
INVALID_CLIENT - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
INVALID_GRANT - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
INVALID_REQUEST - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
INVALID_SCOPE - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
INVALID_TOKEN - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
InvalidClientException - org.springframework.security.oauth2.common.exceptions 中的 异常
Exception thrown when a client was unable to authenticate.
InvalidClientException(String) - 异常 org.springframework.security.oauth2.common.exceptions.InvalidClientException 的构造方法
 
InvalidGrantException - org.springframework.security.oauth2.common.exceptions 中的 异常
 
InvalidGrantException(String, Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.InvalidGrantException 的构造方法
 
InvalidGrantException(String) - 异常 org.springframework.security.oauth2.common.exceptions.InvalidGrantException 的构造方法
 
InvalidRequestException - org.springframework.security.oauth2.common.exceptions 中的 异常
 
InvalidRequestException(String, Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.InvalidRequestException 的构造方法
 
InvalidRequestException(String) - 异常 org.springframework.security.oauth2.common.exceptions.InvalidRequestException 的构造方法
 
InvalidScopeException - org.springframework.security.oauth2.common.exceptions 中的 异常
Exception representing an invalid scope in a token or authorization request (i.e. from an Authorization Server).
InvalidScopeException(String, Set<String>) - 异常 org.springframework.security.oauth2.common.exceptions.InvalidScopeException 的构造方法
 
InvalidScopeException(String) - 异常 org.springframework.security.oauth2.common.exceptions.InvalidScopeException 的构造方法
 
InvalidTokenException - org.springframework.security.oauth2.common.exceptions 中的 异常
 
InvalidTokenException(String, Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.InvalidTokenException 的构造方法
 
InvalidTokenException(String) - 异常 org.springframework.security.oauth2.common.exceptions.InvalidTokenException 的构造方法
 
isApproved(AuthorizationRequest, Authentication) - 类 org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler 中的方法
Basic implementation just requires the authorization request to be explicitly approved and the user to be authenticated.
isApproved(AuthorizationRequest, Authentication) - 类 org.springframework.security.oauth2.provider.approval.TokenServicesUserApprovalHandler 中的方法
Basic implementation just requires the authorization request to be explicitly approved and the user to be authenticated.
isApproved(AuthorizationRequest, Authentication) - 接口 org.springframework.security.oauth2.provider.approval.UserApprovalHandler 中的方法
Tests whether the specified authorization request has been approved by the current user (if there is one).
isApproved() - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
isApproved() - 类 org.springframework.security.oauth2.provider.OAuth2Request 中的方法
 
isAuthenticated() - 类 org.springframework.security.oauth2.provider.OAuth2Authentication 中的方法
 
isAuthenticationRequired() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
isAuthenticationRequired() - 接口 org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails 中的方法
Whether a secret is required to obtain an access token to this resource.
isClient() - 类 org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods 中的方法
Check if the current authentication is acting as an authenticated client application not on behalf of a user.
isClientOnly() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
isClientOnly() - 接口 org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails 中的方法
A flag to indicate that this resource is only to be used with client credentials, thus allowing access tokens to be cached independent of a user's session.
isClientOnly() - 类 org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsResourceDetails 中的方法
 
isClientOnly() - 类 org.springframework.security.oauth2.provider.OAuth2Authentication 中的方法
Convenience method to check if there is a user associated with this token, or just a client application.
isEmpty() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
isError() - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
isError() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
isExpired() - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
Convenience method for checking expiration
isExpired() - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的方法
 
isExpired(OAuth2RefreshToken) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
 
isHandler(Class<?>) - 类 org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping 中的方法
Detects @FrameworkEndpoint annotations in handler beans.
isOAuth(Authentication) - 类 org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils 中的静态方法
 
isOAuthClientAuth(Authentication) - 类 org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils 中的静态方法
 
isOAuthUserAuth(Authentication) - 类 org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils 中的静态方法
 
isScoped() - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
isScoped() - 接口 org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails 中的方法
Whether this resource is limited to a specific scope.
isScoped() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
isScoped() - 接口 org.springframework.security.oauth2.provider.ClientDetails 中的方法
Whether this client is limited to a specific scope.
isSecretRequired() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
isSecretRequired() - 接口 org.springframework.security.oauth2.provider.ClientDetails 中的方法
Whether a secret is required to authenticate this client.
isSingleton() - 类 org.springframework.security.oauth2.config.OAuth2ClientContextFactoryBean 中的方法
 
isSingleton() - 类 org.springframework.security.oauth2.config.ResourceBeanDefinitionParser.StringListFactoryBean 中的方法
 
isSupportRefreshToken(OAuth2Request) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
Is a refresh token supported for this client (or the global setting if clientDetailsService is not set.
isUseCurrentUri() - 类 org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails 中的方法
Flag to signal that the current URI (if set) in the request should be used in preference to the pre-established redirect URI.
isUser() - 类 org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods 中的方法
Check if the current authentication is acting on behalf of an authenticated user.

J

JaxbOAuth2AccessTokenMessageConverter - org.springframework.security.oauth2.http.converter.jaxb 中的 类
 
JaxbOAuth2AccessTokenMessageConverter() - 类 org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2AccessTokenMessageConverter 的构造方法
 
JaxbOAuth2ExceptionMessageConverter - org.springframework.security.oauth2.http.converter.jaxb 中的 类
 
JaxbOAuth2ExceptionMessageConverter() - 类 org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2ExceptionMessageConverter 的构造方法
 
JdbcAuthorizationCodeServices - org.springframework.security.oauth2.provider.code 中的 类
Implementation of authorization code services that stores the codes and authentication in a database.
JdbcAuthorizationCodeServices(DataSource) - 类 org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices 的构造方法
 
JdbcClientDetailsService - org.springframework.security.oauth2.provider 中的 类
Basic, JDBC implementation of the client details service.
JdbcClientDetailsService(DataSource) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 的构造方法
 
JdbcClientTokenServices - org.springframework.security.oauth2.client.token 中的 类
Implementation of token services that stores tokens in a database for retrieval by client applications.
JdbcClientTokenServices(DataSource) - 类 org.springframework.security.oauth2.client.token.JdbcClientTokenServices 的构造方法
 
JdbcListFactory - org.springframework.security.oauth2.common.util 中的 接口
 
JdbcTokenStore - org.springframework.security.oauth2.provider.token 中的 类
Implementation of token services that stores tokens in a database.
JdbcTokenStore(DataSource) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 的构造方法
 

K

keySet() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 

L

listClientDetails() - 接口 org.springframework.security.oauth2.provider.ClientRegistrationService 中的方法
 
listClientDetails() - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
loadAuthentication(String) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
 
loadAuthentication(String) - 接口 org.springframework.security.oauth2.provider.token.ResourceServerTokenServices 中的方法
Load the credentials for the specified access token.
loadClientByClientId(String) - 接口 org.springframework.security.oauth2.provider.ClientDetailsService 中的方法
Load a client by the client id.
loadClientByClientId(String) - 类 org.springframework.security.oauth2.provider.InMemoryClientDetailsService 中的方法
 
loadClientByClientId(String) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
loadUserByUsername(String) - 类 org.springframework.security.oauth2.provider.client.ClientDetailsUserDetailsService 中的方法
 
logger - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 中的变量
 
logger - 类 org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint 中的变量
 
logger - 类 org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler 中的变量
Logger available to subclasses
logger - 类 org.springframework.security.oauth2.provider.token.AbstractTokenGranter 中的变量
 

N

NoSuchClientException - org.springframework.security.oauth2.provider 中的 异常
 
NoSuchClientException(String) - 异常 org.springframework.security.oauth2.provider.NoSuchClientException 的构造方法
 
NoSuchClientException(String, Throwable) - 异常 org.springframework.security.oauth2.provider.NoSuchClientException 的构造方法
 

O

OAUTH2_TYPE - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的静态变量
 
OAuth2AccessDeniedException - org.springframework.security.oauth2.client.resource 中的 异常
When access is denied we usually want a 403, but we want the same treatment as all teh other OAuth2Exception types, so this is not a Spring Security AccessDeniedException.
OAuth2AccessDeniedException() - 异常 org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException 的构造方法
 
OAuth2AccessDeniedException(String) - 异常 org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException 的构造方法
 
OAuth2AccessDeniedException(OAuth2ProtectedResourceDetails) - 异常 org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException 的构造方法
 
OAuth2AccessDeniedException(String, OAuth2ProtectedResourceDetails) - 异常 org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException 的构造方法
 
OAuth2AccessDeniedException(String, OAuth2ProtectedResourceDetails, Throwable) - 异常 org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException 的构造方法
 
OAuth2AccessDeniedHandler - org.springframework.security.oauth2.provider.error 中的 类
If authorization fails and the caller has asked for a specific content type response, this entry point can send one, along with a standard 403 status.
OAuth2AccessDeniedHandler() - 类 org.springframework.security.oauth2.provider.error.OAuth2AccessDeniedHandler 的构造方法
 
OAuth2AccessToken - org.springframework.security.oauth2.common 中的 接口
 
OAuth2AccessTokenJackson1Deserializer - org.springframework.security.oauth2.common 中的 类
Provides the ability to deserialize JSON response into an OAuth2AccessToken with jackson by implementing JsonDeserializer.
OAuth2AccessTokenJackson1Deserializer() - 类 org.springframework.security.oauth2.common.OAuth2AccessTokenJackson1Deserializer 的构造方法
 
OAuth2AccessTokenJackson1Serializer - org.springframework.security.oauth2.common 中的 类
Provides the ability to serialize an OAuth2AccessToken with jackson by implementing JsonSerializer.
OAuth2AccessTokenJackson1Serializer() - 类 org.springframework.security.oauth2.common.OAuth2AccessTokenJackson1Serializer 的构造方法
 
OAuth2AccessTokenJackson2Deserializer - org.springframework.security.oauth2.common 中的 类
Provides the ability to deserialize JSON response into an OAuth2AccessToken with jackson2 by implementing JsonDeserializer.
OAuth2AccessTokenJackson2Deserializer() - 类 org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Deserializer 的构造方法
 
OAuth2AccessTokenJackson2Serializer - org.springframework.security.oauth2.common 中的 类
Provides the ability to serialize an OAuth2AccessToken with jackson2 by implementing JsonDeserializer.
OAuth2AccessTokenJackson2Serializer() - 类 org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Serializer 的构造方法
 
OAuth2AccessTokenSupport - org.springframework.security.oauth2.client.token 中的 类
Base support logic for obtaining access tokens.
OAuth2AccessTokenSupport() - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 的构造方法
 
OAuth2Authentication - org.springframework.security.oauth2.provider 中的 类
An OAuth 2 authentication token can contain two authentications: one for the client and one for the user.
OAuth2Authentication(OAuth2Request, Authentication) - 类 org.springframework.security.oauth2.provider.OAuth2Authentication 的构造方法
Construct an OAuth 2 authentication.
OAuth2AuthenticationDetails - org.springframework.security.oauth2.provider.authentication 中的 类
A holder of selected HTTP details related to an OAuth2 authentication request.
OAuth2AuthenticationDetails(HttpServletRequest) - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails 的构造方法
Records the access token value and remote address and will also set the session Id if a session already exists (it won't create one).
OAuth2AuthenticationDetailsSource - org.springframework.security.oauth2.provider.authentication 中的 类
A source for authentication details in an OAuth2 protected Resource.
OAuth2AuthenticationDetailsSource() - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetailsSource 的构造方法
 
OAuth2AuthenticationEntryPoint - org.springframework.security.oauth2.provider.error 中的 类
If authentication fails and the caller has asked for a specific content type response, this entry point can send one, along with a standard 401 status.
OAuth2AuthenticationEntryPoint() - 类 org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint 的构造方法
 
OAuth2AuthenticationManager - org.springframework.security.oauth2.provider.authentication 中的 类
An AuthenticationManager for OAuth2 protected resources.
OAuth2AuthenticationManager() - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager 的构造方法
 
OAuth2AuthenticationProcessingFilter - org.springframework.security.oauth2.provider.authentication 中的 类
A pre-authentication filter for OAuth2 protected resources.
OAuth2AuthenticationProcessingFilter() - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter 的构造方法
 
OAuth2ClientAuthenticationProcessingFilter - org.springframework.security.oauth2.client.filter 中的 类
An OAuth2 client filter that can be used to acquire an OAuth2 access token from an authorization server, and load an authentication object into the SecurityContext
OAuth2ClientAuthenticationProcessingFilter(String) - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter 的构造方法
 
OAuth2ClientContext - org.springframework.security.oauth2.client 中的 接口
 
OAuth2ClientContextFactoryBean - org.springframework.security.oauth2.config 中的 类
Convenience factory for OAuth2ClientContext that is aware of the need for a different context if the resource is for a client credentials grant.
OAuth2ClientContextFactoryBean() - 类 org.springframework.security.oauth2.config.OAuth2ClientContextFactoryBean 的构造方法
 
OAuth2ClientContextFilter - org.springframework.security.oauth2.client.filter 中的 类
Security filter for an OAuth2 client.
OAuth2ClientContextFilter() - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter 的构造方法
 
OAuth2ContextConfiguration - org.springframework.security.oauth2.client.test 中的 注释类型
Annotation to signal that an OAuth2 authentication should be created and and provided to the enclosing scope (method or class).
OAuth2ContextConfiguration.ClientCredentials - org.springframework.security.oauth2.client.test 中的 类
Set up an OAuth2 context for this test using client credentials grant type
OAuth2ContextConfiguration.ClientCredentials(TestAccounts) - 类 org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ClientCredentials 的构造方法
 
OAuth2ContextConfiguration.Implicit - org.springframework.security.oauth2.client.test 中的 类
Set up an OAuth2 context for this test using implicit grant type
OAuth2ContextConfiguration.Implicit(TestAccounts) - 类 org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.Implicit 的构造方法
 
OAuth2ContextConfiguration.Password - org.springframework.security.oauth2.client.test 中的 类
Set up an OAuth2 context for this test using resource owner password grant type
OAuth2ContextConfiguration.Password(TestAccounts) - 类 org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.Password 的构造方法
 
OAuth2ContextConfiguration.ResourceHelper - org.springframework.security.oauth2.client.test 中的 类
 
OAuth2ContextConfiguration.ResourceHelper() - 类 org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.ResourceHelper 的构造方法
 
OAuth2ContextSetup - org.springframework.security.oauth2.client.test 中的 类
A rule that sets up an OAuth2 context for tests and makes the access token available inside a test method.
OAuth2ErrorHandler - org.springframework.security.oauth2.client.http 中的 类
Error handler specifically for an oauth 2 response.
OAuth2ErrorHandler(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.http.OAuth2ErrorHandler 的构造方法
Construct an error handler that can deal with OAuth2 concerns before handling the error in the default fashion.
OAuth2ErrorHandler(ResponseErrorHandler, OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.http.OAuth2ErrorHandler 的构造方法
Construct an error handler that can deal with OAuth2 concerns before delegating to acustom handler.
OAuth2Exception - org.springframework.security.oauth2.common.exceptions 中的 异常
Base exception for OAuth 2 exceptions.
OAuth2Exception(String, Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 的构造方法
 
OAuth2Exception(String) - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 的构造方法
 
OAuth2ExceptionJackson1Deserializer - org.springframework.security.oauth2.common.exceptions 中的 类
 
OAuth2ExceptionJackson1Deserializer() - 类 org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Deserializer 的构造方法
 
OAuth2ExceptionJackson1Serializer - org.springframework.security.oauth2.common.exceptions 中的 类
 
OAuth2ExceptionJackson1Serializer() - 类 org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Serializer 的构造方法
 
OAuth2ExceptionJackson2Deserializer - org.springframework.security.oauth2.common.exceptions 中的 类
 
OAuth2ExceptionJackson2Deserializer() - 类 org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Deserializer 的构造方法
 
OAuth2ExceptionJackson2Serializer - org.springframework.security.oauth2.common.exceptions 中的 类
 
OAuth2ExceptionJackson2Serializer() - 类 org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Serializer 的构造方法
 
OAuth2ExceptionRenderer - org.springframework.security.oauth2.provider.error 中的 接口
Strategy for rendering a OAuth2Exception in cases where they cannot be rendered by the Spring dispatcher servlet (i.e. usually in a filter chain).
OAuth2ExpressionUtils - org.springframework.security.oauth2.provider.expression 中的 类
 
OAuth2ExpressionUtils() - 类 org.springframework.security.oauth2.provider.expression.OAuth2ExpressionUtils 的构造方法
 
OAuth2MethodSecurityExpressionHandler - org.springframework.security.oauth2.provider.expression 中的 类
A security expression handler that can handle default method security expressions plus the set provided by OAuth2SecurityExpressionMethods using the variable oauth2 to access the methods.
OAuth2MethodSecurityExpressionHandler() - 类 org.springframework.security.oauth2.provider.expression.OAuth2MethodSecurityExpressionHandler 的构造方法
 
OAuth2ProtectedResourceDetails - org.springframework.security.oauth2.client.resource 中的 接口
Details for an OAuth2-protected resource.
OAuth2RefreshToken - org.springframework.security.oauth2.common 中的 接口
 
OAuth2Request - org.springframework.security.oauth2.provider 中的 类
Represents a stored authorization or token request.
OAuth2Request(Map<String, String>, String, Collection<? extends GrantedAuthority>, boolean, Set<String>, Set<String>, String, Set<String>, Map<String, Serializable>) - 类 org.springframework.security.oauth2.provider.OAuth2Request 的构造方法
 
OAuth2Request(OAuth2Request) - 类 org.springframework.security.oauth2.provider.OAuth2Request 的构造方法
 
OAuth2Request(String) - 类 org.springframework.security.oauth2.provider.OAuth2Request 的构造方法
 
OAuth2Request() - 类 org.springframework.security.oauth2.provider.OAuth2Request 的构造方法
 
OAuth2RequestFactory - org.springframework.security.oauth2.provider 中的 接口
Strategy for managing OAuth2 requests: AuthorizationRequest, TokenRequest, OAuth2Request.
OAuth2RequestValidator - org.springframework.security.oauth2.provider 中的 接口
Validation interface for OAuth2 requests to the AuthorizationEndpoint and TokenEndpoint.
OAuth2RestOperations - org.springframework.security.oauth2.client 中的 接口
 
OAuth2RestTemplate - org.springframework.security.oauth2.client 中的 类
Rest template that is able to make OAuth2-authenticated REST requests with the credentials of the provided resource.
OAuth2RestTemplate(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.OAuth2RestTemplate 的构造方法
 
OAuth2RestTemplate(OAuth2ProtectedResourceDetails, OAuth2ClientContext) - 类 org.springframework.security.oauth2.client.OAuth2RestTemplate 的构造方法
 
OAuth2SecurityExpressionMethods - org.springframework.security.oauth2.provider.expression 中的 类
A convenience object for security expressions in OAuth2 protected resources, providing public methods that act on the current authentication.
OAuth2SecurityExpressionMethods(Authentication, boolean) - 类 org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods 的构造方法
 
OAuth2SecurityNamespaceHandler - org.springframework.security.oauth2.config 中的 类
 
OAuth2SecurityNamespaceHandler() - 类 org.springframework.security.oauth2.config.OAuth2SecurityNamespaceHandler 的构造方法
 
OAuth2Utils - org.springframework.security.oauth2.common.util 中的 类
 
OAuth2Utils() - 类 org.springframework.security.oauth2.common.util.OAuth2Utils 的构造方法
 
OAuth2WebSecurityExpressionHandler - org.springframework.security.oauth2.provider.expression 中的 类
A security expression handler that can handle default web security expressions plus the set provided by OAuth2SecurityExpressionMethods using the variable oauth2 to access the methods.
OAuth2WebSecurityExpressionHandler() - 类 org.springframework.security.oauth2.provider.expression.OAuth2WebSecurityExpressionHandler 的构造方法
 
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - 接口 org.springframework.security.oauth2.client.token.AccessTokenProvider 中的方法
Obtain a new access token for the specified protected resource.
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.AccessTokenProviderChain 中的方法
 
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider 中的方法
 
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider 中的方法
 
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider 中的方法
 
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider 中的方法
 
obtainAuthorizationCode(OAuth2ProtectedResourceDetails, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider 中的方法
 
obtainNewAccessTokenInternal(OAuth2ProtectedResourceDetails, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.AccessTokenProviderChain 中的方法
 
onSuccessfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter 中的方法
 
onUnsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter 中的方法
 
org.springframework.security.oauth2.client - 软件包 org.springframework.security.oauth2.client
 
org.springframework.security.oauth2.client.filter - 软件包 org.springframework.security.oauth2.client.filter
 
org.springframework.security.oauth2.client.filter.state - 软件包 org.springframework.security.oauth2.client.filter.state
 
org.springframework.security.oauth2.client.http - 软件包 org.springframework.security.oauth2.client.http
 
org.springframework.security.oauth2.client.resource - 软件包 org.springframework.security.oauth2.client.resource
 
org.springframework.security.oauth2.client.test - 软件包 org.springframework.security.oauth2.client.test
 
org.springframework.security.oauth2.client.token - 软件包 org.springframework.security.oauth2.client.token
 
org.springframework.security.oauth2.client.token.auth - 软件包 org.springframework.security.oauth2.client.token.auth
 
org.springframework.security.oauth2.client.token.grant.client - 软件包 org.springframework.security.oauth2.client.token.grant.client
 
org.springframework.security.oauth2.client.token.grant.code - 软件包 org.springframework.security.oauth2.client.token.grant.code
 
org.springframework.security.oauth2.client.token.grant.implicit - 软件包 org.springframework.security.oauth2.client.token.grant.implicit
 
org.springframework.security.oauth2.client.token.grant.password - 软件包 org.springframework.security.oauth2.client.token.grant.password
 
org.springframework.security.oauth2.client.token.grant.redirect - 软件包 org.springframework.security.oauth2.client.token.grant.redirect
 
org.springframework.security.oauth2.common - 软件包 org.springframework.security.oauth2.common
 
org.springframework.security.oauth2.common.exceptions - 软件包 org.springframework.security.oauth2.common.exceptions
 
org.springframework.security.oauth2.common.util - 软件包 org.springframework.security.oauth2.common.util
 
org.springframework.security.oauth2.config - 软件包 org.springframework.security.oauth2.config
 
org.springframework.security.oauth2.http.converter - 软件包 org.springframework.security.oauth2.http.converter
 
org.springframework.security.oauth2.http.converter.jaxb - 软件包 org.springframework.security.oauth2.http.converter.jaxb
 
org.springframework.security.oauth2.provider - 软件包 org.springframework.security.oauth2.provider
 
org.springframework.security.oauth2.provider.approval - 软件包 org.springframework.security.oauth2.provider.approval
 
org.springframework.security.oauth2.provider.authentication - 软件包 org.springframework.security.oauth2.provider.authentication
 
org.springframework.security.oauth2.provider.client - 软件包 org.springframework.security.oauth2.provider.client
 
org.springframework.security.oauth2.provider.code - 软件包 org.springframework.security.oauth2.provider.code
 
org.springframework.security.oauth2.provider.endpoint - 软件包 org.springframework.security.oauth2.provider.endpoint
 
org.springframework.security.oauth2.provider.error - 软件包 org.springframework.security.oauth2.provider.error
 
org.springframework.security.oauth2.provider.expression - 软件包 org.springframework.security.oauth2.provider.expression
 
org.springframework.security.oauth2.provider.implicit - 软件包 org.springframework.security.oauth2.provider.implicit
 
org.springframework.security.oauth2.provider.password - 软件包 org.springframework.security.oauth2.provider.password
 
org.springframework.security.oauth2.provider.refresh - 软件包 org.springframework.security.oauth2.provider.refresh
 
org.springframework.security.oauth2.provider.token - 软件包 org.springframework.security.oauth2.provider.token
 
org.springframework.security.oauth2.provider.vote - 软件包 org.springframework.security.oauth2.provider.vote
 

P

parseEndpointAndReturnFilter(Element, ParserContext, String, String) - 类 org.springframework.security.oauth2.config.AuthorizationServerBeanDefinitionParser 中的方法
 
parseEndpointAndReturnFilter(Element, ParserContext, String, String) - 类 org.springframework.security.oauth2.config.ProviderBeanDefinitionParser 中的方法
 
parseEndpointAndReturnFilter(Element, ParserContext, String, String) - 类 org.springframework.security.oauth2.config.ResourceServerBeanDefinitionParser 中的方法
 
parseHeaderToken(HttpServletRequest) - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter 中的方法
Parse the OAuth header parameters.
parseInternal(Element, ParserContext) - 类 org.springframework.security.oauth2.config.ClientBeanDefinitionParser 中的方法
 
parseInternal(Element, ParserContext) - 类 org.springframework.security.oauth2.config.ProviderBeanDefinitionParser 中的方法
 
parseParameterList(String) - 类 org.springframework.security.oauth2.common.util.OAuth2Utils 中的静态方法
Parses a string parameter value into a set of strings.
parseToken(HttpServletRequest) - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter 中的方法
 
ProviderBeanDefinitionParser - org.springframework.security.oauth2.config 中的 类
Parser for the OAuth "provider" element.
ProviderBeanDefinitionParser() - 类 org.springframework.security.oauth2.config.ProviderBeanDefinitionParser 的构造方法
 
put(String, List<String>) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
putAll(Map<? extends String, ? extends List<String>>) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 

R

RandomValueAuthorizationCodeServices - org.springframework.security.oauth2.provider.code 中的 类
Base implementation for authorization code services that generates a random-value authorization code.
RandomValueAuthorizationCodeServices() - 类 org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices 的构造方法
 
RandomValueStringGenerator - org.springframework.security.oauth2.common.util 中的 类
Utility that generates a random-value ASCII string.
RandomValueStringGenerator() - 类 org.springframework.security.oauth2.common.util.RandomValueStringGenerator 的构造方法
Create a generator with the default length (6).
RandomValueStringGenerator(int) - 类 org.springframework.security.oauth2.common.util.RandomValueStringGenerator 的构造方法
Create a generator of random strings of the length provided
read(Class<? extends OAuth2Exception>, HttpInputMessage) - 类 org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter 中的方法
 
readAccessToken(String) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
 
readAccessToken(String) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
readAccessToken(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
readAccessToken(String) - 接口 org.springframework.security.oauth2.provider.token.ResourceServerTokenServices 中的方法
Retrieve the full access token details from just the value.
readAccessToken(String) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
Read an access token from the store.
readAuthentication(OAuth2AccessToken) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
readAuthentication(String) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
readAuthentication(OAuth2AccessToken) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
readAuthentication(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
readAuthentication(OAuth2AccessToken) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
Read the authentication stored under the specified token value.
readAuthentication(String) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
Read the authentication stored under the specified token value.
readAuthenticationForRefreshToken(OAuth2RefreshToken) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
readAuthenticationForRefreshToken(String) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
readAuthenticationForRefreshToken(OAuth2RefreshToken) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
readAuthenticationForRefreshToken(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
readAuthenticationForRefreshToken(OAuth2RefreshToken) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
 
readInternal(Class<? extends OAuth2AccessToken>, HttpInputMessage) - 类 org.springframework.security.oauth2.http.converter.FormOAuth2AccessTokenMessageConverter 中的方法
 
readRefreshToken(String) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
readRefreshToken(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
readRefreshToken(String) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
Read a refresh token from the store.
REDIRECT_URI - 类 org.springframework.security.oauth2.common.util.OAuth2Utils 中的静态变量
Constant to use while parsing and formatting parameter maps for OAuth2 requests
REDIRECT_URI_MISMATCH - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
redirectMatches(String, String) - 类 org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver 中的方法
Whether the requested redirect URI "matches" the specified redirect URI.
redirectMatches(String, String) - 类 org.springframework.security.oauth2.provider.endpoint.ExactMatchRedirectResolver 中的方法
Whether the requested redirect URI "matches" the specified redirect URI.
RedirectMismatchException - org.springframework.security.oauth2.common.exceptions 中的 异常
 
RedirectMismatchException(String, Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.RedirectMismatchException 的构造方法
 
RedirectMismatchException(String) - 异常 org.springframework.security.oauth2.common.exceptions.RedirectMismatchException 的构造方法
 
RedirectResolver - org.springframework.security.oauth2.provider.endpoint 中的 接口
Basic interface for determining the redirect URI for a user agent.
redirectUser(UserRedirectRequiredException, HttpServletRequest, HttpServletResponse) - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter 中的方法
Redirect the user according to the specified exception.
REFRESH_TOKEN - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的静态变量
The refresh token which can be used to obtain new access tokens using the same authorization grant as described in Section 6.
refreshAccessToken(OAuth2ProtectedResourceDetails, OAuth2RefreshToken, AccessTokenRequest) - 接口 org.springframework.security.oauth2.client.token.AccessTokenProvider 中的方法
 
refreshAccessToken(OAuth2ProtectedResourceDetails, OAuth2RefreshToken, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.AccessTokenProviderChain 中的方法
Obtain a new access token for the specified resource using the refresh token.
refreshAccessToken(OAuth2ProtectedResourceDetails, OAuth2RefreshToken, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider 中的方法
 
refreshAccessToken(OAuth2ProtectedResourceDetails, OAuth2RefreshToken, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider 中的方法
 
refreshAccessToken(OAuth2ProtectedResourceDetails, OAuth2RefreshToken, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider 中的方法
 
refreshAccessToken(OAuth2ProtectedResourceDetails, OAuth2RefreshToken, AccessTokenRequest) - 类 org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider 中的方法
 
refreshAccessToken(String, TokenRequest) - 接口 org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices 中的方法
Refresh an access token.
refreshAccessToken(String, TokenRequest) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
 
RefreshTokenGranter - org.springframework.security.oauth2.provider.refresh 中的 类
 
RefreshTokenGranter(AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory) - 类 org.springframework.security.oauth2.provider.refresh.RefreshTokenGranter 的构造方法
 
remove(Object) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
remove(String) - 类 org.springframework.security.oauth2.provider.code.InMemoryAuthorizationCodeServices 中的方法
 
remove(String) - 类 org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices 中的方法
 
remove(String) - 类 org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices 中的方法
 
remove(TokenRequest) - 接口 org.springframework.security.oauth2.provider.implicit.ImplicitGrantService 中的方法
Look up and return the OAuth2Request associated with the given TokenRequest.
remove(TokenRequest) - 类 org.springframework.security.oauth2.provider.implicit.InMemoryImplicitGrantService 中的方法
 
removeAccessToken(OAuth2ProtectedResourceDetails, Authentication) - 接口 org.springframework.security.oauth2.client.token.ClientTokenServices 中的方法
Remove the token (if any) that is stored with the provided resource and authentication.
removeAccessToken(OAuth2ProtectedResourceDetails, Authentication) - 类 org.springframework.security.oauth2.client.token.JdbcClientTokenServices 中的方法
 
removeAccessToken(OAuth2AccessToken) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
removeAccessToken(String) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
removeAccessToken(OAuth2AccessToken) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
removeAccessToken(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
removeAccessToken(OAuth2AccessToken) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
Remove an access token from the database.
removeAccessTokenUsingRefreshToken(OAuth2RefreshToken) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
removeAccessTokenUsingRefreshToken(OAuth2RefreshToken) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
removeAccessTokenUsingRefreshToken(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
removeAccessTokenUsingRefreshToken(OAuth2RefreshToken) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
Remove an access token using a refresh token.
removeClientDetails(String) - 接口 org.springframework.security.oauth2.provider.ClientRegistrationService 中的方法
 
removeClientDetails(String) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
removePreservedState(String) - 类 org.springframework.security.oauth2.client.DefaultOAuth2ClientContext 中的方法
 
removePreservedState(String) - 接口 org.springframework.security.oauth2.client.OAuth2ClientContext 中的方法
 
removeRefreshToken(OAuth2RefreshToken) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
removeRefreshToken(String) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
removeRefreshToken(OAuth2RefreshToken) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
removeRefreshToken(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
removeRefreshToken(OAuth2RefreshToken) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
Remove a refresh token from the database.
requestStore - 类 org.springframework.security.oauth2.provider.implicit.InMemoryImplicitGrantService 中的变量
 
requiresAuthentication(HttpServletRequest, HttpServletResponse) - 类 org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter 中的方法
 
resolveRedirect(String, ClientDetails) - 类 org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver 中的方法
 
resolveRedirect(String, ClientDetails) - 接口 org.springframework.security.oauth2.provider.endpoint.RedirectResolver 中的方法
Resolve the redirect for the specified client.
ResourceBeanDefinitionParser - org.springframework.security.oauth2.config 中的 类
 
ResourceBeanDefinitionParser() - 类 org.springframework.security.oauth2.config.ResourceBeanDefinitionParser 的构造方法
 
ResourceBeanDefinitionParser.StringListFactoryBean - org.springframework.security.oauth2.config 中的 类
Convenience factory bean for enabling comma-separated lists to be specified either as literals or externalized as expressions or placeholders.
ResourceBeanDefinitionParser.StringListFactoryBean(String) - 类 org.springframework.security.oauth2.config.ResourceBeanDefinitionParser.StringListFactoryBean 的构造方法
 
ResourceOwnerPasswordAccessTokenProvider - org.springframework.security.oauth2.client.token.grant.password 中的 类
Provider for obtaining an oauth2 access token by using resource owner password.
ResourceOwnerPasswordAccessTokenProvider() - 类 org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider 的构造方法
 
ResourceOwnerPasswordResourceDetails - org.springframework.security.oauth2.client.token.grant.password 中的 类
 
ResourceOwnerPasswordResourceDetails() - 类 org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails 的构造方法
 
ResourceOwnerPasswordTokenGranter - org.springframework.security.oauth2.provider.password 中的 类
 
ResourceOwnerPasswordTokenGranter(AuthenticationManager, AuthorizationServerTokenServices, ClientDetailsService, OAuth2RequestFactory) - 类 org.springframework.security.oauth2.provider.password.ResourceOwnerPasswordTokenGranter 的构造方法
 
ResourceServerBeanDefinitionParser - org.springframework.security.oauth2.config 中的 类
Parser for the OAuth "resource-server" element.
ResourceServerBeanDefinitionParser() - 类 org.springframework.security.oauth2.config.ResourceServerBeanDefinitionParser 的构造方法
 
ResourceServerTokenServices - org.springframework.security.oauth2.provider.token 中的 接口
 
RESPONSE_TYPE - 类 org.springframework.security.oauth2.common.util.OAuth2Utils 中的静态变量
Constant to use while parsing and formatting parameter maps for OAuth2 requests
restTemplate - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter 中的变量
 
RestTemplateBeanDefinitionParser - org.springframework.security.oauth2.config 中的 类
 
RestTemplateBeanDefinitionParser() - 类 org.springframework.security.oauth2.config.RestTemplateBeanDefinitionParser 的构造方法
 
RestTemplateHolder - org.springframework.security.oauth2.client.test 中的 接口
Marker interface for an object that has a getter and setter for a RestTemplate.
retrieveToken(MultiValueMap<String, String>, HttpHeaders, OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 中的方法
 
revokeToken(String) - 接口 org.springframework.security.oauth2.provider.token.ConsumerTokenServices 中的方法
 
revokeToken(String) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
 

S

SaltedClientSecret - org.springframework.security.oauth2.provider 中的 接口
Marker interface for indicating that a client details secret has some salt.
saveAccessToken(OAuth2ProtectedResourceDetails, Authentication, OAuth2AccessToken) - 接口 org.springframework.security.oauth2.client.token.ClientTokenServices 中的方法
Save or update the access token for this resource and authentication (may be null).
saveAccessToken(OAuth2ProtectedResourceDetails, Authentication, OAuth2AccessToken) - 类 org.springframework.security.oauth2.client.token.JdbcClientTokenServices 中的方法
 
SCOPE - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的静态变量
The scope of the access token as described by Section 3.3
SCOPE - 类 org.springframework.security.oauth2.common.util.OAuth2Utils 中的静态变量
Constant to use while parsing and formatting parameter maps for OAuth2 requests
ScopeVoter - org.springframework.security.oauth2.provider.vote 中的 类
Votes if any ConfigAttribute.getAttribute() starts with a prefix indicating that it is an OAuth2 scope.
ScopeVoter() - 类 org.springframework.security.oauth2.provider.vote.ScopeVoter 的构造方法
 
SerializationException - org.springframework.security.oauth2.common.exceptions 中的 异常
Thrown during a problem serialization/deserialization.
SerializationException() - 异常 org.springframework.security.oauth2.common.exceptions.SerializationException 的构造方法
 
SerializationException(String) - 异常 org.springframework.security.oauth2.common.exceptions.SerializationException 的构造方法
 
SerializationException(String, Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.SerializationException 的构造方法
 
SerializationException(Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.SerializationException 的构造方法
 
SerializationUtils - org.springframework.security.oauth2.common.util 中的 类
 
SerializationUtils() - 类 org.springframework.security.oauth2.common.util.SerializationUtils 的构造方法
 
serialize(OAuth2Exception, JsonGenerator, SerializerProvider) - 类 org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson1Serializer 中的方法
 
serialize(OAuth2Exception, JsonGenerator, SerializerProvider) - 类 org.springframework.security.oauth2.common.exceptions.OAuth2ExceptionJackson2Serializer 中的方法
 
serialize(OAuth2AccessToken, JsonGenerator, SerializerProvider) - 类 org.springframework.security.oauth2.common.OAuth2AccessTokenJackson1Serializer 中的方法
 
serialize(OAuth2AccessToken, JsonGenerator, SerializerProvider) - 类 org.springframework.security.oauth2.common.OAuth2AccessTokenJackson2Serializer 中的方法
 
serialize(Object) - 类 org.springframework.security.oauth2.common.util.SerializationUtils 中的静态方法
 
serializeAccessToken(OAuth2AccessToken) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
serializeAuthentication(OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
serializeRefreshToken(OAuth2RefreshToken) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
set(String, String) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
setAccessToken(OAuth2AccessToken) - 类 org.springframework.security.oauth2.client.DefaultOAuth2ClientContext 中的方法
 
setAccessToken(OAuth2AccessToken) - 接口 org.springframework.security.oauth2.client.OAuth2ClientContext 中的方法
 
setAccessTokenProvider(AccessTokenProvider) - 类 org.springframework.security.oauth2.client.OAuth2RestTemplate 中的方法
 
setAccessTokenProvider(AccessTokenProvider) - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的方法
 
setAccessTokenUri(String) - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
setAccessTokenValiditySeconds(Integer) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
setAccessTokenValiditySeconds(int) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
The default validity (in seconds) of the access token.
setAdditionalInformation(Map<String, Object>) - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
Additional information that token granters would like to add to the token, e.g. to support new token types.
setAdditionalInformation(Map<String, ?>) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
setAll(Map<String, String>) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
setApprovalParameter(String) - 类 org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler 中的方法
 
setApprovalParameter(String) - 类 org.springframework.security.oauth2.provider.approval.TokenServicesUserApprovalHandler 中的方法
 
setApprovalParameter(String) - 类 org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping 中的方法
The name of the request parameter that distinguishes a call to approve an authorization.
setApprovalParameters(Map<String, String>) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
setApproved(boolean) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
setAuthenticationDetailsSource(AuthenticationDetailsSource<HttpServletRequest, ?>) - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter 中的方法
 
setAuthenticationDetailsSource(AuthenticationDetailsSource<HttpServletRequest, ?>) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter 中的方法
A source of authentication details for requests that result in authentication.
setAuthenticationEntryPoint(AuthenticationEntryPoint) - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter 中的方法
 
setAuthenticationEntryPoint(AuthenticationEntryPoint) - 类 org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter 中的方法
 
setAuthenticationEntryPoint(AuthenticationEntryPoint) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter 中的方法
An authentication entry point that can handle unsuccessful authentication.
setAuthenticationHandler(ClientAuthenticationHandler) - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 中的方法
 
setAuthenticationKeyGenerator(AuthenticationKeyGenerator) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
setAuthenticationKeyGenerator(AuthenticationKeyGenerator) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
setAuthenticationManager(AuthenticationManager) - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter 中的方法
 
setAuthenticationScheme(AuthenticationScheme) - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
setAuthorities(Collection<? extends GrantedAuthority>) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
setAuthorities(Collection<? extends GrantedAuthority>) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
setAuthorizationCode(String) - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
setAuthorizationCode(String) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
setAuthorizationCodeServices(AuthorizationCodeServices) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
setAuthorizedGrantTypes(Collection<String>) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
setBareContext(OAuth2ClientContext) - 类 org.springframework.security.oauth2.config.OAuth2ClientContextFactoryBean 中的方法
 
setClientAuthenticationScheme(AuthenticationScheme) - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
setClientDetailsService(ClientDetailsService) - 类 org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint 中的方法
 
setClientDetailsService(ClientDetailsService) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
The client details service to use for looking up clients (if necessary).
setClientDetailsStore(Map<String, ? extends ClientDetails>) - 类 org.springframework.security.oauth2.provider.InMemoryClientDetailsService 中的方法
 
setClientId(String) - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
setClientId(String) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
setClientId(String) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
setClientId(String) - 类 org.springframework.security.oauth2.provider.OAuth2Request 中的方法
 
setClientId(String) - 类 org.springframework.security.oauth2.provider.TokenRequest 中的方法
 
setClientKeyGenerator(ClientKeyGenerator) - 类 org.springframework.security.oauth2.client.token.JdbcClientTokenServices 中的方法
 
setClientSecret(String) - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
setClientSecret(String) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
setClientTokenServices(ClientTokenServices) - 类 org.springframework.security.oauth2.client.token.AccessTokenProviderChain 中的方法
Token services for long-term persistence of access tokens.
setCookie(String) - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
setCookie(String) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
setCurrentUri(String) - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
setCurrentUri(String) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
setDeleteAccessTokenFromRefreshTokenSql(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
setDeleteAccessTokenSql(String) - 类 org.springframework.security.oauth2.client.token.JdbcClientTokenServices 中的方法
 
setDeleteAccessTokenSql(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
setDeleteAuthenticationSql(String) - 类 org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices 中的方法
 
setDeleteClientDetailsSql(String) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
setDeleteRefreshTokenSql(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
setDenyAccess(String) - 类 org.springframework.security.oauth2.provider.vote.ScopeVoter 中的方法
The name of the config attribute that can be used to deny access to OAuth2 client.
setErrorHandler(ResponseErrorHandler) - 类 org.springframework.security.oauth2.client.OAuth2RestTemplate 中的方法
 
setErrorPage(String) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
setExceptionRenderer(OAuth2ExceptionRenderer) - 类 org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler 中的方法
 
setExceptionTranslator(WebResponseExceptionTranslator) - 类 org.springframework.security.oauth2.provider.error.AbstractOAuth2SecurityExceptionHandler 中的方法
 
setExistingToken(OAuth2AccessToken) - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
setExistingToken(OAuth2AccessToken) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
setExpiration(Date) - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
The instant the token expires.
setExpiresIn(int) - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
 
setExtensions(Map<String, Serializable>) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
setFindClientDetailsSql(String) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
setFlushInterval(int) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
The number of tokens to store before flushing expired tokens.
setGrantType(String) - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
setGrantType(String) - 类 org.springframework.security.oauth2.provider.TokenRequest 中的方法
 
setId(String) - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
setImplicitGrantService(ImplicitGrantService) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
setImplicitGrantService(ImplicitGrantService) - 类 org.springframework.security.oauth2.provider.implicit.ImplicitTokenGranter 中的方法
 
setInsertAccessTokenSql(String) - 类 org.springframework.security.oauth2.client.token.JdbcClientTokenServices 中的方法
 
setInsertAccessTokenSql(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
setInsertAuthenticationSql(String) - 类 org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices 中的方法
 
setInsertClientDetailsSql(String) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
setInsertRefreshTokenSql(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
setInterceptors(List<ClientHttpRequestInterceptor>) - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 中的方法
Sets the request interceptors that this accessor should use.
setLength(int) - 类 org.springframework.security.oauth2.common.util.RandomValueStringGenerator 中的方法
The length of string to generate.
setListFactory(JdbcListFactory) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
setMappings(Map<String, String>) - 类 org.springframework.security.oauth2.provider.endpoint.FrameworkEndpointHandlerMapping 中的方法
Custom mappings for framework endpoint paths.
setMatchSubdomains(boolean) - 类 org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver 中的方法
Flag to indicate that requested URIs will match if they are a subdomain of the registered value.
setMessageConverters(List<HttpMessageConverter<?>>) - 类 org.springframework.security.oauth2.client.http.OAuth2ErrorHandler 中的方法
 
setMessageConverters(List<HttpMessageConverter<?>>) - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 中的方法
 
setMessageConverters(List<HttpMessageConverter<?>>) - 类 org.springframework.security.oauth2.provider.error.DefaultOAuth2ExceptionRenderer 中的方法
 
setOAuth2RequestFactory(OAuth2RequestFactory) - 类 org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint 中的方法
 
setoAuth2RequestValidator(OAuth2RequestValidator) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
setoAuth2RequestValidator(OAuth2RequestValidator) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpoint 中的方法
 
setParameters(Map<String, String>) - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的方法
 
setPassword(String) - 类 org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails 中的方法
 
setPasswordEncoder(PasswordEncoder) - 类 org.springframework.security.oauth2.provider.client.ClientDetailsUserDetailsService 中的方法
 
setPasswordEncoder(PasswordEncoder) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
setPreEstablishedRedirectUri(String) - 类 org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails 中的方法
The redirect URI that has been pre-established with the server.
setPreservedState(String, Object) - 类 org.springframework.security.oauth2.client.DefaultOAuth2ClientContext 中的方法
 
setPreservedState(String, Object) - 接口 org.springframework.security.oauth2.client.OAuth2ClientContext 中的方法
Convenience method for saving state in the OAuth2ClientContext.
setPreservedState(Object) - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
setPreservedState(Object) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
setProviderExceptionHandler(WebResponseExceptionTranslator) - 类 org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint 中的方法
 
setRandom(Random) - 类 org.springframework.security.oauth2.common.util.RandomValueStringGenerator 中的方法
The random value generator used to create token secrets.
setRealmName(String) - 类 org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint 中的方法
 
setRedirectGrantTypes(Collection<String>) - 类 org.springframework.security.oauth2.provider.endpoint.DefaultRedirectResolver 中的方法
Grant types that are permitted to have a redirect uri.
setRedirectResolver(RedirectResolver) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
setRedirectStrategy(RedirectStrategy) - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter 中的方法
 
setRedirectUri(String) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
setRefreshToken(OAuth2RefreshToken) - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
The refresh token associated with the access token, if any.
setRefreshTokenValiditySeconds(Integer) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
setRefreshTokenValiditySeconds(int) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
The validity (in seconds) of the refresh token.
setRegisteredRedirectUri(Set<String>) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
setRequestFactory(ClientHttpRequestFactory) - 类 org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport 中的方法
Set the request factory that this template uses for obtaining HttpRequests.
setRequestFactory(OAuth2RequestFactory) - 类 org.springframework.security.oauth2.provider.approval.TokenServicesUserApprovalHandler 中的方法
 
setRequestParameters(Map<String, String>) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
setRequestParameters(Map<String, String>) - 类 org.springframework.security.oauth2.provider.OAuth2Request 中的方法
 
setRequestParameters(Map<String, String>) - 类 org.springframework.security.oauth2.provider.TokenRequest 中的方法
 
setResource(OAuth2ProtectedResourceDetails) - 异常 org.springframework.security.oauth2.client.resource.OAuth2AccessDeniedException 中的方法
 
setResource(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.config.OAuth2ClientContextFactoryBean 中的方法
 
setResourceId(String) - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager 中的方法
 
setResourceIds(Set<String>) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
setResourceIds(Collection<String>) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
setResourceIdsAndAuthoritiesFromClientDetails(ClientDetails) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
Convenience method to set resourceIds and authorities on this request by inheriting from a ClientDetails object.
setResponseTypes(Set<String>) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
setRestTemplate(OAuth2RestOperations) - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter 中的方法
A rest template to be used to obtain an access token.
setRestTemplate(RestOperations) - 接口 org.springframework.security.oauth2.client.test.RestTemplateHolder 中的方法
 
setRetryBadAccessTokens(boolean) - 类 org.springframework.security.oauth2.client.OAuth2RestTemplate 中的方法
Flag to determine whether a request that has an existing access token, and which then leads to an AccessTokenRequiredException should be retried (immediately, once).
setReuseRefreshToken(boolean) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
Whether to reuse refresh tokens (until expired).
setRowMapper(RowMapper<ClientDetails>) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
setScope(List<String>) - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
setScope(Set<String>) - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
The scope of the token.
setScope(Collection<String>) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
setScope(Collection<String>) - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
setScope(Collection<String>) - 类 org.springframework.security.oauth2.provider.OAuth2Request 中的方法
 
setScope(Collection<String>) - 类 org.springframework.security.oauth2.provider.TokenRequest 中的方法
 
setScopedContext(OAuth2ClientContext) - 类 org.springframework.security.oauth2.config.OAuth2ClientContextFactoryBean 中的方法
 
setScopePrefix(String) - 类 org.springframework.security.oauth2.provider.vote.ScopeVoter 中的方法
Allows the default role prefix of SCOPE_ to be overridden.
setSelectAccessTokenAuthenticationSql(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
setSelectAccessTokenFromAuthenticationSql(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
setSelectAccessTokenSql(String) - 类 org.springframework.security.oauth2.client.token.JdbcClientTokenServices 中的方法
 
setSelectAccessTokenSql(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
setSelectAuthenticationSql(String) - 类 org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices 中的方法
 
setSelectClientDetailsSql(String) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
setSelectRefreshTokenAuthenticationSql(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
setSelectRefreshTokenSql(String) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
setSessionAttributeStore(SessionAttributeStore) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
setState(String) - 类 org.springframework.security.oauth2.provider.AuthorizationRequest 中的方法
 
setStateKey(String) - 异常 org.springframework.security.oauth2.client.resource.UserRedirectRequiredException 中的方法
The key to the state to preserve.
setStateKey(String) - 接口 org.springframework.security.oauth2.client.token.AccessTokenRequest 中的方法
 
setStateKey(String) - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
setStateKeyGenerator(StateKeyGenerator) - 类 org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider 中的方法
 
setStateToPreserve(Object) - 异常 org.springframework.security.oauth2.client.resource.UserRedirectRequiredException 中的方法
The state that needs to be preserved and set up in the security context when the user returns.
setSupportRefreshToken(boolean) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
Whether to support the refresh token.
setThrowableAnalyzer(ThrowableAnalyzer) - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientContextFilter 中的方法
 
setThrowableAnalyzer(ThrowableAnalyzer) - 类 org.springframework.security.oauth2.provider.error.DefaultWebResponseExceptionTranslator 中的方法
 
setThrowException(boolean) - 类 org.springframework.security.oauth2.provider.vote.ScopeVoter 中的方法
Flag to determine the behaviour on access denied.
setThrowExceptionOnInvalidScope(boolean) - 类 org.springframework.security.oauth2.provider.expression.OAuth2MethodSecurityExpressionHandler 中的方法
Flag to determine the behaviour on access denied if the reason is .
setThrowExceptionOnInvalidScope(boolean) - 类 org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods 中的方法
A flag to indicate that an exception should be thrown if a scope decision is negative.
setThrowExceptionOnInvalidScope(boolean) - 类 org.springframework.security.oauth2.provider.expression.OAuth2WebSecurityExpressionHandler 中的方法
Flag to determine the behaviour on access denied if the reason is .
setTokenEnhancer(TokenEnhancer) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
An access token enhancer that will be applied to a new token before it is saved in the token store.
setTokenEnhancers(List<TokenEnhancer>) - 类 org.springframework.security.oauth2.provider.token.TokenEnhancerChain 中的方法
 
setTokenGranter(TokenGranter) - 类 org.springframework.security.oauth2.provider.endpoint.AbstractEndpoint 中的方法
 
setTokenName(String) - 类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 中的方法
 
setTokenServices(ResourceServerTokenServices) - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter 中的方法
Reference to a CheckTokenServices that can validate an OAuth2AccessToken
setTokenServices(AuthorizationServerTokenServices) - 类 org.springframework.security.oauth2.provider.approval.TokenServicesUserApprovalHandler 中的方法
 
setTokenServices(ResourceServerTokenServices) - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationManager 中的方法
 
setTokenStore(TokenStore) - 类 org.springframework.security.oauth2.provider.token.DefaultTokenServices 中的方法
The persistence strategy for token storage.
setTokenType(String) - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
The token type, as introduced in draft 11 of the OAuth 2 spec.
setTypeName(String) - 类 org.springframework.security.oauth2.provider.error.OAuth2AuthenticationEntryPoint 中的方法
 
setUpdateClientDetailsSql(String) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
setUpdateClientSecretSql(String) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
setUseCurrentUri(boolean) - 类 org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails 中的方法
Flag to signal that the current URI (if set) in the request should be used in preference to the pre-established redirect URI.
setUserApprovalHandler(UserApprovalHandler) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
setUserApprovalPage(String) - 类 org.springframework.security.oauth2.provider.endpoint.AuthorizationEndpoint 中的方法
 
setUserAuthorizationUri(String) - 类 org.springframework.security.oauth2.client.token.grant.redirect.AbstractRedirectResourceDetails 中的方法
The URI to which the user is to be redirected to authorize an access token.
setUsername(String) - 类 org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails 中的方法
 
setValue(String) - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
 
size() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
split(String, String) - 类 org.springframework.security.oauth2.client.http.StringSplitUtils 中的静态方法
Splits a String at the first instance of the delimiter.
splitEachArrayElementAndCreateMap(String[], String, String) - 类 org.springframework.security.oauth2.client.http.StringSplitUtils 中的静态方法
Takes an array of Strings, and for each element removes any instances of removeCharacter, and splits the element based on the delimiter.
splitIgnoringQuotes(String, char) - 类 org.springframework.security.oauth2.client.http.StringSplitUtils 中的静态方法
Splits a given string on the given separator character, skips the contents of quoted substrings when looking for separators.
standard(RestTemplateHolder) - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的静态方法
Create a new client that knows how to create its protected resource with no externalization help.
starting(FrameworkMethod) - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的方法
 
STATE - 类 org.springframework.security.oauth2.common.util.OAuth2Utils 中的静态变量
Constant to use while parsing and formatting parameter maps for OAuth2 requests
StateKeyGenerator - org.springframework.security.oauth2.client.filter.state 中的 接口
Stategy for generating random keys for state.
store(String, OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.code.InMemoryAuthorizationCodeServices 中的方法
 
store(String, OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.code.JdbcAuthorizationCodeServices 中的方法
 
store(String, OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.code.RandomValueAuthorizationCodeServices 中的方法
 
store(OAuth2Request, TokenRequest) - 接口 org.springframework.security.oauth2.provider.implicit.ImplicitGrantService 中的方法
Save an association between an OAuth2Request and a TokenRequest.
store(OAuth2Request, TokenRequest) - 类 org.springframework.security.oauth2.provider.implicit.InMemoryImplicitGrantService 中的方法
 
storeAccessToken(OAuth2AccessToken, OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
storeAccessToken(OAuth2AccessToken, OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
storeAccessToken(OAuth2AccessToken, OAuth2Authentication) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
Store an access token.
storeRefreshToken(OAuth2RefreshToken, OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.token.InMemoryTokenStore 中的方法
 
storeRefreshToken(OAuth2RefreshToken, OAuth2Authentication) - 类 org.springframework.security.oauth2.provider.token.JdbcTokenStore 中的方法
 
storeRefreshToken(OAuth2RefreshToken, OAuth2Authentication) - 接口 org.springframework.security.oauth2.provider.token.TokenStore 中的方法
Store the specified refresh token in the database.
StringSplitUtils - org.springframework.security.oauth2.client.http 中的 类
Provides several String manipulation methods.
StringSplitUtils() - 类 org.springframework.security.oauth2.client.http.StringSplitUtils 的构造方法
 
successfulAuthentication(HttpServletRequest, HttpServletResponse, FilterChain, Authentication) - 类 org.springframework.security.oauth2.provider.client.ClientCredentialsTokenEndpointFilter 中的方法
 
sufficientScope(boolean) - 类 org.springframework.security.oauth2.provider.expression.OAuth2SecurityExpressionMethods 中的方法
Check if any scope decisions have been denied in the current context and throw an exception if so.
supports(Class<?>) - 类 org.springframework.security.oauth2.http.converter.FormOAuth2AccessTokenMessageConverter 中的方法
 
supports(ConfigAttribute) - 类 org.springframework.security.oauth2.provider.vote.ScopeVoter 中的方法
 
supports(Class<?>) - 类 org.springframework.security.oauth2.provider.vote.ScopeVoter 中的方法
This implementation supports any type of class, because it does not query the presented secure object.
supportsRefresh(OAuth2ProtectedResourceDetails) - 接口 org.springframework.security.oauth2.client.token.AccessTokenProvider 中的方法
 
supportsRefresh(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.token.AccessTokenProviderChain 中的方法
 
supportsRefresh(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider 中的方法
 
supportsRefresh(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider 中的方法
 
supportsRefresh(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider 中的方法
 
supportsRefresh(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider 中的方法
 
supportsResource(OAuth2ProtectedResourceDetails) - 接口 org.springframework.security.oauth2.client.token.AccessTokenProvider 中的方法
Whether this provider supports the specified resource.
supportsResource(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.token.AccessTokenProviderChain 中的方法
 
supportsResource(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.token.grant.client.ClientCredentialsAccessTokenProvider 中的方法
 
supportsResource(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeAccessTokenProvider 中的方法
 
supportsResource(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.token.grant.implicit.ImplicitAccessTokenProvider 中的方法
 
supportsResource(OAuth2ProtectedResourceDetails) - 类 org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordAccessTokenProvider 中的方法
 

T

TestAccounts - org.springframework.security.oauth2.client.test 中的 接口
 
TOKEN_TYPE - 接口 org.springframework.security.oauth2.common.OAuth2AccessToken 中的静态变量
The type of the token issued as described in Section 7.1.
TokenEndpoint - org.springframework.security.oauth2.provider.endpoint 中的 类
Endpoint for token requests as described in the OAuth2 spec.
TokenEndpoint() - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpoint 的构造方法
 
TokenEndpointAuthenticationFilter - org.springframework.security.oauth2.provider.endpoint 中的 类
An optional authentication filter for the TokenEndpoint.
TokenEndpointAuthenticationFilter(AuthenticationManager, OAuth2RequestFactory) - 类 org.springframework.security.oauth2.provider.endpoint.TokenEndpointAuthenticationFilter 的构造方法
 
TokenEnhancer - org.springframework.security.oauth2.provider.token 中的 接口
Strategy for enhancing an access token before it is stored by an AuthorizationServerTokenServices implementation.
TokenEnhancerChain - org.springframework.security.oauth2.provider.token 中的 类
A composite token enhancer that loops over its delegate enhancers.
TokenEnhancerChain() - 类 org.springframework.security.oauth2.provider.token.TokenEnhancerChain 的构造方法
 
TokenGranter - org.springframework.security.oauth2.provider 中的 接口
Interface for granters of access tokens.
TokenRequest - org.springframework.security.oauth2.provider 中的 类
Represents an OAuth2 token request, made at the TokenEndpoint.
TokenRequest() - 类 org.springframework.security.oauth2.provider.TokenRequest 的构造方法
Default constructor
TokenRequest(Map<String, String>, String, Collection<String>, String) - 类 org.springframework.security.oauth2.provider.TokenRequest 的构造方法
Full constructor.
TokenServicesUserApprovalHandler - org.springframework.security.oauth2.provider.approval 中的 类
A user approval handler that remembers approval decisions by consulting existing tokens.
TokenServicesUserApprovalHandler() - 类 org.springframework.security.oauth2.provider.approval.TokenServicesUserApprovalHandler 的构造方法
 
TokenStore - org.springframework.security.oauth2.provider.token 中的 接口
Persistence interface for OAuth2 tokens.
toSingleValueMap() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
toString() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
toString() - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的方法
 
toString() - 类 org.springframework.security.oauth2.common.DefaultOAuth2RefreshToken 中的方法
 
toString() - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的方法
 
toString() - 类 org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetails 中的方法
 
toString() - 类 org.springframework.security.oauth2.provider.BaseClientDetails 中的方法
 
translate(Exception) - 类 org.springframework.security.oauth2.provider.error.DefaultWebResponseExceptionTranslator 中的方法
 
translate(Exception) - 接口 org.springframework.security.oauth2.provider.error.WebResponseExceptionTranslator 中的方法
 

U

UnapprovedClientAuthenticationException - org.springframework.security.oauth2.common.exceptions 中的 异常
 
UnapprovedClientAuthenticationException(String) - 异常 org.springframework.security.oauth2.common.exceptions.UnapprovedClientAuthenticationException 的构造方法
 
UnapprovedClientAuthenticationException(String, Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.UnapprovedClientAuthenticationException 的构造方法
 
UNAUTHORIZED_CLIENT - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
UnauthorizedClientException - org.springframework.security.oauth2.common.exceptions 中的 异常
Exception thrown when a client was unable to authenticate.
UnauthorizedClientException(String, Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.UnauthorizedClientException 的构造方法
 
UnauthorizedClientException(String) - 异常 org.springframework.security.oauth2.common.exceptions.UnauthorizedClientException 的构造方法
 
unsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类 org.springframework.security.oauth2.client.filter.OAuth2ClientAuthenticationProcessingFilter 中的方法
 
UNSUPPORTED_GRANT_TYPE - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
UNSUPPORTED_RESPONSE_TYPE - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
UnsupportedGrantTypeException - org.springframework.security.oauth2.common.exceptions 中的 异常
 
UnsupportedGrantTypeException(String, Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.UnsupportedGrantTypeException 的构造方法
 
UnsupportedGrantTypeException(String) - 异常 org.springframework.security.oauth2.common.exceptions.UnsupportedGrantTypeException 的构造方法
 
UnsupportedResponseTypeException - org.springframework.security.oauth2.common.exceptions 中的 异常
 
UnsupportedResponseTypeException(String, Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.UnsupportedResponseTypeException 的构造方法
 
UnsupportedResponseTypeException(String) - 异常 org.springframework.security.oauth2.common.exceptions.UnsupportedResponseTypeException 的构造方法
 
updateAfterApproval(AuthorizationRequest, Authentication) - 类 org.springframework.security.oauth2.provider.approval.DefaultUserApprovalHandler 中的方法
 
updateAfterApproval(AuthorizationRequest, Authentication) - 类 org.springframework.security.oauth2.provider.approval.TokenServicesUserApprovalHandler 中的方法
 
updateAfterApproval(AuthorizationRequest, Authentication) - 接口 org.springframework.security.oauth2.provider.approval.UserApprovalHandler 中的方法
Provides an opportunity to update the authorization request before it is checked for approval in cases where the incoming approval parameters contain richer information than just true/false (e.g. some scopes are approved, and others are rejected), implementations may need to be able to modify the AuthorizationRequest before a token is generated from it.
updateClientDetails(ClientDetails) - 接口 org.springframework.security.oauth2.provider.ClientRegistrationService 中的方法
 
updateClientDetails(ClientDetails) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
updateClientSecret(String, String) - 接口 org.springframework.security.oauth2.provider.ClientRegistrationService 中的方法
 
updateClientSecret(String, String) - 类 org.springframework.security.oauth2.provider.JdbcClientDetailsService 中的方法
 
URI - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态变量
 
USER_OAUTH_APPROVAL - 类 org.springframework.security.oauth2.common.util.OAuth2Utils 中的静态变量
Constant to use while parsing and formatting parameter maps for OAuth2 requests
UserApprovalHandler - org.springframework.security.oauth2.provider.approval 中的 接口
Basic interface for determining whether a given client authentication request has been approved by the current user.
UserApprovalRequiredException - org.springframework.security.oauth2.client.resource 中的 异常
Exception indicating that user approval is required, with some indication of how to signal the approval.
UserApprovalRequiredException(String, Map<String, String>, String, List<String>) - 异常 org.springframework.security.oauth2.client.resource.UserApprovalRequiredException 的构造方法
 
UserDeniedAuthorizationException - org.springframework.security.oauth2.common.exceptions 中的 异常
 
UserDeniedAuthorizationException(String, Throwable) - 异常 org.springframework.security.oauth2.common.exceptions.UserDeniedAuthorizationException 的构造方法
 
UserDeniedAuthorizationException(String) - 异常 org.springframework.security.oauth2.common.exceptions.UserDeniedAuthorizationException 的构造方法
 
UserRedirectRequiredException - org.springframework.security.oauth2.client.resource 中的 异常
Special exception thrown when a user redirect is required in order to obtain an OAuth2 access token.
UserRedirectRequiredException(String, Map<String, String>) - 异常 org.springframework.security.oauth2.client.resource.UserRedirectRequiredException 的构造方法
 

V

validateGrantType(String, ClientDetails) - 类 org.springframework.security.oauth2.provider.token.AbstractTokenGranter 中的方法
 
validateScope(Map<String, String>, Set<String>) - 类 org.springframework.security.oauth2.provider.DefaultOAuth2RequestValidator 中的方法
 
validateScope(Map<String, String>, Set<String>) - 接口 org.springframework.security.oauth2.provider.OAuth2RequestValidator 中的方法
Ensure that the client has requested a valid set of scopes.
valueOf(String) - 枚举 org.springframework.security.oauth2.common.AuthenticationScheme 中的静态方法
返回带有指定名称的该类型的枚举常量。
valueOf(Map<String, String>) - 类 org.springframework.security.oauth2.common.DefaultOAuth2AccessToken 中的静态方法
 
valueOf(Map<String, String>) - 异常 org.springframework.security.oauth2.common.exceptions.OAuth2Exception 中的静态方法
Creates an OAuth2Exception from a Map.
values() - 类 org.springframework.security.oauth2.client.token.DefaultAccessTokenRequest 中的方法
 
values() - 枚举 org.springframework.security.oauth2.common.AuthenticationScheme 中的静态方法
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
vote(Authentication, Object, Collection<ConfigAttribute>) - 类 org.springframework.security.oauth2.provider.vote.ScopeVoter 中的方法
 

W

WebExpressionHandlerBeanDefinitionParser - org.springframework.security.oauth2.config 中的 类
 
WebExpressionHandlerBeanDefinitionParser() - 类 org.springframework.security.oauth2.config.WebExpressionHandlerBeanDefinitionParser 的构造方法
 
WebResponseExceptionTranslator - org.springframework.security.oauth2.provider.error 中的 接口
 
WhitelabelApprovalEndpoint - org.springframework.security.oauth2.provider.endpoint 中的 类
Controller for displaying the approval and error pages for the authorization server.
WhitelabelApprovalEndpoint() - 类 org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint 的构造方法
 
withEnvironment(RestTemplateHolder, Environment) - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的静态方法
Create a new client that can inject an Environment into its protected resource details.
withTestAccounts(RestTemplateHolder, TestAccounts) - 类 org.springframework.security.oauth2.client.test.OAuth2ContextSetup 中的静态方法
Create a new client that can inject a TestAccounts instance into its protected resource details.
write(OAuth2Exception, MediaType, HttpOutputMessage) - 类 org.springframework.security.oauth2.http.converter.FormOAuth2ExceptionHttpMessageConverter 中的方法
 
writeInternal(OAuth2AccessToken, HttpOutputMessage) - 类 org.springframework.security.oauth2.http.converter.FormOAuth2AccessTokenMessageConverter 中的方法
 

A B C D E F G H I J K L N O P R S T U V W

Copyright © 2013. All rights reserved.