Interface | Description |
---|---|
JwsBuilder |
The
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-21 |
JwsBuilderFactory |
Create an instance of a
JwsBuilder |
JwsValidator |
The
JwsValidator 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-21 |
JwtValidator |
The
JwtValidator provides an API to validate JWT formatted token
as defined in http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-16 |
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
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"