Package com.adobe.granite.oauth.jwt
package com.adobe.granite.oauth.jwt
OAuth JWT issuer for Granite
-
ClassDescriptionThe
JwsBuilderprovides 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 aJwsBuilderTheJwsValidatorprovides 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-8TheJwtValidatorprovides an API to validate JWT formatted token as defined in http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-16