Class LdapIdentityProviderPlugin

java.lang.Object
org.camunda.bpm.identity.impl.ldap.LdapConfiguration
org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin
All Implemented Interfaces:
ProcessEnginePlugin
Direct Known Subclasses:
CamundaBpmRunLdapProperties

public class LdapIdentityProviderPlugin extends LdapConfiguration implements ProcessEnginePlugin

ProcessEnginePlugin providing Ldap Identity Provider support

This class extends LdapConfiguration such that the configuration properties can be set directly on this class vie the <properties .../> element in bpm-platform.xml / processes.xml

Author:
Daniel Meyer
  • Field Details

    • acceptUntrustedCertificates

      protected boolean acceptUntrustedCertificates
  • Constructor Details

    • LdapIdentityProviderPlugin

      public LdapIdentityProviderPlugin()
  • Method Details

    • preInit

      public void preInit(ProcessEngineConfigurationImpl processEngineConfiguration)
      Description copied from interface: ProcessEnginePlugin

      Invoked before the process engine configuration is initialized.

      Specified by:
      preInit in interface ProcessEnginePlugin
      Parameters:
      processEngineConfiguration - the process engine configuation
    • postInit

      public void postInit(ProcessEngineConfigurationImpl processEngineConfiguration)
      Description copied from interface: ProcessEnginePlugin

      Invoked after the process engine configuration is initialized. and before the process engine is built.

      Specified by:
      postInit in interface ProcessEnginePlugin
      Parameters:
      processEngineConfiguration - the process engine configuation
    • postProcessEngineBuild

      public void postProcessEngineBuild(ProcessEngine processEngine)
      Description copied from interface: ProcessEnginePlugin

      Invoked after the process engine has been built.

      Specified by:
      postProcessEngineBuild in interface ProcessEnginePlugin
    • setAcceptUntrustedCertificates

      public void setAcceptUntrustedCertificates(boolean acceptUntrustedCertificates)
    • isAcceptUntrustedCertificates

      public boolean isAcceptUntrustedCertificates()