Versions Compared

Key

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

...

JWT Token can be JWE-encrypted and the encrypted string acting as a Bearer ServerAccessTokenpassed to ServerAccessToken as access token id parameter.

See JSON Web Tokens wiki page for more information on how to sign and encrypt Json JSON Web Tokens.

Custom tokens

If needed, users can use their own custom token types, with the only restriction that the custom token type implementations have to extend org.apache.cxf.rs.security.oauth2.common.ServerAccessToken.

...