Class PersistentSearchContainer

    • Constructor Detail

      • PersistentSearchContainer

        public PersistentSearchContainer​(LdapApiService codec)
        Creates a new PSearchControlContainer object. We will store one grammar, it's enough ...
        Parameters:
        codec - The LDAP service instance
      • PersistentSearchContainer

        public PersistentSearchContainer​(LdapApiService codec,
                                         PersistentSearch control)
        Creates a new PSearchControlContainer object pre-populated with a decorator wrapping the supplied control, or using the supplied control if it already is a decorator.
        Parameters:
        codec - The LDAP service instance
        control - The PersistentSearch Control or a decorating wrapper.