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
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 Summary
FieldsFields inherited from class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
allowAnonymousLogin, authorizationCheckEnabled, baseDn, contextProperties, DB_QUERY_WILDCARD, groupIdAttribute, groupMemberAttribute, groupNameAttribute, groupSearchBase, groupSearchFilter, groupTypeAttribute, initialContextFactory, LDAP_QUERY_WILDCARD, managerDn, managerPassword, pageSize, passwordCheckCatchAuthenticationException, securityAuthentication, serverUrl, sortControlSupported, usePosixGroups, userDnPattern, userEmailAttribute, userFirstnameAttribute, userIdAttribute, userLastnameAttribute, userPasswordAttribute, userSearchBase, userSearchFilter, useSsl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidpostInit(ProcessEngineConfigurationImpl processEngineConfiguration) Invoked after the process engine configuration is initialized.voidpostProcessEngineBuild(ProcessEngine processEngine) Invoked after the process engine has been built.voidpreInit(ProcessEngineConfigurationImpl processEngineConfiguration) Invoked before the process engine configuration is initialized.voidsetAcceptUntrustedCertificates(boolean acceptUntrustedCertificates) Methods inherited from class org.camunda.bpm.identity.impl.ldap.LdapConfiguration
getBaseDn, getContextProperties, getGroupIdAttribute, getGroupMemberAttribute, getGroupNameAttribute, getGroupSearchBase, getGroupSearchFilter, getGroupTypeAttribute, getInitialContextFactory, getManagerDn, getManagerPassword, getPageSize, getSearchControls, getSecurityAuthentication, getServerUrl, getUserDnPattern, getUserEmailAttribute, getUserFirstnameAttribute, getUserIdAttribute, getUserLastnameAttribute, getUserPasswordAttribute, getUserSearchBase, getUserSearchFilter, isAllowAnonymousLogin, isAuthorizationCheckEnabled, isPasswordCheckCatchAuthenticationException, isSortControlSupported, isUsePosixGroups, isUseSsl, setAllowAnonymousLogin, setAuthorizationCheckEnabled, setBaseDn, setContextProperties, setGroupIdAttribute, setGroupMemberAttribute, setGroupNameAttribute, setGroupSearchBase, setGroupSearchFilter, setGroupTypeAttribute, setInitialContextFactory, setManagerDn, setManagerPassword, setPageSize, setPasswordCheckCatchAuthenticationException, setSecurityAuthentication, setServerUrl, setSortControlSupported, setUsePosixGroups, setUserDnPattern, setUserEmailAttribute, setUserFirstnameAttribute, setUserIdAttribute, setUserLastnameAttribute, setUserPasswordAttribute, setUserSearchBase, setUserSearchFilter, setUseSsl
-
Field Details
-
acceptUntrustedCertificates
protected boolean acceptUntrustedCertificates
-
-
Constructor Details
-
LdapIdentityProviderPlugin
public LdapIdentityProviderPlugin()
-
-
Method Details
-
preInit
Description copied from interface:ProcessEnginePluginInvoked before the process engine configuration is initialized.
- Specified by:
preInitin interfaceProcessEnginePlugin- Parameters:
processEngineConfiguration- the process engine configuation
-
postInit
Description copied from interface:ProcessEnginePluginInvoked after the process engine configuration is initialized. and before the process engine is built.
- Specified by:
postInitin interfaceProcessEnginePlugin- Parameters:
processEngineConfiguration- the process engine configuation
-
postProcessEngineBuild
Description copied from interface:ProcessEnginePluginInvoked after the process engine has been built.
- Specified by:
postProcessEngineBuildin interfaceProcessEnginePlugin
-
setAcceptUntrustedCertificates
public void setAcceptUntrustedCertificates(boolean acceptUntrustedCertificates) -
isAcceptUntrustedCertificates
public boolean isAcceptUntrustedCertificates()
-