public class ServerHttpSecurity.OAuth2ResourceServerSpec.OpaqueTokenSpec
extends java.lang.Object
| Constructor and Description |
|---|
OpaqueTokenSpec() |
| 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() |
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
|
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 and()
ServerHttpSecurityServerHttpSecurity to continue configuringprotected ReactiveAuthenticationManager getAuthenticationManager()
protected void configure(ServerHttpSecurity http)