public class ServerHttpSecurity.OAuth2ResourceServerSpec.OpaqueTokenSpec
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ServerHttpSecurity.OAuth2ResourceServerSpec |
and()
Allows method chaining to continue configuring the
ServerHttpSecurity |
protected void |
configure(ServerHttpSecurity http) |
protected ReactiveAuthenticationManager |
getAuthenticationManager() |
protected ReactiveOpaqueTokenIntrospector |
getIntrospector() |
ServerHttpSecurity.OAuth2ResourceServerSpec.OpaqueTokenSpec |
introspectionClientCredentials(java.lang.String clientId,
java.lang.String clientSecret)
Configures the credentials for Introspection endpoint
|
ServerHttpSecurity.OAuth2ResourceServerSpec.OpaqueTokenSpec |
introspectionUri(java.lang.String introspectionUri)
Configures the URI of the Introspection endpoint
|
ServerHttpSecurity.OAuth2ResourceServerSpec.OpaqueTokenSpec |
introspector(ReactiveOpaqueTokenIntrospector introspector) |
public ServerHttpSecurity.OAuth2ResourceServerSpec.OpaqueTokenSpec introspectionUri(java.lang.String introspectionUri)
introspectionUri
- The URI of the Introspection endpointOpaqueTokenSpec
for additional configurationpublic ServerHttpSecurity.OAuth2ResourceServerSpec.OpaqueTokenSpec introspectionClientCredentials(java.lang.String clientId, java.lang.String clientSecret)
clientId
- The clientId part of the credentialsclientSecret
- The clientSecret part of the credentialsOpaqueTokenSpec
for additional configurationpublic ServerHttpSecurity.OAuth2ResourceServerSpec.OpaqueTokenSpec introspector(ReactiveOpaqueTokenIntrospector introspector)
public ServerHttpSecurity.OAuth2ResourceServerSpec and()
ServerHttpSecurity
ServerHttpSecurity
to continue configuringprotected ReactiveAuthenticationManager getAuthenticationManager()
protected ReactiveOpaqueTokenIntrospector getIntrospector()
protected void configure(ServerHttpSecurity http)