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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java353 * @param returnAttrs
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.java353 * @param returnAttrs
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,
781 maxTime, returnAttrs);
795 int maxTime, Set returnAttrs) throws IdRepoException, SSOException {
815 if (returnAttrs == null || returnAttrs.isEmpty()) {
818 ctrl.setReturnAttributes(returnAttrs);
899 String pattern, int maxTime, int maxResults, Set returnAttrs,
920 if (returnAttrs != null && !returnAttrs.isEmpty()) {
921 ctrl.setReturnAttributes(returnAttrs);
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
793 search(SSOToken token, IdType type, String pattern, Map avPairs, boolean recursive, int maxResults, int maxTime, Set returnAttrs) argument
898 search(SSOToken token, IdType type, String pattern, 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/database/
H A DDatabaseRepo.java1109 * @param returnAttrs
1116 * that matches search. This overrides the setting of returnAttrs, so if
1118 * no matter what the value of returnAttrs parameter.
1136 String pattern, int maxTime, int maxResults, Set returnAttrs,
1149 + " maxResults=" + maxResults + " returnAttrs=" + returnAttrs
1171 if (returnAttrs == null) {
1181 } else if(returnAttrs.isEmpty()) {
1190 attributesToFetch = returnAttrs;
1272 if(returnAttrs!
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.java580 Set returnAttrs,
586 returnAttrs, (returnAttrs == null), 0, avPairs, recursive,
596 Set returnAttrs,
608 ctrl.setReturnAttributes(returnAttrs);
572 search1_idrepo( String token, String type, String pattern, Map avPairs, boolean recursive, int maxResults, int maxTime, Set returnAttrs, String amOrgName ) argument
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,
781 maxTime, returnAttrs);
795 int maxTime, Set returnAttrs) throws IdRepoException, SSOException {
815 if (returnAttrs == null || returnAttrs.isEmpty()) {
818 ctrl.setReturnAttributes(returnAttrs);
899 String pattern, int maxTime, int maxResults, Set returnAttrs,
920 if (returnAttrs != null && !returnAttrs.isEmpty()) {
921 ctrl.setReturnAttributes(returnAttrs);
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
793 search(SSOToken token, IdType type, String pattern, Map avPairs, boolean recursive, int maxResults, int maxTime, Set returnAttrs) argument
898 search(SSOToken token, IdType type, String pattern, 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/database/
H A DDatabaseRepo.java1110 * @param returnAttrs
1117 * that matches search. This overrides the setting of returnAttrs, so if
1119 * no matter what the value of returnAttrs parameter.
1137 String pattern, int maxTime, int maxResults, Set returnAttrs,
1150 + " maxResults=" + maxResults + " returnAttrs=" + returnAttrs
1172 if (returnAttrs == null) {
1182 } else if(returnAttrs.isEmpty()) {
1191 attributesToFetch = returnAttrs;
1273 if(returnAttrs!
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.java582 Set returnAttrs,
588 returnAttrs, (returnAttrs == null), 0, avPairs, recursive,
598 Set returnAttrs,
610 ctrl.setReturnAttributes(returnAttrs);
574 search1_idrepo( String token, String type, String pattern, Map avPairs, boolean recursive, int maxResults, int maxTime, Set returnAttrs, String amOrgName ) argument
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.java281 Set returnAttrs, String amOrgName) throws RemoteException,
285 int maxTime, int maxResults, Set returnAttrs,
279 search1_idrepo(String token, String type, String pattern, Map avPairs, boolean recursive, int maxResults, int maxTime, Set returnAttrs, String amOrgName) argument
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.java604 Set returnAttrs = new HashSet();
605 returnAttrs.add(roleMembershipAttribute);
607 returnAttrs, false, IdRepo.OR_MOD, null, false);
663 Set returnAttrs = new HashSet();
664 returnAttrs.add(roleMembershipAttribute);
665 Map attrs = getAttributes(token, type, name, returnAttrs);
674 Set returnAttrs = new HashSet();
675 returnAttrs.add(groupMembersAttribute);
677 0, returnAttrs, false, IdRepo.OR_MOD, null, false);
945 Set returnAttrs
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
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerIF.java281 Set returnAttrs, String amOrgName) throws RemoteException,
285 int maxTime, int maxResults, Set returnAttrs,
279 search1_idrepo(String token, String type, String pattern, Map avPairs, boolean recursive, int maxResults, int maxTime, Set returnAttrs, String amOrgName) argument
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.java606 Set returnAttrs = new HashSet();
607 returnAttrs.add(roleMembershipAttribute);
609 returnAttrs, false, IdRepo.OR_MOD, null, false);
665 Set returnAttrs = new HashSet();
666 returnAttrs.add(roleMembershipAttribute);
667 Map attrs = getAttributes(token, type, name, returnAttrs);
676 Set returnAttrs = new HashSet();
677 returnAttrs.add(groupMembersAttribute);
679 0, returnAttrs, false, IdRepo.OR_MOD, null, false);
947 Set returnAttrs
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
[all...]
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java1104 * @param returnAttrs The attributes that should be returned from the "search hits".
1115 int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
1125 + " returnAttrs: " + returnAttrs
1150 if (returnAllAttrs || (returnAttrs != null && returnAttrs.contains("*"))) {
1154 } else if (returnAttrs != null && !returnAttrs.isEmpty()) {
1155 returnAttrs.add(searchAttr);
1156 attrs = returnAttrs
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
[all...]
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java1114 * @param returnAttrs The attributes that should be returned from the "search hits".
1125 int maxResults, Set<String> returnAttrs, boolean returnAllAttrs, int filterOp,
1135 + " returnAttrs: " + returnAttrs
1160 if (returnAllAttrs || (returnAttrs != null && returnAttrs.contains("*"))) {
1165 } else if (returnAttrs != null && !returnAttrs.isEmpty()) {
1166 returnAttrs.add(searchAttr);
1167 attrs = returnAttrs
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
[all...]

Completed in 78 milliseconds