public class JWTAudienceException extends JWTVerifyException
| Constructor and Description |
|---|
JWTAudienceException(com.fasterxml.jackson.databind.JsonNode audienceNode) |
JWTAudienceException(String message,
com.fasterxml.jackson.databind.JsonNode audienceNode) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAudience() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JWTAudienceException(com.fasterxml.jackson.databind.JsonNode audienceNode)
public JWTAudienceException(String message, com.fasterxml.jackson.databind.JsonNode audienceNode)
Copyright © 2017. All Rights Reserved.