Class ServletFormAuthenticationMechanism.Factory

java.lang.Object
io.undertow.servlet.handlers.security.ServletFormAuthenticationMechanism.Factory
All Implemented Interfaces:
io.undertow.security.api.AuthenticationMechanismFactory
Enclosing class:
ServletFormAuthenticationMechanism

public static class ServletFormAuthenticationMechanism.Factory extends Object implements io.undertow.security.api.AuthenticationMechanismFactory
  • Field Summary

    Fields inherited from interface io.undertow.security.api.AuthenticationMechanismFactory

    CONTEXT_PATH, DEFAULT_PAGE, ERROR_PAGE, LOGIN_PAGE, OVERRIDE_INITIAL, REALM
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Factory(io.undertow.security.idm.IdentityManager identityManager)
    Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.undertow.security.api.AuthenticationMechanism
    create(String mechanismName, io.undertow.security.idm.IdentityManager identityManager, io.undertow.server.handlers.form.FormParserFactory formParserFactory, Map<String,String> properties)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.undertow.security.api.AuthenticationMechanismFactory

    create
  • Constructor Details

    • Factory

      @Deprecated public Factory(io.undertow.security.idm.IdentityManager identityManager)
      Deprecated.
    • Factory

      public Factory()
  • Method Details

    • create

      public io.undertow.security.api.AuthenticationMechanism create(String mechanismName, io.undertow.security.idm.IdentityManager identityManager, io.undertow.server.handlers.form.FormParserFactory formParserFactory, Map<String,String> properties)
      Specified by:
      create in interface io.undertow.security.api.AuthenticationMechanismFactory