Annotation EnableOAuth2Client
-
- All Implemented Interfaces:
@Inherited()@Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS})@Import(value = {OAuth2ClientConfiguration.class}) public @interface EnableOAuth2Client
Enables OAuth 2.0 clients for retrieving accesstokens using the client_credentials and on-behalf-of flows.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleancacheEnabledprivate final LongcacheMaximumSizeprivate final LongcacheEvictSkew
-