Searched defs:getAllAttrs (Results 1 - 8 of 8) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java726 for (AttributeType attrType : getAllAttrs(container.getResourceEntry()))
773 for (AttributeType attrType : getAllAttrs(filteredEntry))
1118 private List<AttributeType> getAllAttrs(Entry e) method in class:AciHandler
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java781 getAllAttrs(container.getResourceEntry());
835 List<AttributeType> typeList = getAllAttrs(filteredEntry);
1187 private List<AttributeType> getAllAttrs(Entry e) method in class:AciHandler
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java781 getAllAttrs(container.getResourceEntry());
835 List<AttributeType> typeList = getAllAttrs(filteredEntry);
1187 private List<AttributeType> getAllAttrs(Entry e) method in class:AciHandler
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java726 for (AttributeType attrType : getAllAttrs(container.getResourceEntry()))
773 for (AttributeType attrType : getAllAttrs(filteredEntry))
1118 private List<AttributeType> getAllAttrs(Entry e) method in class:AciHandler
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciHandler.java781 getAllAttrs(container.getResourceEntry());
835 List<AttributeType> typeList = getAllAttrs(filteredEntry);
1187 private List<AttributeType> getAllAttrs(Entry e) method in class:AciHandler
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciHandler.java600 for (AttributeType attrType : getAllAttrs(container.getResourceEntry()))
647 for (AttributeType attrType : getAllAttrs(filteredEntry))
971 private List<AttributeType> getAllAttrs(Entry e) method in class:AciHandler
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java1997 boolean getAllAttrs) throws UMSException {
2049 if (getAllAttrs) {
1995 getSearchResults(SearchResults results, SortKey skey, String[] attrNames, Collator collator, boolean getAllAttrs) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java1997 boolean getAllAttrs) throws UMSException {
2049 if (getAllAttrs) {
1995 getSearchResults(SearchResults results, SortKey skey, String[] attrNames, Collator collator, boolean getAllAttrs) argument

Completed in 118 milliseconds