Class HostnameAuthenticationMechanism.Factory

java.lang.Object
com.qwazr.server.HostnameAuthenticationMechanism.Factory
All Implemented Interfaces:
io.undertow.security.api.AuthenticationMechanismFactory
Enclosing class:
HostnameAuthenticationMechanism

public static final class HostnameAuthenticationMechanism.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​(HostnameAuthenticationMechanism.PrincipalResolver principalResolver)  
  • Method Summary

    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)  
    io.undertow.security.api.AuthenticationMechanism create​(java.lang.String mechanismName, io.undertow.server.handlers.form.FormParserFactory formParserFactory, java.util.Map<java.lang.String,​java.lang.String> properties)
    Deprecated.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • create

      @Deprecated public io.undertow.security.api.AuthenticationMechanism create​(java.lang.String mechanismName, io.undertow.server.handlers.form.FormParserFactory formParserFactory, java.util.Map<java.lang.String,​java.lang.String> properties)
      Deprecated.
      Specified by:
      create in interface io.undertow.security.api.AuthenticationMechanismFactory
    • 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