Uses of Class
edu.internet2.middleware.ldappc.util.LdapSearchFilter.OnNotFound

Packages that use LdapSearchFilter.OnNotFound
edu.internet2.middleware.ldappc.util   
 

Uses of LdapSearchFilter.OnNotFound in edu.internet2.middleware.ldappc.util
 

Methods in edu.internet2.middleware.ldappc.util that return LdapSearchFilter.OnNotFound
 LdapSearchFilter.OnNotFound LdapSearchFilter.getOnNotFound()
          Get desired behavior when a subject is not found.
static LdapSearchFilter.OnNotFound LdapSearchFilter.OnNotFound.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LdapSearchFilter.OnNotFound[] LdapSearchFilter.OnNotFound.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.internet2.middleware.ldappc.util with parameters of type LdapSearchFilter.OnNotFound
 void LdapSearchFilter.setOnNotFound(LdapSearchFilter.OnNotFound onNotFound)
           
 

Constructors in edu.internet2.middleware.ldappc.util with parameters of type LdapSearchFilter.OnNotFound
LdapSearchFilter(String base, int scope, String filter, LdapSearchFilter.OnNotFound onNotFound, boolean multipleResults)
          Construct a LdapSearchFilter with the given parameters.
 



Copyright © 2012 Internet2. All Rights Reserved.