Class PamAuthenticatorEditorFactory

  • All Implemented Interfaces:
    pl.edu.icm.unity.webui.authn.authenticators.AuthenticatorEditorFactory

    @Component
    public class PamAuthenticatorEditorFactory
    extends Object
    implements pl.edu.icm.unity.webui.authn.authenticators.AuthenticatorEditorFactory
    Factory for PamAuthenticatorEditor
    Author:
    P.Piernik
    • Constructor Detail

      • PamAuthenticatorEditorFactory

        @Autowired
        public PamAuthenticatorEditorFactory​(pl.edu.icm.unity.MessageSource msg,
                                             pl.edu.icm.unity.engine.api.RegistrationsManagement regMan,
                                             io.imunity.webconsole.utils.tprofile.InputTranslationProfileFieldFactory profileFieldFactory)
    • Method Detail

      • getSupportedAuthenticatorType

        public String getSupportedAuthenticatorType()
        Specified by:
        getSupportedAuthenticatorType in interface pl.edu.icm.unity.webui.authn.authenticators.AuthenticatorEditorFactory
      • createInstance

        public pl.edu.icm.unity.webui.authn.authenticators.AuthenticatorEditor createInstance()
                                                                                       throws pl.edu.icm.unity.exceptions.EngineException
        Specified by:
        createInstance in interface pl.edu.icm.unity.webui.authn.authenticators.AuthenticatorEditorFactory
        Throws:
        pl.edu.icm.unity.exceptions.EngineException