public class LoggingBearerTokenValidator extends BearerTokenValidator
| Constructor and Description |
|---|
LoggingBearerTokenValidator(AuthServersProvider authServersProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onAlgorithmIsNone(String token) |
protected void |
onAuthServerIsNull(String token,
String issuer) |
protected void |
onErrorWhileExtractClaims(String token,
Throwable e) |
protected void |
onInvalidToken(String headerValue) |
protected void |
onTokenIsNull() |
extractpublic LoggingBearerTokenValidator(AuthServersProvider authServersProvider)
protected void onInvalidToken(String headerValue)
onInvalidToken in class BearerTokenValidatorprotected void onTokenIsNull()
onTokenIsNull in class BearerTokenValidatorprotected void onAlgorithmIsNone(String token)
onAlgorithmIsNone in class BearerTokenValidatorprotected void onAuthServerIsNull(String token, String issuer)
onAuthServerIsNull in class BearerTokenValidatorprotected void onErrorWhileExtractClaims(String token, Throwable e)
onErrorWhileExtractClaims in class BearerTokenValidatorCopyright © 2020. All rights reserved.