Class ObtainingJWTAuthenticationHandler

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

public class ObtainingJWTAuthenticationHandler extends BasicAuthenticationHandler
Implementation using Basic Authentication to obtain JSON Web Token for further operations. This is the default choice.
  • Constructor Details

    • ObtainingJWTAuthenticationHandler

      public ObtainingJWTAuthenticationHandler(String username, String password)