public class BearerTokenValidator extends Object
| Constructor and Description |
|---|
BearerTokenValidator(AuthServersProvider authServersProvider) |
| Modifier and Type | Method and Description |
|---|---|
BearerToken |
extract(String token) |
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() |
public BearerTokenValidator(AuthServersProvider authServersProvider)
public BearerToken extract(String token)
protected void onInvalidToken(String headerValue)
protected void onTokenIsNull()
protected void onAlgorithmIsNone(String token)
Copyright © 2019. All rights reserved.