Uses of Class
com.sap.cloud.security.xsuaa.token.authentication.XsuaaJwtDecoderBuilder
Packages that use XsuaaJwtDecoderBuilder
-
Uses of XsuaaJwtDecoderBuilder in com.sap.cloud.security.xsuaa.token.authentication
Methods in com.sap.cloud.security.xsuaa.token.authentication that return XsuaaJwtDecoderBuilderModifier and TypeMethodDescriptionXsuaaJwtDecoderBuilder.withDecoderCacheSize(int size) Overwrite size of cached decoder (default: 100).XsuaaJwtDecoderBuilder.withDecoderCacheTime(int timeInSeconds) Decoders cache the signing keys.XsuaaJwtDecoderBuilder.withoutXsuaaAudienceValidator()Disables the JWTXsuaaAudienceValidatorwhich is enabled by default.XsuaaJwtDecoderBuilder.withPostValidationActions(PostValidationAction... postValidationActions) Sets the PostValidationActions that are executed after successful verification and validation of the token.XsuaaJwtDecoderBuilder.withRestOperations(org.springframework.web.client.RestOperations restOperations) Sets theRestOperationsinstance which is used by the JwtDecoder to perform HTTP requests.XsuaaJwtDecoderBuilder.withTokenValidators(org.springframework.security.oauth2.core.OAuth2TokenValidator<org.springframework.security.oauth2.jwt.Jwt>... tokenValidators) Configures clone token validator, in case of two xsuaa bindings (application and broker plan).