Package pl.edu.icm.unity.pam.web
Class PamAuthenticatorEditorFactory
- java.lang.Object
-
- pl.edu.icm.unity.pam.web.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 forPamAuthenticatorEditor- Author:
- P.Piernik
-
-
Constructor Summary
Constructors Constructor Description PamAuthenticatorEditorFactory(pl.edu.icm.unity.MessageSource msg, pl.edu.icm.unity.engine.api.RegistrationsManagement regMan, io.imunity.webconsole.utils.tprofile.InputTranslationProfileFieldFactory profileFieldFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description pl.edu.icm.unity.webui.authn.authenticators.AuthenticatorEditorcreateInstance()StringgetSupportedAuthenticatorType()
-
-
-
Method Detail
-
getSupportedAuthenticatorType
public String getSupportedAuthenticatorType()
- Specified by:
getSupportedAuthenticatorTypein interfacepl.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:
createInstancein interfacepl.edu.icm.unity.webui.authn.authenticators.AuthenticatorEditorFactory- Throws:
pl.edu.icm.unity.exceptions.EngineException
-
-