Class SimpleBindAuthenticationHandlerPropertySource

    • Constructor Detail

      • 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