Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Table of Contents

Introduction

CXF 3.0.x implements JOSE.

Maven Dependencies

Code Block
xml
xml
<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.