Class MultiAuthenticator

java.lang.Object
com.sun.net.httpserver.Authenticator
org.jolokia.jvmagent.security.MultiAuthenticator

public class MultiAuthenticator extends Authenticator
Authenticator encapsulating multiple other authenticators whose results are combined to a single one, depending on the given mode
  • Mode.ALL : All authenticators must succeed for this authenticator to succeed
  • Mode.ANY : A single successful authenticator is sufficient for this authenticator to succeed
Since:
26.05.14
Author:
roland, nevenr