Searched refs:attributes (Results 326 - 350 of 1439) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargetAttr.java48 * Flags that is set if all user attributes pattern seen "*".
53 * Flags that is set if all operational attributes pattern seen "+".
60 private HashSet<AttributeType> attributes = new HashSet<AttributeType>(); field in class:TargetAttr
80 * @param attrString A string representing the attributes specified in
123 * to attribute types and adds them to either the user attributes HashSet or
124 * the operational attributes HashSet. Also, scan for the shorthand tokens
125 * "*" for all user attributes and "+" for all operational attributes.
161 attributes.add(attributeType);
177 * @return True if all attributes wa
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/
H A DLDAPADListPlugin.java61 * identifier to be specified in attributes lists, such as in Search requests,
62 * to request the return all attributes belonging to an object class as per the
79 * Filters the set of attributes provided in a search request or pre- / post-
81 * iterates through the requested attributes to see if any of them reference
87 * @param attributes
91 public static Set<String> normalizedObjectClasses(Set<String> attributes) argument
94 for (String attrName : attributes)
106 for (final String attrName : attributes)
143 attributes = newAttrs;
146 return attributes;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/
H A DLDAPADListPlugin.java59 * identifier to be specified in attributes lists, such as in Search requests,
60 * to request the return all attributes belonging to an object class as per the
74 * Filters the set of attributes provided in a search request or pre- / post-
76 * iterates through the requested attributes to see if any of them reference
82 * @param attributes
86 public static Set<String> normalizedObjectClasses(Set<String> attributes) argument
89 for (String attrName : attributes)
101 for (final String attrName : attributes)
138 attributes = newAttrs;
141 return attributes;
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/resourceTypes/
H A DEditResourceTypeView.js84 this.data.entity = _.cloneDeep(this.model.attributes);
148 nonModifiedAttributes = _.clone(this.model.attributes),
156 _.extend(this.model.attributes, this.data.entity);
159 _.extend(this.model.attributes, activeTabProperties);
177 _.extend(this.model.attributes, nonModifiedAttributes);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/resourceTypes/
H A DEditResourceTypeView.js90 this.data.entity = _.cloneDeep(this.model.attributes);
155 nonModifiedAttributes = _.clone(this.model.attributes),
163 _.extend(this.model.attributes, this.data.entity);
166 _.extend(this.model.attributes, activeTabProperties);
184 _.extend(this.model.attributes, nonModifiedAttributes);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DEntry.java60 * It includes a DN and a set of attributes.
89 // The set of operational attributes for this entry.
92 // The set of user attributes for this entry.
96 * The set of suppressed real attributes for this entry. It contains real
97 * attributes that have been overridden by virtual attributes.
128 * @param userAttributes The set of user attributes for
131 * attributes with that type.
132 * @param operationalAttributes The set of operational attributes
135 * list of attributes wit
3839 resolveCollectiveConflict( CollectiveConflictBehavior conflictBehavior, Attribute collectiveAttr, List<Attribute> attrList, Map<AttributeType, List<Attribute>> attributes, AttributeType attributeType) argument
3945 resolveVirtualConflict(VirtualAttributeRule rule, List<Attribute> attrList, Map<AttributeType, List<Attribute>> attributes, AttributeType attributeType) argument
4074 encodeAttributes(ByteStringBuilder buffer, Map<AttributeType,List<Attribute>> attributes, EntryEncodeConfig config) argument
4552 addLinesForAttributes(List<StringBuilder> ldifLines, Map<AttributeType, List<Attribute>> attributes) argument
4756 writeLDIFLines(Map<AttributeType, List<Attribute>> attributes, final boolean typesOnly, String attributeType, LDIFExportConfig exportConfig, BufferedWriter writer, int wrapColumn, boolean wrapLines) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DEntry.java60 * It includes a DN and a set of attributes.
89 // The set of operational attributes for this entry.
92 // The set of user attributes for this entry.
96 * The set of suppressed real attributes for this entry. It contains real
97 * attributes that have been overridden by virtual attributes.
128 * @param userAttributes The set of user attributes for
131 * attributes with that type.
132 * @param operationalAttributes The set of operational attributes
135 * list of attributes wit
3839 resolveCollectiveConflict( CollectiveConflictBehavior conflictBehavior, Attribute collectiveAttr, List<Attribute> attrList, Map<AttributeType, List<Attribute>> attributes, AttributeType attributeType) argument
3945 resolveVirtualConflict(VirtualAttributeRule rule, List<Attribute> attrList, Map<AttributeType, List<Attribute>> attributes, AttributeType attributeType) argument
4074 encodeAttributes(ByteStringBuilder buffer, Map<AttributeType,List<Attribute>> attributes, EntryEncodeConfig config) argument
4552 addLinesForAttributes(List<StringBuilder> ldifLines, Map<AttributeType, List<Attribute>> attributes) argument
4756 writeLDIFLines(Map<AttributeType, List<Attribute>> attributes, final boolean typesOnly, String attributeType, LDIFExportConfig exportConfig, BufferedWriter writer, int wrapColumn, boolean wrapLines) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DExportLDIF.java365 public void addTaskAttributes(List<RawAttribute> attributes) argument
367 // Required attributes
368 attributes.add(new LDAPAttribute(ATTR_TASK_EXPORT_LDIF_FILE, ldifFile.getValue()));
369 attributes.add(new LDAPAttribute(ATTR_TASK_EXPORT_BACKEND_ID, backendID.getValue()));
371 // Optional attributes
372 addAttribute(attributes, ATTR_TASK_EXPORT_APPEND_TO_LDIF, appendToLDIF);
373 addAttribute(attributes, ATTR_TASK_EXPORT_COMPRESS_LDIF, compressLDIF);
374 addAttribute(attributes, ATTR_TASK_EXPORT_ENCRYPT_LDIF, encryptLDIF);
375 addAttribute(attributes, ATTR_TASK_EXPORT_SIGN_HASH, signHash);
376 addAttribute(attributes, ATTR_TASK_EXPORT_INCLUDE_ATTRIBUT
391 addAttribute(List<RawAttribute> attributes, String attrName, Argument arg) argument
399 addAttribute(List<RawAttribute> attributes, String attrName, List<String> attrValues) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntry.java60 * It includes a DN and a set of attributes.
89 // The set of operational attributes for this entry.
92 // The set of user attributes for this entry.
96 * The set of suppressed real attributes for this entry. It contains real
97 * attributes that have been overridden by virtual attributes.
128 * @param userAttributes The set of user attributes for
131 * attributes with that type.
132 * @param operationalAttributes The set of operational attributes
135 * list of attributes wit
3745 resolveCollectiveConflict( CollectiveConflictBehavior conflictBehavior, Attribute collectiveAttr, List<Attribute> attrList, Map<AttributeType, List<Attribute>> attributes, AttributeType attributeType) argument
3851 resolveVirtualConflict(VirtualAttributeRule rule, List<Attribute> attrList, Map<AttributeType, List<Attribute>> attributes, AttributeType attributeType) argument
3980 encodeAttributes(ByteStringBuilder buffer, Map<AttributeType,List<Attribute>> attributes, EntryEncodeConfig config) argument
4458 addLinesForAttributes(List<StringBuilder> ldifLines, Map<AttributeType, List<Attribute>> attributes) argument
4662 writeLDIFLines(Map<AttributeType, List<Attribute>> attributes, final boolean typesOnly, String attributeType, LDIFExportConfig exportConfig, BufferedWriter writer, int wrapColumn, boolean wrapLines) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchProtocolOp.java57 LinkedHashSet<String> attributes = field in class:TestSearchProtocolOp
80 attributes);
122 // Check that the attributes are in the correct order (comparing the sets
158 for(String attribute : attributes)
185 // Check that the attributes are in the correct order (comparing the sets
187 assertTrue(Arrays.equals(attributes.toArray(),
205 for(String attribute : attributes)
232 for(String attribute : attributes)
259 for(String attribute : attributes)
286 for(String attribute : attributes)
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchProtocolOp.java56 LinkedHashSet<String> attributes = field in class:TestSearchProtocolOp
79 attributes);
121 // Check that the attributes are in the correct order (comparing the sets
157 for(String attribute : attributes)
184 // Check that the attributes are in the correct order (comparing the sets
186 assertTrue(Arrays.equals(attributes.toArray(),
204 for(String attribute : attributes)
231 for(String attribute : attributes)
258 for(String attribute : attributes)
285 for(String attribute : attributes)
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchProtocolOp.java57 LinkedHashSet<String> attributes = field in class:TestSearchProtocolOp
80 attributes);
122 // Check that the attributes are in the correct order (comparing the sets
158 for(String attribute : attributes)
185 // Check that the attributes are in the correct order (comparing the sets
187 assertTrue(Arrays.equals(attributes.toArray(),
205 for(String attribute : attributes)
232 for(String attribute : attributes)
259 for(String attribute : attributes)
286 for(String attribute : attributes)
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchProtocolOp.java56 LinkedHashSet<String> attributes = field in class:TestSearchProtocolOp
79 attributes);
121 // Check that the attributes are in the correct order (comparing the sets
157 for(String attribute : attributes)
184 // Check that the attributes are in the correct order (comparing the sets
186 assertTrue(Arrays.equals(attributes.toArray(),
204 for(String attribute : attributes)
231 for(String attribute : attributes)
258 for(String attribute : attributes)
285 for(String attribute : attributes)
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/ldap/
H A DTestSearchProtocolOp.java57 LinkedHashSet<String> attributes = field in class:TestSearchProtocolOp
80 attributes);
122 // Check that the attributes are in the correct order (comparing the sets
158 for(String attribute : attributes)
185 // Check that the attributes are in the correct order (comparing the sets
187 assertTrue(Arrays.equals(attributes.toArray(),
205 for(String attribute : attributes)
232 for(String attribute : attributes)
259 for(String attribute : attributes)
286 for(String attribute : attributes)
[all...]
/forgerock/openidm-v4/openidm-external-rest/src/main/java/org/forgerock/openidm/external/rest/
H A DRestService.java325 private void setAttributes(Request request, Map<String, Object> attributes, Map<String, Object> headers) { argument
328 Series<Header> extraHeaders = (Series<Header>) attributes.get("org.restlet.http.headers");
331 attributes.put("org.restlet.http.headers", extraHeaders);
349 // attributes.put("request.clientInfo.acceptedMediaTypes",
363 // attributes.put("request.clientInfo.acceptedCharacterSets",
377 // attributes.put("request.clientInfo.acceptedEncodings",
391 // attributes.put("request.clientInfo.acceptedLanguages",
394 attributes.put("response.serverInfo.acceptRanges", Boolean.parseBoolean(headerValue));
396 attributes.put("response.age", Integer.parseInt(headerValue));
398 attributes
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java196 Attributes attributes = new BasicAttributes();
204 attributes.put(oc);
208 attributes.put(rdn.getType(), rdn.getValue().toString());
212 driver.getLDAPConnection().createEntry(dn, attributes);
231 Attributes attributes = new BasicAttributes(true);
240 attributes.put(oc);
246 attributes.put(rdn.getType(), rdn.getValue().toString());
249 // Create the remaining attributes.
255 attributes.put(attribute);
261 driver.getLDAPConnection().createEntry(dn, attributes);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java197 Attributes attributes = new BasicAttributes();
205 attributes.put(oc);
209 attributes.put(rdn.getType(), rdn.getValue().toString());
213 driver.getLDAPConnection().createEntry(dn, attributes);
232 Attributes attributes = new BasicAttributes(true);
241 attributes.put(oc);
247 attributes.put(rdn.getType(), rdn.getValue().toString());
250 // Create the remaining attributes.
256 attributes.put(attribute);
262 driver.getLDAPConnection().createEntry(dn, attributes);
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java63 * Basically it retrieves all the attributes and values on the SearchResult and
71 private Map<String, List<Object>> attributes; field in class:CustomSearchResult
85 attributes = new HashMap<String, List<Object>>();
133 attributes = new HashMap<String, List<Object>>();
154 attributes.put(attrName.toLowerCase(), values);
182 List<Object> values = attributes.get(name.toLowerCase());
220 sr.attributes = new HashMap<String, List<Object>>(attributes);
284 attributes.put(attrName, values);
291 return "dn: "+dn+"\nattributes: "+attributes;
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java64 * Basically it retrieves all the attributes and values on the SearchResult and
72 private Map<String, List<Object>> attributes; field in class:CustomSearchResult
86 attributes = new HashMap<String, List<Object>>();
134 attributes = new HashMap<String, List<Object>>();
155 attributes.put(attrName.toLowerCase(), values);
183 List<Object> values = attributes.get(name.toLowerCase());
221 sr.attributes = new HashMap<String, List<Object>>(attributes);
285 attributes.put(attrName, values);
292 return "dn: "+dn+"\nattributes: "+attributes;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java197 Attributes attributes = new BasicAttributes();
205 attributes.put(oc);
209 attributes.put(rdn.getType(), rdn.getValue().toString());
213 driver.getLDAPConnection().createEntry(dn, attributes);
232 Attributes attributes = new BasicAttributes(true);
241 attributes.put(oc);
247 attributes.put(rdn.getType(), rdn.getValue().toString());
250 // Create the remaining attributes.
256 attributes.put(attribute);
262 driver.getLDAPConnection().createEntry(dn, attributes);
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java64 * Basically it retrieves all the attributes and values on the SearchResult and
72 private Map<String, List<Object>> attributes; field in class:CustomSearchResult
86 attributes = new HashMap<String, List<Object>>();
134 attributes = new HashMap<String, List<Object>>();
155 attributes.put(attrName.toLowerCase(), values);
183 List<Object> values = attributes.get(name.toLowerCase());
221 sr.attributes = new HashMap<String, List<Object>>(attributes);
285 attributes.put(attrName, values);
292 return "dn: "+dn+"\nattributes: "+attributes;
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java63 * Basically it retrieves all the attributes and values on the SearchResult and
71 private Map<String, List<Object>> attributes; field in class:CustomSearchResult
85 attributes = new HashMap<String, List<Object>>();
133 attributes = new HashMap<String, List<Object>>();
154 attributes.put(attrName.toLowerCase(), values);
182 List<Object> values = attributes.get(name.toLowerCase());
220 sr.attributes = new HashMap<String, List<Object>>(attributes);
284 attributes.put(attrName, values);
291 return "dn: "+dn+"\nattributes: "+attributes;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java196 Attributes attributes = new BasicAttributes();
204 attributes.put(oc);
208 attributes.put(rdn.getType(), rdn.getValue().toString());
212 driver.getLDAPConnection().createEntry(dn, attributes);
231 Attributes attributes = new BasicAttributes(true);
240 attributes.put(oc);
246 attributes.put(rdn.getType(), rdn.getValue().toString());
249 // Create the remaining attributes.
255 attributes.put(attribute);
261 driver.getLDAPConnection().createEntry(dn, attributes);
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java64 * Basically it retrieves all the attributes and values on the SearchResult and
72 private Map<String, List<Object>> attributes; field in class:CustomSearchResult
86 attributes = new HashMap<String, List<Object>>();
134 attributes = new HashMap<String, List<Object>>();
155 attributes.put(attrName.toLowerCase(), values);
183 List<Object> values = attributes.get(name.toLowerCase());
221 sr.attributes = new HashMap<String, List<Object>>(attributes);
285 attributes.put(attrName, values);
292 return "dn: "+dn+"\nattributes: "+attributes;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java197 Attributes attributes = new BasicAttributes();
205 attributes.put(oc);
209 attributes.put(rdn.getType(), rdn.getValue().toString());
213 driver.getLDAPConnection().createEntry(dn, attributes);
232 Attributes attributes = new BasicAttributes(true);
241 attributes.put(oc);
247 attributes.put(rdn.getType(), rdn.getValue().toString());
250 // Create the remaining attributes.
256 attributes.put(attribute);
262 driver.getLDAPConnection().createEntry(dn, attributes);
[all...]

Completed in 95 milliseconds

<<11121314151617181920>>