| java.lang.Object | ||
| ↳ | org.apache.oltu.commons.json.CustomizableEntityWriter<CE extends org.apache.oltu.commons.json.CustomizableEntity> | |
| ↳ | org.apache.oltu.oauth2.jwt.io.JWTClaimsSetWriter | |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ALGORITHM | The alg JWT Header key. |
|||||||||
| String | AUDIENCE | The aud JWT Claims Set key. |
|||||||||
| String | CONTENT_TYPE | The cty JWT Header key. |
|||||||||
| String | EXPIRATION_TIME | The exp JWT Claims Set key. |
|||||||||
| String | ISSUED_AT | The iat JWT Claims Set key. |
|||||||||
| String | ISSUER | The iss JWT Claims Set key. |
|||||||||
| String | JWT_ID | The jti JWT Claims Set key. |
|||||||||
| String | NOT_BEFORE | The nbf JWT Claims Set key. |
|||||||||
| String | SUBJECT | The sub JWT Claims Set key. |
|||||||||
| String | TYPE | The typ JWT Header key. |
|||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.oltu.commons.json.CustomizableEntityWriter
| |||||||||||
From class
java.lang.Object
| |||||||||||