Searched defs:filterOp (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java357 * @param filterOp
367 Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
365 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp, Map<String, Set<String>> avPairs, boolean recursive) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java357 * @param filterOp
367 Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
365 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp, Map<String, Set<String>> avPairs, boolean recursive) argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java775 Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
900 boolean returnAllAttrs, int filterOp, Map avPairs,
951 String avFilter = constructFilter(filterOp, avPairs);
978 String avFilter = constructFilter(filterOp, avPairs);
773 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp, Map<String, Set<String>> avPairs, boolean recursive) argument
898 search(SSOToken token, IdType type, String pattern, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java1119 * @param filterOp
1137 boolean returnAllAttrs, int filterOp, Map avPairs,
1150 + " filter= " + filterOp + " avPairs= " + avPairs
1194 if (filterOp == IdRepo.OR_MOD) {
1196 } else if (filterOp == IdRepo.AND_MOD) {
1323 * @param filterOp
1342 boolean returnAllAttrs, int filterOp, Map avPairs,
1355 + " filter= " + filterOp + " avPairs= " + avPairs
1361 returnAllAttrs, filterOp, avPairs, recursive);
1405 if (filterOp
1135 search(SSOToken token, IdType type, String pattern, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive) argument
1340 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java546 int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
545 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp, Map<String, Set<String>> avPairs, boolean recursive) argument
H A DAgentsRepo.java916 int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
915 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp, Map<String, Set<String>> avPairs, boolean recursive) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java598 int filterOp,
610 IdSearchOpModifier modifier = (filterOp == IdRepo.OR_MOD) ?
590 search2_idrepo( String token, String type, String pattern, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive, String amOrgName ) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java775 Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
900 boolean returnAllAttrs, int filterOp, Map avPairs,
951 String avFilter = constructFilter(filterOp, avPairs);
978 String avFilter = constructFilter(filterOp, avPairs);
773 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp, Map<String, Set<String>> avPairs, boolean recursive) argument
898 search(SSOToken token, IdType type, String pattern, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java1120 * @param filterOp
1138 boolean returnAllAttrs, int filterOp, Map avPairs,
1151 + " filter= " + filterOp + " avPairs= " + avPairs
1195 if (filterOp == IdRepo.OR_MOD) {
1197 } else if (filterOp == IdRepo.AND_MOD) {
1324 * @param filterOp
1343 boolean returnAllAttrs, int filterOp, Map avPairs,
1356 + " filter= " + filterOp + " avPairs= " + avPairs
1362 returnAllAttrs, filterOp, avPairs, recursive);
1406 if (filterOp
1136 search(SSOToken token, IdType type, String pattern, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive) argument
1341 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java546 int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
545 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp, Map<String, Set<String>> avPairs, boolean recursive) argument
H A DAgentsRepo.java933 int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
932 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp, Map<String, Set<String>> avPairs, boolean recursive) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java600 int filterOp,
612 IdSearchOpModifier modifier = (filterOp == IdRepo.OR_MOD) ?
592 search2_idrepo( String token, String type, String pattern, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive, String amOrgName ) argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerIF.java286 boolean returnAllAttrs, int filterOp, Map avPairs,
284 search2_idrepo(String token, String type, String pattern, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive, String amOrgName) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java1046 int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp,
1051 returnAllAttrs, filterOp, avPairs, recursive);
1065 boolean returnAllAttrs, int filterOp, Map avPairs,
1075 " filter= " + filterOp + " matchAttrs= " + avPairs);
1094 boolean addResult = (filterOp == IdRepo.AND_MOD);
1105 if (filterOp == IdRepo.OR_MOD) {
1109 } else if (filterOp == IdRepo.AND_MOD) {
1118 if (filterOp == IdRepo.OR_MOD) {
1122 } else if (filterOp == IdRepo.AND_MOD) {
1045 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive) argument
1063 search(SSOToken token, IdType type, String pattern, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerIF.java286 boolean returnAllAttrs, int filterOp, Map avPairs,
284 search2_idrepo(String token, String type, String pattern, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive, String amOrgName) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java1048 int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp,
1053 returnAllAttrs, filterOp, avPairs, recursive);
1067 boolean returnAllAttrs, int filterOp, Map avPairs,
1077 " filter= " + filterOp + " matchAttrs= " + avPairs);
1096 boolean addResult = (filterOp == IdRepo.AND_MOD);
1107 if (filterOp == IdRepo.OR_MOD) {
1111 } else if (filterOp == IdRepo.AND_MOD) {
1120 if (filterOp == IdRepo.OR_MOD) {
1124 } else if (filterOp == IdRepo.AND_MOD) {
1047 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive) argument
1065 search(SSOToken token, IdType type, String pattern, int maxTime, int maxResults, Set returnAttrs, boolean returnAllAttrs, int filterOp, Map avPairs, boolean recursive) argument
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java1106 * @param filterOp When avPairs is provided, this logical operation will be used between them. Use
1115 int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
1127 + " filterOp: " + filterOp
1146 Filter tempFilter = constructFilter(filterOp, avPairs);
1114 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp, Map<String, Set<String>> avPairs, boolean recursive) argument
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java1116 * @param filterOp When avPairs is provided, this logical operation will be used between them. Use
1125 int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
1137 + " filterOp: " + filterOp
1156 Filter tempFilter = constructFilter(filterOp, avPairs);
1124 search(SSOToken token, IdType type, CrestQuery crestQuery, int maxTime, int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp, Map<String, Set<String>> avPairs, boolean recursive) argument

Completed in 97 milliseconds