Class ExternalAuthenticationMechanism.Factory

    • Constructor Detail

      • Factory

        @Deprecated
        public Factory​(IdentityManager identityManager)
        Deprecated.
      • Factory

        public Factory()
    • Method Detail

      • create

        public AuthenticationMechanism create​(java.lang.String mechanismName,
                                              IdentityManager identityManager,
                                              FormParserFactory formParserFactory,
                                              java.util.Map<java.lang.String,​java.lang.String> properties)
        Description copied from interface: AuthenticationMechanismFactory
        Creates an authentication mechanism that needs access to the deployment IdentityManager and specified properties
        Specified by:
        create in interface AuthenticationMechanismFactory
        Parameters:
        mechanismName - The name under which this factory was registered
        identityManager - the IdentityManager instance asscociated with the deployment
        formParserFactory - Parser to create a form data parser for a given request.
        properties - The properties
        Returns:
        The mechanism