Skip navigation links
A B C D E G H J K M O R S T U V 

A

Algorithm - Enum in org.rootservices.jwt.entity.jwt.header
Created by tommackenzie on 8/9/15.
AppFactory - Class in org.rootservices.jwt.config
Created by tommackenzie on 8/13/15.
AppFactory() - Constructor for class org.rootservices.jwt.config.AppFactory
 

B

build(Algorithm, Claims) - Method in class org.rootservices.jwt.builder.SecureTokenBuilder
 
build(Claims) - Method in class org.rootservices.jwt.builder.UnsecureTokenBuilder
 

C

Claims - Class in org.rootservices.jwt.entity.jwt
Created by tommackenzie on 8/9/15.
Claims() - Constructor for class org.rootservices.jwt.entity.jwt.Claims
 

D

decoder() - Method in class org.rootservices.jwt.config.AppFactory
 

E

encoder() - Method in class org.rootservices.jwt.config.AppFactory
 

G

getAlgorithm() - Method in class org.rootservices.jwt.entity.jwt.header.Header
 
getAudience() - Method in class org.rootservices.jwt.entity.jwt.Claims
 
getClaims() - Method in class org.rootservices.jwt.entity.jwt.Token
 
getExpirationTime() - Method in class org.rootservices.jwt.entity.jwt.Claims
 
getHeader() - Method in class org.rootservices.jwt.entity.jwt.Token
 
getIssuedAt() - Method in class org.rootservices.jwt.entity.jwt.Claims
 
getIssuer() - Method in class org.rootservices.jwt.entity.jwt.Claims
 
getJwt() - Method in class org.rootservices.jwt.entity.jwt.Token
 
getJwtId() - Method in class org.rootservices.jwt.entity.jwt.Claims
 
getKey() - Method in class org.rootservices.jwt.entity.jwk.Key
 
getKeyType() - Method in class org.rootservices.jwt.entity.jwk.Key
 
getNotBefore() - Method in class org.rootservices.jwt.entity.jwt.Claims
 
getSignature() - Method in class org.rootservices.jwt.entity.jwt.Token
 
getSubject() - Method in class org.rootservices.jwt.entity.jwt.Claims
 
getType() - Method in class org.rootservices.jwt.entity.jwt.header.Header
 
getValue() - Method in enum org.rootservices.jwt.entity.jwk.KeyType
 
getValue() - Method in enum org.rootservices.jwt.entity.jwt.header.Algorithm
 
getValue() - Method in enum org.rootservices.jwt.entity.jwt.header.TokenType
 
getValue() - Method in enum org.rootservices.jwt.signature.signer.SignAlgorithm
 

H

Header - Class in org.rootservices.jwt.entity.jwt.header
Created by tommackenzie on 8/9/15.
Header() - Constructor for class org.rootservices.jwt.entity.jwt.header.Header
 

J

jsonBytesToObject(byte[], Class) - Method in interface org.rootservices.jwt.serializer.Serializer
 
jsonBytesToObject(byte[], Class) - Method in class org.rootservices.jwt.serializer.SerializerImpl
 
jwtSerializer() - Method in class org.rootservices.jwt.config.AppFactory
 
JWTSerializer - Interface in org.rootservices.jwt.serializer
Created by tommackenzie on 8/12/15.
JWTSerializerImpl - Class in org.rootservices.jwt.serializer
Created by tommackenzie on 8/13/15.
JWTSerializerImpl(Serializer, Base64.Encoder, Base64.Decoder) - Constructor for class org.rootservices.jwt.serializer.JWTSerializerImpl
 
jwtToToken(String, Class) - Method in interface org.rootservices.jwt.serializer.JWTSerializer
 
jwtToToken(String, Class) - Method in class org.rootservices.jwt.serializer.JWTSerializerImpl
 

K

Key - Class in org.rootservices.jwt.entity.jwk
Created by tommackenzie on 8/19/15.
Key() - Constructor for class org.rootservices.jwt.entity.jwk.Key
 
KeyType - Enum in org.rootservices.jwt.entity.jwk
Created by tommackenzie on 8/19/15.

M

macFactory() - Method in class org.rootservices.jwt.config.AppFactory
 
