Interface AuthenticationMechanismFactory

    • Method Detail

      • create

        AuthenticationMechanism create​(java.lang.String mechanismName,
                                       FormParserFactory formParserFactory,
                                       java.util.Map<java.lang.String,​java.lang.String> properties)
        Creates an authentication mechanism using the specified properties
        Parameters:
        mechanismName - The name under which this factory was registered
        properties - The properties
        Returns:
        The mechanism