Class ImmediateAuthenticationMechanismFactory

java.lang.Object
io.undertow.util.ImmediateAuthenticationMechanismFactory
All Implemented Interfaces:
AuthenticationMechanismFactory

public class ImmediateAuthenticationMechanismFactory extends Object implements AuthenticationMechanismFactory
AuthenticationMechanismFactory that simply returns a pre configured AuthenticationMechanism
Author:
Stuart Douglas
  • Constructor Details

    • ImmediateAuthenticationMechanismFactory

      public ImmediateAuthenticationMechanismFactory(AuthenticationMechanism authenticationMechanism)
  • Method Details