Class DelegatingOAuth2TokenValidator<T extends OAuth2Token>

java.lang.Object
org.springframework.security.oauth2.core.DelegatingOAuth2TokenValidator<T>
Type Parameters:
T - the type of OAuth2Token this validator validates
All Implemented Interfaces:
OAuth2TokenValidator<T>

public final class DelegatingOAuth2TokenValidator<T extends OAuth2Token> extends Object implements OAuth2TokenValidator<T>
A composite validator
Since:
5.1