Class JWTAuthenticationHandler

java.lang.Object
org.apache.syncope.client.lib.JWTAuthenticationHandler
All Implemented Interfaces:
AuthenticationHandler

public class JWTAuthenticationHandler extends Object implements AuthenticationHandler
Implementation providing JSON Web Token authentication capability.
  • Constructor Details

    • JWTAuthenticationHandler

      public JWTAuthenticationHandler(String jwt)
  • Method Details

    • getJwt

      public String getJwt()