public class JWT extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JWT.Builder
A simple
JWT builder. |
| Modifier and Type | Method and Description |
|---|---|
ClaimsSet |
getClaimsSet()
Get the JWT Claims Set as defined in the 6.1 section of the JWT specification.
|
Header |
getHeader()
Get the JWT Header as defined in the 6.1 section of the JWT specification.
|
String |
getRawString()
Get the JWT raw string.
|
String |
getSignature()
Get the JWT Signature.
|
String |
toString() |
public Header getHeader()
http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06#section-6.1public ClaimsSet getClaimsSet()
http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06#section-6.1public String getSignature()
public String getRawString()
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.