Skip navigation links
A C G I J O S V 

A

Algorithm - Enum in com.auth0.jwt
 

C

com.auth0.jwt - package com.auth0.jwt
 

G

getAlgorithm() - Method in class com.auth0.jwt.JWTSigner.Options
 
getAudience() - Method in exception com.auth0.jwt.JWTAudienceException
 
getExpiration() - Method in exception com.auth0.jwt.JWTExpiredException
 
getExpirySeconds() - Method in class com.auth0.jwt.JWTSigner.Options
 
getIssuer() - Method in exception com.auth0.jwt.JWTIssuerException
 
getNotValidBeforeLeeway() - Method in class com.auth0.jwt.JWTSigner.Options
 
getValue() - Method in enum com.auth0.jwt.Algorithm
 

I

isIssuedAt() - Method in class com.auth0.jwt.JWTSigner.Options
 
isJwtId() - Method in class com.auth0.jwt.JWTSigner.Options
 

J

JWTAudienceException - Exception in com.auth0.jwt
 
JWTAudienceException(JsonNode) - Constructor for exception com.auth0.jwt.JWTAudienceException
 
JWTAudienceException(String, JsonNode) - Constructor for exception com.auth0.jwt.JWTAudienceException
 
JWTExpiredException - Exception in com.auth0.jwt
 
JWTExpiredException(long) - Constructor for exception com.auth0.jwt.JWTExpiredException
 
JWTExpiredException(String, long) - Constructor for exception com.auth0.jwt.JWTExpiredException
 
JWTIssuerException - Exception in com.auth0.jwt
 
JWTIssuerException(String) - Constructor for exception com.auth0.jwt.JWTIssuerException
 
JWTIssuerException(String, String) - Constructor for exception com.auth0.jwt.JWTIssuerException
 
JWTSigner - Class in com.auth0.jwt
JwtSigner implementation based on the Ruby implementation from http://jwt.io No support for RSA encryption at present
JWTSigner(String) - Constructor for class com.auth0.jwt.JWTSigner
 
JWTSigner.Options - Class in com.auth0.jwt
An option object for JWT signing operation.
JWTVerifier - Class in com.auth0.jwt
JWT Java Implementation Adapted from https://bitbucket.org/lluisfaja/javajwt/wiki/Home See JWTVerifier.java
JWTVerifier(String, String, String) - Constructor for class com.auth0.jwt.JWTVerifier
 
JWTVerifier(String, String) - Constructor for class com.auth0.jwt.JWTVerifier
 
JWTVerifier(String) - Constructor for class com.auth0.jwt.JWTVerifier
 
JWTVerifier(byte[], String, String) - Constructor for class com.auth0.jwt.JWTVerifier
 
JWTVerifier(byte[], String) - Constructor for class com.auth0.jwt.JWTVerifier
 
JWTVerifier(byte[]) - Constructor for class com.auth0.jwt.JWTVerifier
 
JWTVerifyException - Exception in com.auth0.jwt
 
JWTVerifyException() - Constructor for exception com.auth0.jwt.JWTVerifyException
 
JWTVerifyException(String, Throwable) - Constructor for exception com.auth0.jwt.JWTVerifyException
 
JWTVerifyException(String) - Constructor for exception com.auth0.jwt.JWTVerifyException
 

O

Options() - Constructor for class com.auth0.jwt.JWTSigner.Options
 

S

setAlgorithm(Algorithm) - Method in class com.auth0.jwt.JWTSigner.Options
Algorithm to sign JWT with.
setExpirySeconds(Integer) - Method in class com.auth0.jwt.JWTSigner.Options
Set JWT claim "exp" to current timestamp plus this value.
setIssuedAt(boolean) - Method in class com.auth0.jwt.JWTSigner.Options
Set JWT claim "iat" to current timestamp.
setJwtId(boolean) - Method in class com.auth0.jwt.JWTSigner.Options
Set JWT claim "jti" to a pseudo random unique value (type 4 UUID).
setNotValidBeforeLeeway(Integer) - Method in class com.auth0.jwt.JWTSigner.Options
Set JWT claim "nbf" to current timestamp minus this value.
sign(Map<String, Object>, JWTSigner.Options) - Method in class com.auth0.jwt.JWTSigner
Generate a JSON Web Token.
sign(Map<String, Object>) - Method in class com.auth0.jwt.JWTSigner
Generate a JSON Web Token using the default algorithm HMAC SHA-256 ("HS256") and no claims automatically set.

V

valueOf(String) - Static method in enum com.auth0.jwt.Algorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.auth0.jwt.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String) - Method in class com.auth0.jwt.JWTVerifier
Performs JWT validation
A C G I J O S V 
Skip navigation links

Copyright © 2014. All Rights Reserved.