MacFactory - Interface in org.rootservices.jwt.signature.signer.factory
Created by tommackenzie on 8/22/15.
MacFactoryImpl - Class in org.rootservices.jwt.signature.signer.factory
Created by tommackenzie on 8/22/15.
MacFactoryImpl() - Constructor for class org.rootservices.jwt.signature.signer.factory.MacFactoryImpl
 
MacSignerImpl - Class in org.rootservices.jwt.signature.signer
Created by tommackenzie on 8/19/15.
MacSignerImpl(Serializer, Mac, Base64.Encoder) - Constructor for class org.rootservices.jwt.signature.signer.MacSignerImpl
 
makeKey(Algorithm, Key) - Method in interface org.rootservices.jwt.signature.signer.factory.MacFactory
 
makeKey(Algorithm, Key) - Method in class org.rootservices.jwt.signature.signer.factory.MacFactoryImpl
 
makeMac(Algorithm, Key) - Method in interface org.rootservices.jwt.signature.signer.factory.MacFactory
 
makeMac(Algorithm, Key) - Method in class org.rootservices.jwt.signature.signer.factory.MacFactoryImpl
 
makeSigner(Algorithm, Key) - Method in interface org.rootservices.jwt.signature.signer.factory.SignerFactory
 
makeSigner(Algorithm, Key) - Method in class org.rootservices.jwt.signature.signer.factory.SignerFactoryImpl
 

O

objectMapper() - Method in class org.rootservices.jwt.config.AppFactory
 
objectToJson(Object) - Method in interface org.rootservices.jwt.serializer.Serializer
 
objectToJson(Object) - Method in class org.rootservices.jwt.serializer.SerializerImpl
 
org.rootservices.jwt.builder - package org.rootservices.jwt.builder
 
org.rootservices.jwt.config - package org.rootservices.jwt.config
 
org.rootservices.jwt.entity.jwk - package org.rootservices.jwt.entity.jwk
 
org.rootservices.jwt.entity.jwt - package org.rootservices.jwt.entity.jwt
 
org.rootservices.jwt.entity.jwt.header - package org.rootservices.jwt.entity.jwt.header
 
org.rootservices.jwt.serializer - package org.rootservices.jwt.serializer
 
org.rootservices.jwt.signature - package org.rootservices.jwt.signature
 
org.rootservices.jwt.signature.signer - package org.rootservices.jwt.signature.signer
 
org.rootservices.jwt.signature.signer.factory - package org.rootservices.jwt.signature.signer.factory
 

R

run(Token) - Method in class org.rootservices.jwt.signature.signer.MacSignerImpl
 
run(byte[]) - Method in class org.rootservices.jwt.signature.signer.MacSignerImpl
 
run(Token) - Method in interface org.rootservices.jwt.signature.signer.Signer
 
run(byte[]) - Method in interface org.rootservices.jwt.signature.signer.Signer
 
run(Token, Key) - Method in interface org.rootservices.jwt.signature.VerifySignature
 
run(Token, Key) - Method in class org.rootservices.jwt.signature.VerifySignatureImpl
 

S

SecureTokenBuilder - Class in org.rootservices.jwt.builder
Created by tommackenzie on 9/15/15.
SecureTokenBuilder(Signer) - Constructor for class org.rootservices.jwt.builder.SecureTokenBuilder
 
secureTokenBuilder(Algorithm, Key) - Method in class org.rootservices.jwt.config.AppFactory
 
serializer() - Method in class org.rootservices.jwt.config.AppFactory
 
Serializer - Interface in org.rootservices.jwt.serializer
Created by tommackenzie on 8/12/15.
SerializerImpl - Class in org.rootservices.jwt.serializer
Created by tommackenzie on 8/12/15.
SerializerImpl(ObjectMapper) - Constructor for class org.rootservices.jwt.serializer.SerializerImpl
 
setAlgorithm(Algorithm) - Method in class org.rootservices.jwt.entity.jwt.header.Header
 
setAudience(List<String>) - Method in class org.rootservices.jwt.entity.jwt.Claims
 
setClaims(Claims) - Method in class org.rootservices.jwt.entity.jwt.Token
 
setExpirationTime(Optional<Long>) - Method in class org.rootservices.jwt.entity.jwt.Claims
 
setHeader(Header) - Method in class org.rootservices.jwt.entity.jwt.Token
 
