Uses of Class
org.apache.camel.builder.endpoint.dsl.SpringLdapEndpointBuilderFactory.LdapOperation
-
Packages that use SpringLdapEndpointBuilderFactory.LdapOperation Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of SpringLdapEndpointBuilderFactory.LdapOperation in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SpringLdapEndpointBuilderFactory.LdapOperation Modifier and Type Method Description static SpringLdapEndpointBuilderFactory.LdapOperation
SpringLdapEndpointBuilderFactory.LdapOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpringLdapEndpointBuilderFactory.LdapOperation[]
SpringLdapEndpointBuilderFactory.LdapOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type SpringLdapEndpointBuilderFactory.LdapOperation Modifier and Type Method Description default SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder
SpringLdapEndpointBuilderFactory.SpringLdapEndpointBuilder. operation(SpringLdapEndpointBuilderFactory.LdapOperation operation)
The LDAP operation to be performed.
-