Interface ScopeValidator
-
public interface ScopeValidatorValidator used to validate the scope in the token- Author:
- Loganathan S
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasAllScopes(List<String> scopes)booleanhasAnyScopes(List<String> scopes)booleanhasScope(String scope)booleanhasScopes(List<String> scopes, BiPredicate<Stream<String>,Predicate<? super String>> condition)
-