Class 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