Class BasicIdentityProvider.BasicFixAuthenticationMechanism.Factory

java.lang.Object
org.openremote.container.security.basic.BasicIdentityProvider.BasicFixAuthenticationMechanism.Factory
All Implemented Interfaces:
io.undertow.security.api.AuthenticationMechanismFactory
Enclosing class:
BasicIdentityProvider.BasicFixAuthenticationMechanism

protected static class BasicIdentityProvider.BasicFixAuthenticationMechanism.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
    Modifier
    Constructor
    Description
    protected
     
  • 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

      protected 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