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, toString
public JWTAudienceException(com.fasterxml.jackson.databind.JsonNode audienceNode)
public JWTAudienceException(String message, com.fasterxml.jackson.databind.JsonNode audienceNode)
Copyright © 2014. All Rights Reserved.