Class AuthenticationRequestPropertySource

java.lang.Object
org.ldaptive.props.AbstractPropertySource<AuthenticationRequest>
org.ldaptive.props.AuthenticationRequestPropertySource
All Implemented Interfaces:
PropertySource<AuthenticationRequest>

public final class AuthenticationRequestPropertySource extends AbstractPropertySource<AuthenticationRequest>
Reads properties specific to AuthenticationRequest and returns an initialized object of that type.
  • Field Details

  • Constructor Details

    • AuthenticationRequestPropertySource

      public AuthenticationRequestPropertySource(AuthenticationRequest request)
      Creates a new authentication request property source using the default properties file.
      Parameters:
      request - authentication request to set properties on
    • AuthenticationRequestPropertySource

      public AuthenticationRequestPropertySource(AuthenticationRequest request, String... paths)
      Creates a new authentication request property source.
      Parameters:
      request - authentication request to set properties on
      paths - to read properties from
    • AuthenticationRequestPropertySource

      public AuthenticationRequestPropertySource(AuthenticationRequest request, Reader... readers)
      Creates a new authentication request property source.
      Parameters:
      request - authentication request to set properties on
      readers - to read properties from
    • AuthenticationRequestPropertySource

      public AuthenticationRequestPropertySource(AuthenticationRequest request, Properties props)
      Creates a new authentication request property source.
      Parameters:
      request - authentication request to set properties on
      props - to read properties from
    • AuthenticationRequestPropertySource

      public AuthenticationRequestPropertySource(AuthenticationRequest request, PropertySource.PropertyDomain domain, Properties props)
      Creates a new authentication request property source.
      Parameters:
      request - authentication request to set properties on
      domain - that properties are in
      props - to read properties from
  • Method Details

    • initialize

      public void initialize()
      Description copied from interface: PropertySource
      Initializes the object for this property source.
    • getProperties

      public static Set<String> getProperties()
      Returns the property names for this property source.
      Returns:
      all property names