Searched defs:returnAllAttributes (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentityRepository.java255 * @param returnAllAttributes
265 Set returnAttributes, boolean returnAllAttributes)
274 crtl.setAllReturnAttributes(returnAllAttributes);
263 searchIdentities(IdType type, String pattern, Map avPairs, boolean recursive, int maxResults, int maxTime, Set returnAttributes, boolean returnAllAttributes) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentityRepository.java256 * @param returnAllAttributes
266 Set returnAttributes, boolean returnAllAttributes)
275 crtl.setAllReturnAttributes(returnAllAttributes);
264 searchIdentities(IdType type, String pattern, Map avPairs, boolean recursive, int maxResults, int maxTime, Set returnAttributes, boolean returnAllAttributes) argument

Completed in 34 milliseconds