Package org.camunda.bpm.run.property
Class CamundaBpmRunLdapProperties
java.lang.Object
org.camunda.bpm.identity.impl.ldap.LdapConfiguration
org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin
org.camunda.bpm.run.property.CamundaBpmRunLdapProperties
- All Implemented Interfaces:
ProcessEnginePlugin
-
Field Summary
Fields inherited from class org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin
acceptUntrustedCertificates
Fields 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
-
Method Summary
Methods inherited from class org.camunda.bpm.identity.impl.ldap.plugin.LdapIdentityProviderPlugin
isAcceptUntrustedCertificates, postInit, postProcessEngineBuild, preInit, setAcceptUntrustedCertificates
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
-
PREFIX
- See Also:
-
-
Constructor Details
-
CamundaBpmRunLdapProperties
public CamundaBpmRunLdapProperties()
-
-
Method Details