Class SimpleBindAuthenticationHandlerPropertySource

All Implemented Interfaces:
PropertySource<SimpleBindAuthenticationHandler>

public final class SimpleBindAuthenticationHandlerPropertySource extends AbstractConnectionFactoryManagerPropertySource<SimpleBindAuthenticationHandler>
Reads properties specific to SimpleBindAuthenticationHandler and returns an initialized object of that type.
  • Field Details

  • Constructor Details

    • SimpleBindAuthenticationHandlerPropertySource

      public SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler handler)
      Creates a new simple bind authentication handler property source using the default properties file.
      Parameters:
      handler - simple bind authentication handler to invoke properties on
    • SimpleBindAuthenticationHandlerPropertySource

      public SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler handler, String... paths)
      Creates a new simple bind authentication handler property source.
      Parameters:
      handler - simple bind authentication handler to invoke properties on
      paths - to read properties from
    • SimpleBindAuthenticationHandlerPropertySource

      public SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler handler, Reader... readers)
      Creates a new simple bind authentication handler property source.
      Parameters:
      handler - simple bind authentication handler to invoke properties on
      readers - to read properties from
    • SimpleBindAuthenticationHandlerPropertySource

      public SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler handler, Properties props)
      Creates a new simple bind authentication handler property source.
      Parameters:
      handler - simple bind authentication handler to invoke properties on
      props - to read properties from
    • SimpleBindAuthenticationHandlerPropertySource

      public SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler handler, PropertySource.PropertyDomain domain, Properties props)
      Creates a new simple bind authentication handler property source.
      Parameters:
      handler - simple bind authentication handler to invoke properties on
      domain - that properties are in
      props - to read properties from
  • Method Details