This project has retired. For details please refer to its Attic page.
org.apache.oltu.oauth2.jwt | Apache Oltu - OAuth 2.0
package

org.apache.oltu.oauth2.jwt

Basic JSON Web Token implementation.

Classes

ClaimsSet Represents the Claims Set as defined in the 6.1 section of the JWT specification. 
Header Represents the Header as defined in the 6.1 section of the JWT specification. 
JWT This class contains constants used in the JWT implementation. 
JWT.Builder A simple JWT builder.