Class AuthenticatorPropertySource

    • Constructor Detail

      • AuthenticatorPropertySource

        public AuthenticatorPropertySource​(Authenticator a)
        Creates a new authenticator property source using the default properties file.
        Parameters:
        a - authenticator to set properties on
      • AuthenticatorPropertySource

        public AuthenticatorPropertySource​(Authenticator a,
                                           java.lang.String... paths)
        Creates a new authenticator property source.
        Parameters:
        a - authenticator to set properties on
        paths - to read properties from
      • AuthenticatorPropertySource

        public AuthenticatorPropertySource​(Authenticator a,
                                           java.io.Reader... readers)
        Creates a new authenticator property source.
        Parameters:
        a - authenticator to set properties on
        readers - to read properties from
      • AuthenticatorPropertySource

        public AuthenticatorPropertySource​(Authenticator a,
                                           java.util.Properties props)
        Creates a new authenticator property source.
        Parameters:
        a - authenticator to set properties on
        props - to read properties from
      • AuthenticatorPropertySource

        public AuthenticatorPropertySource​(Authenticator a,
                                           PropertySource.PropertyDomain domain,
                                           java.util.Properties props)
        Creates a new authenticator property source.
        Parameters:
        a - authenticator to set properties on
        domain - that properties are in
        props - to read properties from
    • Method Detail

      • initialize

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

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