Interface MechanismConfigurationSelector

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface MechanismConfigurationSelector
    A selector to choose which MechanismConfiguration to use based on information know about the current authentication attempt.
    Author:
    Darran Lofthouse