B C G H I J O S T W 

B

build(String, String, String, String) - Method in class org.apache.oltu.oauth2.jwt.io.JWTReader
 
build() - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Creates a new JWT instance.

C

ClaimsSet - Class in org.apache.oltu.oauth2.jwt
Represents the Claims Set as defined in the 6.1 section of the JWT specification.

G

getAlgorithm() - Method in class org.apache.oltu.oauth2.jwt.Header
Returns the alg JWT Header parameter.
getAssertion() - Method in class org.apache.oltu.oauth2.jwt.request.JWTOAuthRequest
 
getAudience() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the first audience of the aud JWT Claims Set parameter.
getAudiences() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the aud JWT Claims Set parameter.
getClaimsSet() - Method in class org.apache.oltu.oauth2.jwt.JWT
Get the JWT Claims Set as defined in the 6.1 section of the JWT specification.
getContentType() - Method in class org.apache.oltu.oauth2.jwt.Header
Returns the cty JWT Header parameter.
getExpirationTime() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the exp JWT Claims Set parameter.
getHeader() - Method in class org.apache.oltu.oauth2.jwt.JWT
Get the JWT Header as defined in the 6.1 section of the JWT specification.
getIssuedAt() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the iat JWT Claims Set parameter.
getIssuer() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the iss JWT Claims Set parameter.
getJwdId() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the jti JWT Claims Set parameter.
getNotBefore() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the nbf JWT Claims Set parameter.
getRawString() - Method in class org.apache.oltu.oauth2.jwt.JWT
Get the JWT raw string.
getSignature() - Method in class org.apache.oltu.oauth2.jwt.JWT
Get the JWT Signature.
getSubject() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the sub JWT Claims Set parameter.
getType() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the typ JWT Claims Set parameter.
getType() - Method in class org.apache.oltu.oauth2.jwt.Header
Returns the typ JWT Header parameter.

H

handleProperties(ClaimsSet) - Method in class org.apache.oltu.oauth2.jwt.io.JWTClaimsSetWriter
 
handleProperties(Header) - Method in class org.apache.oltu.oauth2.jwt.io.JWTHeaderWriter
 
Header - Class in org.apache.oltu.oauth2.jwt
Represents the Header as defined in the 6.1 section of the JWT specification.

I

initValidator() - Method in class org.apache.oltu.oauth2.jwt.request.JWTOAuthRequest
 

J

JWT - Class in org.apache.oltu.oauth2.jwt
This class contains constants used in the JWT implementation.
JWT.Builder - Class in org.apache.oltu.oauth2.jwt
A simple JWT builder.
JWT.Builder() - Constructor for class org.apache.oltu.oauth2.jwt.JWT.Builder
 
JWT.Builder(String) - Constructor for class org.apache.oltu.oauth2.jwt.JWT.Builder
 
JWTBearerValidator - Class in org.apache.oltu.oauth2.jwt.request
 
JWTBearerValidator() - Constructor for class org.apache.oltu.oauth2.jwt.request.JWTBearerValidator
 
JWTClaimsSetWriter - Class in org.apache.oltu.oauth2.jwt.io
 
JWTClaimsSetWriter() - Constructor for class org.apache.oltu.oauth2.jwt.io.JWTClaimsSetWriter
 
JWTHeaderWriter - Class in org.apache.oltu.oauth2.jwt.io
 
JWTHeaderWriter() - Constructor for class org.apache.oltu.oauth2.jwt.io.JWTHeaderWriter
 
JWTOAuthRequest - Class in org.apache.oltu.oauth2.jwt.request
 
JWTOAuthRequest(HttpServletRequest) - Constructor for class org.apache.oltu.oauth2.jwt.request.JWTOAuthRequest
Create a JWT OAuth Token request from a given HttpSerlvetRequest
JWTReader - Class in org.apache.oltu.oauth2.jwt.io
A JWT reader.
JWTReader() - Constructor for class org.apache.oltu.oauth2.jwt.io.JWTReader
 
JWTWriter - Class in org.apache.oltu.oauth2.jwt.io
A JWT writer.
JWTWriter() - Constructor for class org.apache.oltu.oauth2.jwt.io.JWTWriter
 

O

org.apache.oltu.oauth2.jwt - package org.apache.oltu.oauth2.jwt
Basic JSON Web Token implementation.
org.apache.oltu.oauth2.jwt.io - package org.apache.oltu.oauth2.jwt.io
JWT I/O manipulators implementation.
org.apache.oltu.oauth2.jwt.request - package org.apache.oltu.oauth2.jwt.request
JWT request manipulators implementation.

S

setClaimsSetAudience(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set aud for a single audience.
setClaimsSetAudiences(List<String>) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set aud.
setClaimsSetCustomField(String, Object) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Set the JWT Claims Set custom field.
setClaimsSetExpirationTime(long) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set exp.
setClaimsSetIssuedAt(long) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set issuedAt.
setClaimsSetIssuer(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set iss.
setClaimsSetJwdId(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set jti.
setClaimsSetNotBefore(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set nbf.
setClaimsSetSubject(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set sub.
setClaimsSetType(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set typ.
setHeaderAlgorithm(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Header alg.
setHeaderContentType(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Header cty.
setHeaderCustomField(String, Object) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Set the JWT Header custom field.
setHeaderType(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Header typ.
setSignature(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT signature.

T

toString() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
 
toString() - Method in class org.apache.oltu.oauth2.jwt.Header
 
toString() - Method in class org.apache.oltu.oauth2.jwt.JWT
 

W

writeBody(JWT) - Method in class org.apache.oltu.oauth2.jwt.io.JWTWriter
 
writeHeader(JWT) - Method in class org.apache.oltu.oauth2.jwt.io.JWTWriter
 
writeSignature(JWT) - Method in class org.apache.oltu.oauth2.jwt.io.JWTWriter
 
B C G H I J O S T W 

Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.