public class JwtSignatureValidator extends Object implements Validator<Token>
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
validate(Token token)
Validates the given object.
|
public ValidationResult validate(Token token)
Validatorvalidate in interface Validator<Token>token - the object of type T to be validated.ValidationResult.Copyright © 2020. All rights reserved.