public class ServerHttpSecurity.OAuth2Spec.ResourceServerSpec.JwtSpec
extends java.lang.Object
| Constructor and Description |
|---|
JwtSpec() |
| Modifier and Type | Method and Description |
|---|---|
ServerHttpSecurity.OAuth2Spec.ResourceServerSpec |
and() |
protected void |
configure(ServerHttpSecurity http) |
ServerHttpSecurity.OAuth2Spec.ResourceServerSpec.JwtSpec |
jwkSetUri(java.lang.String jwkSetUri)
Configures a
ReactiveJwtDecoder using
JSON Web Key (JWK) URL |
ServerHttpSecurity.OAuth2Spec.ResourceServerSpec.JwtSpec |
jwtDecoder(ReactiveJwtDecoder jwtDecoder)
Configures the
ReactiveJwtDecoder to use |
ServerHttpSecurity.OAuth2Spec.ResourceServerSpec.JwtSpec |
publicKey(java.security.interfaces.RSAPublicKey publicKey)
Configures a
ReactiveJwtDecoder that leverages the provided RSAPublicKey |
public ServerHttpSecurity.OAuth2Spec.ResourceServerSpec.JwtSpec jwtDecoder(ReactiveJwtDecoder jwtDecoder)
ReactiveJwtDecoder to usejwtDecoder - the decoder to useJwtSpec for additional configurationpublic ServerHttpSecurity.OAuth2Spec.ResourceServerSpec.JwtSpec publicKey(java.security.interfaces.RSAPublicKey publicKey)
ReactiveJwtDecoder that leverages the provided RSAPublicKeypublicKey - the public key to use.JwtSpec for additional configurationpublic ServerHttpSecurity.OAuth2Spec.ResourceServerSpec.JwtSpec jwkSetUri(java.lang.String jwkSetUri)
ReactiveJwtDecoder using
JSON Web Key (JWK) URLjwkSetUri - the URL to use.JwtSpec for additional configurationpublic ServerHttpSecurity.OAuth2Spec.ResourceServerSpec and()
protected void configure(ServerHttpSecurity http)