Searched defs:attributesToFetch (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDaoInterface.java75 Set<String> attributesToFetch);
79 Set<String> attributesToFetch, String filterOperand,
84 Set<String> attributesToFetch, String filterOperand,
116 Set<String> attributesToFetch, String filterOperand,
121 Set<String> attributesToFetch, String filterOperand,
125 String membershipIdAttributeName, Set<String> attributesToFetch);
73 getAttributes(String userID, String userIDAttributeName, Set<String> attributesToFetch) argument
77 search( String userIDAttributeName, int limit, String idPattern, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
82 search( String userIDAttributeName, int limit, QueryFilter<JsonPointer> queryFilter, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
114 searchForGroups( String membershipIdAttributeName, int limit, String idPattern, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
119 searchForGroups( String membershipIdAttributeName, int limit, QueryFilter<JsonPointer> queryFilter, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
124 getGroupAttributes(String groupName, String membershipIdAttributeName, Set<String> attributesToFetch) argument
H A DJdbcSimpleUserDao.java641 * @param attributesToFetch is the set of column names for the attributes
648 Set<String> attributesToFetch) {
655 + " attributesToFetch=" + attributesToFetch);
660 || attributesToFetch==null || attributesToFetch.isEmpty() ) {
666 + " and attributesToFetch=" + attributesToFetch);
678 positionMap.addAll(attributesToFetch);
679 //add attribute names from attributesToFetch t
646 getAttributes(String userID, String userIDAttributeName, Set<String> attributesToFetch) argument
786 search( String userIDAttributeName, int limit, String idPattern, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
1072 search( String userIDAttributeName, int limit, QueryFilter<JsonPointer> queryFilter, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
1112 searchForGroups( String membershipIdAttributeName, int limit, String idPattern, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
1121 searchForGroups( String membershipIdAttributeName, int limit, QueryFilter<JsonPointer> queryFilter, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
1129 getGroupAttributes(String groupName, String membershipIdAttributeName, Set<String> attributesToFetch) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDaoInterface.java75 Set<String> attributesToFetch);
79 Set<String> attributesToFetch, String filterOperand,
84 Set<String> attributesToFetch, String filterOperand,
116 Set<String> attributesToFetch, String filterOperand,
121 Set<String> attributesToFetch, String filterOperand,
125 String membershipIdAttributeName, Set<String> attributesToFetch);
73 getAttributes(String userID, String userIDAttributeName, Set<String> attributesToFetch) argument
77 search( String userIDAttributeName, int limit, String idPattern, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
82 search( String userIDAttributeName, int limit, QueryFilter<JsonPointer> queryFilter, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
114 searchForGroups( String membershipIdAttributeName, int limit, String idPattern, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
119 searchForGroups( String membershipIdAttributeName, int limit, QueryFilter<JsonPointer> queryFilter, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
124 getGroupAttributes(String groupName, String membershipIdAttributeName, Set<String> attributesToFetch) argument
H A DJdbcSimpleUserDao.java641 * @param attributesToFetch is the set of column names for the attributes
648 Set<String> attributesToFetch) {
655 + " attributesToFetch=" + attributesToFetch);
660 || attributesToFetch==null || attributesToFetch.isEmpty() ) {
666 + " and attributesToFetch=" + attributesToFetch);
678 positionMap.addAll(attributesToFetch);
679 //add attribute names from attributesToFetch t
646 getAttributes(String userID, String userIDAttributeName, Set<String> attributesToFetch) argument
786 search( String userIDAttributeName, int limit, String idPattern, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
1072 search( String userIDAttributeName, int limit, QueryFilter<JsonPointer> queryFilter, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
1112 searchForGroups( String membershipIdAttributeName, int limit, String idPattern, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
1121 searchForGroups( String membershipIdAttributeName, int limit, QueryFilter<JsonPointer> queryFilter, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
1129 getGroupAttributes(String groupName, String membershipIdAttributeName, Set<String> attributesToFetch) argument
[all...]

Completed in 34 milliseconds