public class JWT
extends java.lang.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.
|
java.lang.String |
getRawString()
Get the JWT raw string.
|
java.lang.String |
getSignature()
Get the JWT Signature.
|
java.lang.String |
toString() |
public Header getHeader()
http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06#section-6.1
public ClaimsSet getClaimsSet()
http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06#section-6.1
public java.lang.String getSignature()
public java.lang.String getRawString()
public java.lang.String toString()
toString
in class java.lang.Object
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"