Package com.adobe.granite.oauth.jwt
OAuth JWT issuer for Granite
-
Interface Summary Interface Description JwsBuilder TheJwsBuilder
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-21JwsBuilderFactory Create an instance of aJwsBuilder
JwsValidator 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-21JwtValidator TheJwtValidator
provides an API to validate JWT formatted token as defined in http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-16 -
Class Summary Class Description JwtConstants Constant class that contains the supported algorithm names as per http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-16#section-8