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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java355 * @param returnAllAttrs
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.java355 * @param returnAllAttrs
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,
917 if (returnAllAttrs) {
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.java1114 * @param returnAllAttrs
1137 boolean returnAllAttrs, int filterOp, Map avPairs,
1318 * @param returnAllAttrs
1342 boolean returnAllAttrs, int filterOp, Map avPairs,
1361 returnAllAttrs, filterOp, avPairs, recursive);
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
/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.java597 boolean returnAllAttrs,
606 ctrl.setAllReturnAttributes(returnAllAttrs);
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,
917 if (returnAllAttrs) {
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.java1115 * @param returnAllAttrs
1138 boolean returnAllAttrs, int filterOp, Map avPairs,
1319 * @param returnAllAttrs
1343 boolean returnAllAttrs, int filterOp, Map avPairs,
1362 returnAllAttrs, filterOp, avPairs, recursive);
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
/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.java599 boolean returnAllAttrs,
608 ctrl.setAllReturnAttributes(returnAllAttrs);
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,
1140 if (returnAllAttrs || returnAttrs == null) {
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,
1142 if (returnAllAttrs || returnAttrs == null) {
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.java1105 * @param returnAllAttrs <code>true</code> if all user attribute should be returned.
1115 int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
1126 + " returnAllAttrs: " + returnAllAttrs
1150 if (returnAllAttrs || (returnAttrs != null && returnAttrs.contains("*"))) {
1153 returnAllAttrs = true;
1176 if (returnAllAttrs) {
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.java1115 * @param returnAllAttrs <code>true</code> if all user attribute should be returned.
1125 int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
1136 + " returnAllAttrs: " + returnAllAttrs
1160 if (returnAllAttrs || (returnAttrs != null && returnAttrs.contains("*"))) {
1164 returnAllAttrs = true;
1187 if (returnAllAttrs) {
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 128 milliseconds