Index

C G J O R S 
All Classes and Interfaces|All Packages

C

ConditionalOnIssuerLocationJwtDecoder - Annotation Interface in org.springframework.boot.security.oauth2.server.resource.autoconfigure
Condition that matches when an issuer-location-based JWT decoder should be used.
ConditionalOnPublicKeyJwtDecoder - Annotation Interface in org.springframework.boot.security.oauth2.server.resource.autoconfigure
Condition that matches when a public-key-based JWT decoder should be used.
customize(NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder) - Method in interface org.springframework.boot.security.oauth2.server.resource.autoconfigure.JwkSetUriJwtDecoderBuilderCustomizer
Customize the given builder.
customize(NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder) - Method in interface org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive.JwkSetUriReactiveJwtDecoderBuilderCustomizer
Customize the given builder.
customize(SpringOpaqueTokenIntrospector.Builder) - Method in interface org.springframework.boot.security.oauth2.server.resource.autoconfigure.SpringOpaqueTokenIntrospectorBuilderCustomizer
Customize the given builder.
customize(SpringReactiveOpaqueTokenIntrospector.Builder) - Method in interface org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive.SpringReactiveOpaqueTokenIntrospectorBuilderCustomizer
Customize the given builder.

G

getAudiences() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
getAuthoritiesClaimDelimiter() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
getAuthoritiesClaimExpressions() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
getAuthoritiesClaimName() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
getAuthorityPrefix() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
getClientId() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Opaquetoken
 
getClientSecret() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Opaquetoken
 
getIntrospectionUri() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Opaquetoken
 
getIssuerUri() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
getJwkSetUri() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
getJwsAlgorithms() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
getJwt() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties
 
getOpaquetoken() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties
 
getPrincipalClaimName() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
getPublicKeyLocation() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 

J

JwkSetUriJwtDecoderBuilderCustomizer - Interface in org.springframework.boot.security.oauth2.server.resource.autoconfigure
Callback interface for the customization of the NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder used to create the auto-configured JwtDecoder for a JWK set URI that has been configured directly or obtained through an issuer URI.
JwkSetUriJwtDecoderBuilderCustomizer - Interface in org.springframework.boot.security.oauth2.server.resource.autoconfigure.servlet
Deprecated, for removal: This API element is subject to removal in a future version.
since 4.1.0 for removal in 4.3.0 in favor of JwkSetUriJwtDecoderBuilderCustomizer
JwkSetUriReactiveJwtDecoderBuilderCustomizer - Interface in org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive
Callback interface for the customization of the NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder used to create the auto-configured ReactiveJwtDecoder for a JWK set URI that has been configured directly or obtained through an issuer URI.
Jwt() - Constructor for class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 

O

OAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.security.oauth2.server.resource.autoconfigure
Auto-configuration for OAuth2 resource server support.
OAuth2ResourceServerAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerAutoConfiguration
 
OAuth2ResourceServerProperties - Class in org.springframework.boot.security.oauth2.server.resource.autoconfigure
OAuth 2.0 resource server properties.
OAuth2ResourceServerProperties() - Constructor for class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties
 
OAuth2ResourceServerProperties.Jwt - Class in org.springframework.boot.security.oauth2.server.resource.autoconfigure
 
OAuth2ResourceServerProperties.Opaquetoken - Class in org.springframework.boot.security.oauth2.server.resource.autoconfigure
 
OAuth2ResourceServerWebSecurityAutoConfiguration - Class in org.springframework.boot.security.oauth2.server.resource.autoconfigure.web
Auto-configuration for OAuth2 resource server servlet based web security.
OAuth2ResourceServerWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.server.resource.autoconfigure.web.OAuth2ResourceServerWebSecurityAutoConfiguration
 
Opaquetoken() - Constructor for class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Opaquetoken
 
org.springframework.boot.security.oauth2.server.resource.autoconfigure - package org.springframework.boot.security.oauth2.server.resource.autoconfigure
Support for Spring Security's OAuth2 resource server.
org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive - package org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive
Auto-configuration for Spring Security's Reactive OAuth2 resource server.
org.springframework.boot.security.oauth2.server.resource.autoconfigure.servlet - package org.springframework.boot.security.oauth2.server.resource.autoconfigure.servlet
Support for Spring Security's OAuth2 resource server.
org.springframework.boot.security.oauth2.server.resource.autoconfigure.web - package org.springframework.boot.security.oauth2.server.resource.autoconfigure.web
Auto-configuration for OAuth2 resource server web security.
org.springframework.boot.security.oauth2.server.resource.autoconfigure.web.reactive - package org.springframework.boot.security.oauth2.server.resource.autoconfigure.web.reactive
Auto-configuration for OAuth2 resource server reactive web security.

R

ReactiveOAuth2ResourceServerAutoConfiguration - Class in org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive
Auto-configuration for Reactive OAuth2 resource server support.
ReactiveOAuth2ResourceServerAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive.ReactiveOAuth2ResourceServerAutoConfiguration
 
ReactiveOAuth2ResourceServerWebSecurityAutoConfiguration - Class in org.springframework.boot.security.oauth2.server.resource.autoconfigure.web.reactive
Auto-configuration for OAuth2 resource server reactive based web security.
ReactiveOAuth2ResourceServerWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.server.resource.autoconfigure.web.reactive.ReactiveOAuth2ResourceServerWebSecurityAutoConfiguration
 
readPublicKey() - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 

S

setAudiences(List) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
setAuthoritiesClaimDelimiter(String) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
setAuthoritiesClaimName(String) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
setAuthoritiesExpressions(List) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
setAuthorityPrefix(String) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
setClientId(String) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Opaquetoken
 
setClientSecret(String) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Opaquetoken
 
setIntrospectionUri(String) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Opaquetoken
 
setIssuerUri(String) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
setJwkSetUri(String) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
setJwsAlgorithms(List) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
setPrincipalClaimName(String) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
setPublicKeyLocation(Resource) - Method in class org.springframework.boot.security.oauth2.server.resource.autoconfigure.OAuth2ResourceServerProperties.Jwt
 
SpringOpaqueTokenIntrospectorBuilderCustomizer - Interface in org.springframework.boot.security.oauth2.server.resource.autoconfigure
Callback interface for the customization of the SpringOpaqueTokenIntrospector.Builder used to create the auto-configured SpringOpaqueTokenIntrospector.
SpringReactiveOpaqueTokenIntrospectorBuilderCustomizer - Interface in org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive
Callback interface for the customization of the SpringReactiveOpaqueTokenIntrospector.Builder used to create the auto-configured SpringReactiveOpaqueTokenIntrospector.
C G J O R S 
All Classes and Interfaces|All Packages