Skip navigation links
A B C D E F G I J L N O P R S T U V 

A

accessTokenConverter() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerTokenServicesConfiguration.JwtKeyStoreConfiguration
 
accessTokenConverter() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtKeyStoreConfiguration
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
AuthoritiesExtractor - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Strategy used by UserInfoTokenServices to extract authorities from the resource server's response.
AuthorizationServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
Configuration properties for OAuth2 Authorization server.
AuthorizationServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
AuthorizationServerProperties.Jwt - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
Configuration properties for Authorization Server Jwt configuration
AuthorizationServerTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
Configuration for AuthorizationServerTokenServices
AuthorizationServerTokenServicesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerTokenServicesConfiguration
 
AuthorizationServerTokenServicesConfiguration.JwtKeyStoreConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
Configuration for writing a single-key JWT token-issuing authorization server based on a key store.
AuthorizationServerTokenServicesConfiguration.JwtTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
Configuration for writing a single-key JWT token-issuing authorization server.

B

BaseClientDetailsConfiguration(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration
 

C

ClientDetailsLogger(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
 
configure(ClientDetailsServiceConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
configure(AuthorizationServerEndpointsConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
configure(AuthorizationServerSecurityConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
 
configure(JwtAccessTokenConverter) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.JwtAccessTokenConverterConfigurer
Configure the JwtAccessTokenConverter.
configure(ResourceServerSecurityConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
 
customize(RestTemplate) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.JwtAccessTokenConverterRestTemplateCustomizer
Customize the template before it is initialized.
customize(OAuth2RestTemplate) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateCustomizer
Customize the rest template before it is initialized.

D

DEFAULT_LOGIN_PATH - Static variable in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
DefaultUserInfoRestTemplateFactory - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Factory used to create the OAuth2RestTemplate used for extracting user info during authentication if none is available.
DefaultUserInfoRestTemplateFactory(ObjectProvider<List<UserInfoRestTemplateCustomizer>>, ObjectProvider<OAuth2ProtectedResourceDetails>, ObjectProvider<OAuth2ClientContext>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.DefaultUserInfoRestTemplateFactory
 

E

EnableOAuth2Sso - Annotation Type in org.springframework.boot.autoconfigure.security.oauth2.client
Enable OAuth2 Single Sign On (SSO).
extractAuthorities(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.AuthoritiesExtractor
Extract the authorities from the resource server's response.
extractAuthorities(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedAuthoritiesExtractor
 
extractPrincipal(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedPrincipalExtractor
 
extractPrincipal(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.PrincipalExtractor
Extract the principal that should be used for the token.

F

FixedAuthoritiesExtractor - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Default implementation of AuthoritiesExtractor.
FixedAuthoritiesExtractor() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedAuthoritiesExtractor
 
FixedPrincipalExtractor - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Default implementation of PrincipalExtractor.
FixedPrincipalExtractor() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedPrincipalExtractor
 

G

getCheckTokenAccess() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
getClientId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
getClientSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getConfigurationPhase() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
 
getId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getJwk() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getJwt() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
getJwt() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getKeyAlias() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties.Jwt
 
getKeyAlias() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
getKeyPassword() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties.Jwt
 
getKeyPassword() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
getKeySetUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwk
 
getKeyStore() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties.Jwt
 
getKeyStore() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties.Jwt
 
getKeyStorePassword() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
getKeyUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
getKeyValue() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties.Jwt
 
getKeyValue() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
getLoginPath() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
 
getPrincipal(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
Return the principal that should be used for the token.
getRealm() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
getResourceId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getServiceId() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getTokenInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getTokenKeyAccess() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
getTokenType() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
getUserInfoRestTemplate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.DefaultUserInfoRestTemplateFactory
 
getUserInfoRestTemplate() - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateFactory
Return the OAuth2RestTemplate used for extracting user info during authentication if none is available.
getUserInfoUri() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 

I

init() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
 
isDefaultSecret() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
isPreferTokenInfo() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 

J

Jwk() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwk
 
jwkTokenServices(TokenStore) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwkTokenStoreConfiguration
 
jwkTokenStore() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwkTokenStoreConfiguration
 
JwkTokenStoreConfiguration(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwkTokenStoreConfiguration
 
Jwt() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties.Jwt
 
Jwt() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
JwtAccessTokenConverterConfigurer - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Callback interface that can be used to provide additional configuration to the JwtAccessTokenConverter.
JwtAccessTokenConverterRestTemplateCustomizer - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Callback for customizing the RestTemplate that is used to fetch the keys used by JwtAccessTokenConverter.
JwtKeyStoreConfiguration(AuthorizationServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerTokenServicesConfiguration.JwtKeyStoreConfiguration
 
JwtKeyStoreConfiguration(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtKeyStoreConfiguration
 
jwtTokenEnhancer() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
jwtTokenEnhancer() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
jwtTokenServices(TokenStore) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerTokenServicesConfiguration.JwtKeyStoreConfiguration
 
jwtTokenServices(TokenStore) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
jwtTokenServices(TokenStore) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtKeyStoreConfiguration
 
jwtTokenServices(TokenStore) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
JwtTokenServicesConfiguration(AuthorizationServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
JwtTokenServicesConfiguration(ResourceServerProperties, ObjectProvider<List<JwtAccessTokenConverterConfigurer>>, ObjectProvider<List<JwtAccessTokenConverterRestTemplateCustomizer>>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
jwtTokenStore() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 
jwtTokenStore() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration
 

L

loadAuthentication(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
 
loadAuthentication(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
logger - Variable in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 

N

NeedsWebSecurityCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition
 

O

OAuth2AuthorizationServerConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
Configuration for a Spring Security OAuth2 authorization server.
OAuth2AuthorizationServerConfiguration(BaseClientDetails, AuthenticationConfiguration, ObjectProvider<TokenStore>, ObjectProvider<AccessTokenConverter>, AuthorizationServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
 
OAuth2AuthorizationServerConfiguration.ClientDetailsLogger - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
 
OAuth2AutoConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2
Auto-configuration for Spring Security OAuth2.
OAuth2AutoConfiguration(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration
 
oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.RequestScopedConfiguration
 
oauth2ClientContext() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
 
oauth2ClientDetails() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration
 
oauth2ClientFilterRegistration(OAuth2ClientContextFilter, SecurityProperties) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration
 
OAuth2ClientProperties - Class in org.springframework.boot.autoconfigure.security.oauth2
Configuration properties for OAuth2 Client.
OAuth2ClientProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
OAuth2MethodSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.method
Auto-configure an expression handler for method-level security (if the user already has @EnableGlobalMethodSecurity).
OAuth2MethodSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
 
oauth2RemoteResource() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
 
OAuth2ResourceServerConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Auto-configure a Spring Security OAuth2 resource server.
OAuth2ResourceServerConfiguration(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
 
OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
OAuth2ResourceServerConfiguration.ResourceServerCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
OAuth2RestOperationsConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Configuration for OAuth2 Single Sign On REST operations.
OAuth2RestOperationsConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration
 
OAuth2RestOperationsConfiguration.RequestScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2RestOperationsConfiguration.SessionScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2RestOperationsConfiguration.SingletonScopedConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2SsoCustomConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Configuration for OAuth2 Single Sign On (SSO) when there is an existing WebSecurityConfigurerAdapter provided by the user and annotated with @EnableOAuth2Sso.
OAuth2SsoCustomConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
OAuth2SsoDefaultConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Configuration for OAuth2 Single Sign On (SSO).
OAuth2SsoDefaultConfiguration(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
 
OAuth2SsoDefaultConfiguration.NeedsWebSecurityCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.client
 
OAuth2SsoProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Configuration properties for OAuth2 Single Sign On (SSO).
OAuth2SsoProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
org.springframework.boot.autoconfigure.security.oauth2 - package org.springframework.boot.autoconfigure.security.oauth2
 
org.springframework.boot.autoconfigure.security.oauth2.authserver - package org.springframework.boot.autoconfigure.security.oauth2.authserver
 
org.springframework.boot.autoconfigure.security.oauth2.client - package org.springframework.boot.autoconfigure.security.oauth2.client
 
org.springframework.boot.autoconfigure.security.oauth2.method - package org.springframework.boot.autoconfigure.security.oauth2.method
 
org.springframework.boot.autoconfigure.security.oauth2.resource - package org.springframework.boot.autoconfigure.security.oauth2.resource
 

P

postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
PrincipalExtractor - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Strategy used by UserInfoTokenServices to extract the principal from the resource server's response.

R

readAccessToken(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
 
readAccessToken(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
remoteTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration
 
RemoteTokenServicesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration
 
RequestScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.RequestScopedConfiguration
 
ResourceSecurityConfigurer(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
 
resourceServer() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration
 
ResourceServerCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceServerCondition
 
resourceServerProperties() - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2AutoConfiguration
 
ResourceServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Configuration properties for OAuth2 Resources.
ResourceServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
ResourceServerProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
ResourceServerProperties.Jwk - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerProperties.Jwt - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Configuration for an OAuth2 resource server.
ResourceServerTokenServicesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration
 
ResourceServerTokenServicesConfiguration.JwkTokenStoreConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.JwtKeyStoreConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.UserInfoTokenServicesConfiguration - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
 

S

SessionScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerTokenServicesConfiguration.JwtKeyStoreConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.oauth2.method.OAuth2MethodSecurityConfiguration
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtKeyStoreConfiguration
 
setAuthoritiesExtractor(AuthoritiesExtractor) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setCheckTokenAccess(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
setClientId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
setClientSecret(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.OAuth2ClientProperties
 
setId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setImportMetadata(AnnotationMetadata) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfiguration
 
setJwk(ResourceServerProperties.Jwk) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setJwt(AuthorizationServerProperties.Jwt) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
setJwt(ResourceServerProperties.Jwt) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setKeyAlias(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties.Jwt
 
setKeyAlias(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
setKeyPassword(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties.Jwt
 
setKeyPassword(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
setKeySetUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwk
 
setKeyStore(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties.Jwt
 
setKeyStore(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties.Jwt
 
setKeyStorePassword(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
setKeyUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
setKeyValue(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties.Jwt
 
setKeyValue(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties.Jwt
 
setLoginPath(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
setPreferTokenInfo(boolean) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setPrincipalExtractor(PrincipalExtractor) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
setRealm(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
setRestTemplate(OAuth2RestOperations) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
setServiceId(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setTokenInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setTokenKeyAccess(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
setTokenType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
setTokenType(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
setUserInfoUri(String) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
SingletonScopedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SingletonScopedConfiguration
 
socialTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
 
SocialTokenServicesConfiguration(ResourceServerProperties, ObjectProvider<OAuth2ConnectionFactory<?>>, UserInfoRestTemplateFactory, ObjectProvider<AuthoritiesExtractor>, ObjectProvider<PrincipalExtractor>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
 
SpringSocialTokenServices - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
ResourceServerTokenServices backed by Spring Social.
SpringSocialTokenServices(OAuth2ConnectionFactory<?>, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.SpringSocialTokenServices
 

T

TokenInfoServicesConfiguration(ResourceServerProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.TokenInfoServicesConfiguration
 
tokenStore() - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerTokenServicesConfiguration.JwtKeyStoreConfiguration
 
tokenStore() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.JwtKeyStoreConfiguration
 

U

UserInfoRestTemplateCustomizer - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Callback for customizing the rest template used to fetch user details if authentication is done via OAuth2 access tokens.
userInfoRestTemplateFactory(ObjectProvider<List<UserInfoRestTemplateCustomizer>>, ObjectProvider<OAuth2ProtectedResourceDetails>, ObjectProvider<OAuth2ClientContext>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration
 
UserInfoRestTemplateFactory - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Factory used to create the OAuth2RestTemplate used for extracting user info during authentication if none is available.
userInfoTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.SocialTokenServicesConfiguration
 
userInfoTokenServices() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.UserInfoTokenServicesConfiguration
 
UserInfoTokenServices - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
ResourceServerTokenServices that uses a user info REST service.
UserInfoTokenServices(String, String) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoTokenServices
 
UserInfoTokenServicesConfiguration(ResourceServerProperties, UserInfoRestTemplateFactory, ObjectProvider<AuthoritiesExtractor>, ObjectProvider<PrincipalExtractor>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration.UserInfoTokenServicesConfiguration
 

V

validate() - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerProperties
 
A B C D E F G I J L N O P R S T U V 
Skip navigation links