Uses of Class
org.camunda.bpm.identity.impl.ldap.LdapConfiguration
-
Packages that use LdapConfiguration Package Description org.camunda.bpm.identity.impl.ldap org.camunda.bpm.identity.impl.ldap.plugin org.camunda.bpm.run.property -
-
Uses of LdapConfiguration in org.camunda.bpm.identity.impl.ldap
Fields in org.camunda.bpm.identity.impl.ldap declared as LdapConfiguration Modifier and Type Field Description protected LdapConfiguration
LdapIdentityProviderFactory. ldapConfiguration
protected LdapConfiguration
LdapIdentityProviderSession. ldapConfiguration
Methods in org.camunda.bpm.identity.impl.ldap that return LdapConfiguration Modifier and Type Method Description LdapConfiguration
LdapIdentityProviderFactory. getLdapConfiguration()
Methods in org.camunda.bpm.identity.impl.ldap with parameters of type LdapConfiguration Modifier and Type Method Description void
LdapIdentityProviderFactory. setLdapConfiguration(LdapConfiguration ldapConfiguration)
Constructors in org.camunda.bpm.identity.impl.ldap with parameters of type LdapConfiguration Constructor Description LdapIdentityProviderSession(LdapConfiguration ldapConfiguration)
LdapUserQueryImpl(CommandExecutor commandExecutor, LdapConfiguration ldapConfiguration)
LdapUserQueryImpl(LdapConfiguration ldapConfiguration)
-
Uses of LdapConfiguration in org.camunda.bpm.identity.impl.ldap.plugin
Subclasses of LdapConfiguration in org.camunda.bpm.identity.impl.ldap.plugin Modifier and Type Class Description class
LdapIdentityProviderPlugin
ProcessEnginePlugin
providing Ldap Identity Provider support -
Uses of LdapConfiguration in org.camunda.bpm.run.property
Subclasses of LdapConfiguration in org.camunda.bpm.run.property Modifier and Type Class Description class
CamundaBpmRunLdapProperties
-