You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

 

Introduction

CXF 3.0.x implements JOSE.

Maven Dependencies

<dependency>
  <groupId>org.apache.cxf</groupId>
  <artifactId>cxf-rt-rs-security-jose</artifactId>
  <version>3.1.0</version>
</dependency>

 

Jose Overview

JWA Algorithms

JWK Keys

JWS Signature

 

JSON Encryption

JSON Web Tokens

 

JAX-RS Jose Filters

 

OAuth2 and Jose

 

Third-Party Alternatives

Jose4J. Etc.

 

  • No labels