Class ServletFormAuthenticationMechanism.Factory

  • All Implemented Interfaces:
    io.undertow.security.api.AuthenticationMechanismFactory
    Enclosing class:
    ServletFormAuthenticationMechanism

    public static class ServletFormAuthenticationMechanism.Factory
    extends java.lang.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()  
      Factory​(io.undertow.security.idm.IdentityManager identityManager)
      Deprecated.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.undertow.security.api.AuthenticationMechanism create​(java.lang.String mechanismName, io.undertow.security.idm.IdentityManager identityManager, io.undertow.server.handlers.form.FormParserFactory formParserFactory, java.util.Map<java.lang.String,​java.lang.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 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​(java.lang.String mechanismName,
                                                                       io.undertow.security.idm.IdentityManager identityManager,
                                                                       io.undertow.server.handlers.form.FormParserFactory formParserFactory,
                                                                       java.util.Map<java.lang.String,​java.lang.String> properties)
        Specified by:
        create in interface io.undertow.security.api.AuthenticationMechanismFactory