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
public class CamundaBpmRunLdapProperties extends LdapIdentityProviderPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static String
PREFIX
-
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, securityAuthentication, serverUrl, sortControlSupported, usePosixGroups, userDnPattern, userEmailAttribute, userFirstnameAttribute, userIdAttribute, userLastnameAttribute, userPasswordAttribute, userSearchBase, userSearchFilter, useSsl
-
-
Constructor Summary
Constructors Constructor Description CamundaBpmRunLdapProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEnabled()
void
setEnabled(boolean enabled)
String
toString()
-
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, isSortControlSupported, isUsePosixGroups, isUseSsl, setAllowAnonymousLogin, setAuthorizationCheckEnabled, setBaseDn, setContextProperties, setGroupIdAttribute, setGroupMemberAttribute, setGroupNameAttribute, setGroupSearchBase, setGroupSearchFilter, setGroupTypeAttribute, setInitialContextFactory, setManagerDn, setManagerPassword, setPageSize, setSecurityAuthentication, setServerUrl, setSortControlSupported, setUsePosixGroups, setUserDnPattern, setUserEmailAttribute, setUserFirstnameAttribute, setUserIdAttribute, setUserLastnameAttribute, setUserPasswordAttribute, setUserSearchBase, setUserSearchFilter, setUseSsl
-
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
-