Class 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, ERROR_PAGE, LOGIN_PAGE, REALM
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
      Factory​(io.undertow.security.idm.IdentityManager identityManager)
      Deprecated.
    • Constructor Detail

      • Factory

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

        public Factory()
    • Method Detail

      • 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