Class CompareAuthenticationHandlerPropertySource

All Implemented Interfaces:
PropertySource<CompareAuthenticationHandler>

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

  • Constructor Details

    • CompareAuthenticationHandlerPropertySource

      public CompareAuthenticationHandlerPropertySource(CompareAuthenticationHandler handler)
      Creates a new compare authentication handler property source using the default properties file.
      Parameters:
      handler - compare authentication handler to invoke properties on
    • CompareAuthenticationHandlerPropertySource

      public CompareAuthenticationHandlerPropertySource(CompareAuthenticationHandler handler, String... paths)
      Creates a new compare authentication handler property source.
      Parameters:
      handler - compare authentication handler to invoke properties on
      paths - to read properties from
    • CompareAuthenticationHandlerPropertySource

      public CompareAuthenticationHandlerPropertySource(CompareAuthenticationHandler handler, Reader... readers)
      Creates a new compare authentication handler property source.
      Parameters:
      handler - compare authentication handler to invoke properties on
      readers - to read properties from
    • CompareAuthenticationHandlerPropertySource

      public CompareAuthenticationHandlerPropertySource(CompareAuthenticationHandler handler, Properties props)
      Creates a new compare authentication handler property source.
      Parameters:
      handler - compare authentication handler to invoke properties on
      props - to read properties from
    • CompareAuthenticationHandlerPropertySource

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