Class CompareAuthenticationHandlerPropertySource

    • Constructor Detail

      • 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