Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
J
P
S
V
A
Algorithm
- Enum in
com.auth0.jwt
B
BasicPayloadHandler
- Class in
com.auth0.jwt.impl
Basic implementation of a payload handler which serializes the payload to a String, and echoes it for deserialization
BasicPayloadHandler()
- Constructor for class com.auth0.jwt.impl.
BasicPayloadHandler
C
ClaimSet
- Class in
com.auth0.jwt
ClaimSet()
- Constructor for class com.auth0.jwt.
ClaimSet
com.auth0.jwt
- package com.auth0.jwt
com.auth0.jwt.impl
- package com.auth0.jwt.impl
D
decode(Algorithm, String, String)
- Method in class com.auth0.jwt.impl.
JwtProxyImpl
Verify a JSON web token and return the object serialized in the JSON payload
decode(Algorithm, String, String)
- Method in interface com.auth0.jwt.
JwtProxy
decoding(String)
- Method in class com.auth0.jwt.impl.
BasicPayloadHandler
decoding(String)
- Method in interface com.auth0.jwt.
PayloadHandler
E
encode(Algorithm, Object, String, ClaimSet)
- Method in class com.auth0.jwt.impl.
JwtProxyImpl
Create a JSON web token by serializing a java object
encode(Algorithm, Object, String, ClaimSet)
- Method in interface com.auth0.jwt.
JwtProxy
encode(Algorithm, String, String, String, ClaimSet)
- Method in class com.auth0.jwt.
JwtSigner
Generate a JSON web token based on a payload, secret key and claim set
encoding(Object)
- Method in class com.auth0.jwt.impl.
BasicPayloadHandler
encoding(Object)
- Method in interface com.auth0.jwt.
PayloadHandler
G
getExp()
- Method in class com.auth0.jwt.
ClaimSet
getPayloadHandler()
- Method in class com.auth0.jwt.impl.
JwtProxyImpl
getValue()
- Method in enum com.auth0.jwt.
Algorithm
J
JwtProxy
- Interface in
com.auth0.jwt
JwtProxyImpl
- Class in
com.auth0.jwt.impl
JwtProxy implementation
JwtProxyImpl()
- Constructor for class com.auth0.jwt.impl.
JwtProxyImpl
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()
- Constructor for class com.auth0.jwt.
JwtSigner
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
P
PayloadHandler
- Interface in
com.auth0.jwt
Abstraction to allow custom payload handling e.g.
S
setExp(int)
- Method in class com.auth0.jwt.
ClaimSet
setPayloadHandler(PayloadHandler)
- Method in class com.auth0.jwt.impl.
JwtProxyImpl
setPayloadHandler(PayloadHandler)
- Method in interface com.auth0.jwt.
JwtProxy
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
B
C
D
E
G
J
P
S
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014. All Rights Reserved.