| Package | Description |
|---|---|
| org.apache.oltu.oauth2.jwt |
Basic JSON Web Token implementation.
|
| org.apache.oltu.oauth2.jwt.io |
JWT I/O manipulators implementation.
|
| Modifier and Type | Method and Description |
|---|---|
JWT |
JWT.Builder.build()
Creates a new
JWT instance. |
| Modifier and Type | Method and Description |
|---|---|
protected JWT |
JWTReader.build(String rawString,
String decodedHeader,
String decodedBody,
String encodedSignature) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
JWTWriter.writeBody(JWT token) |
protected String |
JWTWriter.writeHeader(JWT token) |
protected String |
JWTWriter.writeSignature(JWT token) |
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.