Class LDAPBindingsPropertiesProcessor

java.lang.Object
org.springframework.cloud.bindings.boot.LDAPBindingsPropertiesProcessor
All Implemented Interfaces:
BindingsPropertiesProcessor

public final class LDAPBindingsPropertiesProcessor extends Object implements BindingsPropertiesProcessor
An implementation of BindingsPropertiesProcessor that detects Bindings of type: "ldap".
  • Field Details

  • Constructor Details

    • LDAPBindingsPropertiesProcessor

      public LDAPBindingsPropertiesProcessor()
  • Method Details

    • process

      public void process(org.springframework.core.env.Environment environment, Bindings bindings, Map<String,Object> properties)
      Description copied from interface: BindingsPropertiesProcessor
      Transform the currently accumulated Bindings-related properties.
      Specified by:
      process in interface BindingsPropertiesProcessor
      Parameters:
      environment - the Environment that the processor is executing with.
      bindings - the Bindings exposed to the application.
      properties - the currently accumulated properties.