setIssuedAt(Optional<Long>) - Method in class org.rootservices.jwt.entity.jwt.Claims
 
setIssuer(Optional<String>) - Method in class org.rootservices.jwt.entity.jwt.Claims
 
setJwt(Optional<String>) - Method in class org.rootservices.jwt.entity.jwt.Token
 
setJwtId(Optional<String>) - Method in class org.rootservices.jwt.entity.jwt.Claims
 
setKey(String) - Method in class org.rootservices.jwt.entity.jwk.Key
 
setKeyType(KeyType) - Method in class org.rootservices.jwt.entity.jwk.Key
 
setNotBefore(Optional<Long>) - Method in class org.rootservices.jwt.entity.jwt.Claims
 
setSignature(Optional<String>) - Method in class org.rootservices.jwt.entity.jwt.Token
 
setSubject(Optional<String>) - Method in class org.rootservices.jwt.entity.jwt.Claims
 
setType(TokenType) - Method in class org.rootservices.jwt.entity.jwt.header.Header
 
setValue(String) - Method in enum org.rootservices.jwt.entity.jwk.KeyType
 
setValue(String) - Method in enum org.rootservices.jwt.entity.jwt.header.Algorithm
 
setValue(String) - Method in enum org.rootservices.jwt.entity.jwt.header.TokenType
 
setValue(String) - Method in enum org.rootservices.jwt.signature.signer.SignAlgorithm
 
SignAlgorithm - Enum in org.rootservices.jwt.signature.signer
Created by tommackenzie on 8/22/15.
Signer - Interface in org.rootservices.jwt.signature.signer
Created by tommackenzie on 8/19/15.
signerFactory() - Method in class org.rootservices.jwt.config.AppFactory
 
SignerFactory - Interface in org.rootservices.jwt.signature.signer.factory
Created by tommackenzie on 8/22/15.
SignerFactoryImpl - Class in org.rootservices.jwt.signature.signer.factory
Created by tommackenzie on 8/22/15.
SignerFactoryImpl(MacFactory, Serializer, Base64.Encoder) - Constructor for class org.rootservices.jwt.signature.signer.factory.SignerFactoryImpl
 

T

Token - Class in org.rootservices.jwt.entity.jwt
Created by tommackenzie on 8/9/15.
Token() - Constructor for class org.rootservices.jwt.entity.jwt.Token
 
Token(Header, Claims) - Constructor for class org.rootservices.jwt.entity.jwt.Token
 
Token(Header, Claims, Optional<String>) - Constructor for class org.rootservices.jwt.entity.jwt.Token
 
tokenToJwt(Token) - Method in interface org.rootservices.jwt.serializer.JWTSerializer
 
tokenToJwt(Token) - Method in class org.rootservices.jwt.serializer.JWTSerializerImpl
 
TokenType - Enum in org.rootservices.jwt.entity.jwt.header
Created by tommackenzie on 8/23/15.

U

UnsecureTokenBuilder - Class in org.rootservices.jwt.builder
Created by tommackenzie on 8/11/15.
UnsecureTokenBuilder(JWTSerializer) - Constructor for class org.rootservices.jwt.builder.UnsecureTokenBuilder
 
unsecureTokenBuilder() - Method in class org.rootservices.jwt.config.AppFactory
 

V

valueOf(String) - Static method in enum org.rootservices.jwt.entity.jwk.KeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rootservices.jwt.entity.jwt.header.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rootservices.jwt.entity.jwt.header.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rootservices.jwt.signature.signer.SignAlgorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rootservices.jwt.entity.jwk.KeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rootservices.jwt.entity.jwt.header.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rootservices.jwt.entity.jwt.header.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rootservices.jwt.signature.signer.SignAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
verifySignature() - Method in class org.rootservices.jwt.config.AppFactory
 
VerifySignature - Interface in org.rootservices.jwt.signature
Created by tommackenzie on 8/26/15.
VerifySignatureImpl - Class in org.rootservices.jwt.signature
Created by tommackenzie on 8/26/15.
VerifySignatureImpl(SignerFactory) - Constructor for class org.rootservices.jwt.signature.VerifySignatureImpl
 
A B C D E G H J K M O R S T U V 
Skip navigation links

Copyright © 2015. All rights reserved.