Class AnonymousAuthenticationHandler

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

public class AnonymousAuthenticationHandler extends BasicAuthenticationHandler implements AuthenticationHandler
Implementation providing Basic Authentication capability for the special anonymous user.
  • Constructor Details

    • AnonymousAuthenticationHandler

      public AnonymousAuthenticationHandler(String username, String password)