Class AbstractLdapSearchProperties

    • Field Detail

      • searchFilter

        @RequiredProperty
        protected java.lang.String searchFilter
        User filter to use for searching. Syntax is cn={user} or cn={0}.

        You may also provide an external groovy script in the syntax of file:/path/to/GroovyScript.groovy to fully build the final filter template dynamically.

    • Constructor Detail

      • AbstractLdapSearchProperties

        public AbstractLdapSearchProperties()