Method | Description | |
---|---|---|
FindStudent ( string studentId ) : |
||
FindUser ( string searchTerm ) : |
Returns the single user that matches the search term -- either loginID or email
|
|
GetSearchResponse ( string searchFilter, string searchBase ) : System.DirectoryServices.Protocols.SearchResponse | ||
GetUsersFromResponse ( System.DirectoryServices.Protocols.SearchResponse sResponse ) : List |
||
LDAPFindStudent ( string studentId ) : |
Builds a ldap search for student PIDM and then gets out the first returned user
|
|
LDAPFindUser ( string searchTerm ) : |
Builds the ldap search filter and then gets out the first returned user
|
|
LDAPSearchUsers ( string employeeID, string firstName, string lastName, string loginID, string email, bool useAnd = true ) : List |
||
SearchUsers ( string searchTerm ) : List |
||
SearchUsers ( string employeeID, string firstName, string lastName, string loginID, string email ) : List |
Prepare the
|
public static FindStudent ( string studentId ) : |
||
studentId | string | |
return |
public FindUser ( string searchTerm ) : |
||
searchTerm | string | |
return |
public static GetSearchResponse ( string searchFilter, string searchBase ) : System.DirectoryServices.Protocols.SearchResponse | ||
searchFilter | string | |
searchBase | string | |
return | System.DirectoryServices.Protocols.SearchResponse |
public static GetUsersFromResponse ( System.DirectoryServices.Protocols.SearchResponse sResponse ) : List |
||
sResponse | System.DirectoryServices.Protocols.SearchResponse | |
return | List |
public static LDAPFindStudent ( string studentId ) : |
||
studentId | string | |
return |
public static LDAPFindUser ( string searchTerm ) : |
||
searchTerm | string | |
return |
public static LDAPSearchUsers ( string employeeID, string firstName, string lastName, string loginID, string email, bool useAnd = true ) : List |
||
employeeID | string | |
firstName | string | |
lastName | string | |
loginID | string | |
string | ||
useAnd | bool | |
return | List |
public SearchUsers ( string searchTerm ) : List |
||
searchTerm | string | |
return | List |
public static SearchUsers ( string employeeID, string firstName, string lastName, string loginID, string email ) : List |
||
employeeID | string | |
firstName | string | |
lastName | string | |
loginID | string | |
string | ||
return | List |