Searched defs:sortAttribute (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/ |
H A D | SMSLdapObject.java | 943 boolean sortResults, boolean ascendingOrder, String sortAttribute, String... attributes) { 951 SortKey sortKey = new SortKey(sortAttribute, !ascendingOrder); 942 getSearchRequest(String dn, String filter, SearchScope scope, int numOfEntries, int timeLimit, boolean sortResults, boolean ascendingOrder, String sortAttribute, String... attributes) argument
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/ |
H A D | SMSLdapObject.java | 945 boolean sortResults, boolean ascendingOrder, String sortAttribute, String... attributes) { 953 SortKey sortKey = new SortKey(sortAttribute, !ascendingOrder); 944 getSearchRequest(String dn, String filter, SearchScope scope, int numOfEntries, int timeLimit, boolean sortResults, boolean ascendingOrder, String sortAttribute, String... attributes) argument
|
Completed in 52 milliseconds