Package com.adobe.granite.oauth.jwt
package com.adobe.granite.oauth.jwt
OAuth JWT issuer for Granite
-
ClassDescriptionThe
JwsBuilder
provides a simple API to issue JWS formatted token as defined in http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-16 and http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-21Create an instance of aJwsBuilder
TheJwsValidator
provides a simple API to validate JWS formatted token as defined in http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-16 and http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-21Constant class that contains the supported algorithm names as per http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-16#section-8TheJwtValidator
provides an API to validate JWT formatted token as defined in http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-16