Searched refs:attributes (Results 501 - 525 of 1439) sorted by relevance

<<21222324252627282930>>

/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DExternalChangeLogTest.java287 // Test that ECL Operational, virtual attributes are not visible
324 // Test that ECL Operational, virtual attributes are not visible
377 // TODO:ECL Test the attributes list and values returned in ECL entries
807 LinkedHashSet<String> attributes = new LinkedHashSet<String>();
808 attributes.add("+");
809 attributes.add("*");
821 attributes,
841 // Test entry attributes
863 attributes,
985 LinkedHashSet<String> attributes
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DTestSearchProtocolOp.java59 private LinkedHashSet<String> attributes = new LinkedHashSet<>( field in class:TestSearchProtocolOp
77 attributes);
117 // Check that the attributes are in the correct order (comparing the sets
153 for(String attribute : attributes)
178 // Check that the attributes are in the correct order (comparing the sets
180 assertTrue(Arrays.equals(attributes.toArray(),
198 for(String attribute : attributes)
225 for(String attribute : attributes)
252 for(String attribute : attributes)
279 for(String attribute : attributes)
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java67 // The set of attributes for this search entry.
68 private LinkedList<LDAPAttribute> attributes; field in class:SearchResultEntryProtocolOp
83 * and no attributes.
96 * and set of attributes.
99 * @param attributes The set of attributes for this search result entry.
102 LinkedList<LDAPAttribute> attributes)
104 this(dn, attributes, null, 3);
141 LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry,
145 this.attributes
101 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes) argument
140 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry, int ldapVersion) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java286 * Retrieves a set of attributes containing monitor data that should be
289 * @return A set of attributes containing monitor data that should be
297 ArrayList<Attribute> attributes = super.getMonitorData();
300 attributes.add(Attributes.create("replica", serverURL));
301 attributes.add(Attributes.create("connected-to",
312 attributes.add(Attributes.create(
314 attributes.add(Attributes.create(
321 attributes.add(Attributes.create("missing-changes", String
326 attributes.add(Attributes.create("approximate-delay", String
338 attributes
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java66 // The set of attributes for this search entry.
67 private LinkedList<LDAPAttribute> attributes; field in class:SearchResultEntryProtocolOp
82 * and no attributes.
95 * and set of attributes.
98 * @param attributes The set of attributes for this search result entry.
101 LinkedList<LDAPAttribute> attributes)
103 this(dn, attributes, null, 3);
140 LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry,
144 this.attributes
100 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes) argument
139 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry, int ldapVersion) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java237 List<Attribute> attributes = super.getMonitorData();
240 attributes.add(Attributes.create("replica", serverURL));
241 attributes.add(Attributes.create("connected-to",
252 attributes.add(Attributes.create(
254 attributes.add(Attributes.create(
260 attributes.add(Attributes.create("missing-changes",
264 attributes.add(Attributes.create("approximate-delay",
276 attributes.add(builder.toAttribute());
279 return attributes;
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java67 // The set of attributes for this search entry.
68 private LinkedList<LDAPAttribute> attributes; field in class:SearchResultEntryProtocolOp
83 * and no attributes.
96 * and set of attributes.
99 * @param attributes The set of attributes for this search result entry.
102 LinkedList<LDAPAttribute> attributes)
104 this(dn, attributes, null, 3);
141 LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry,
145 this.attributes
101 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes) argument
140 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry, int ldapVersion) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java277 * Retrieves a set of attributes containing monitor data that should be
280 * @return A set of attributes containing monitor data that should be
288 ArrayList<Attribute> attributes = super.getMonitorData();
291 attributes.add(Attributes.create("replica", serverURL));
292 attributes.add(Attributes.create("connected-to",
303 attributes.add(Attributes.create(
305 attributes.add(Attributes.create(
312 attributes.add(Attributes.create("missing-changes", String
317 attributes.add(Attributes.create("approximate-delay", String
329 attributes
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java67 // The set of attributes for this search entry.
68 private LinkedList<LDAPAttribute> attributes; field in class:SearchResultEntryProtocolOp
83 * and no attributes.
96 * and set of attributes.
99 * @param attributes The set of attributes for this search result entry.
102 LinkedList<LDAPAttribute> attributes)
104 this(dn, attributes, null, 3);
141 LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry,
145 this.attributes
101 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes) argument
140 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry, int ldapVersion) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java286 * Retrieves a set of attributes containing monitor data that should be
289 * @return A set of attributes containing monitor data that should be
297 ArrayList<Attribute> attributes = super.getMonitorData();
300 attributes.add(Attributes.create("replica", serverURL));
301 attributes.add(Attributes.create("connected-to",
312 attributes.add(Attributes.create(
314 attributes.add(Attributes.create(
321 attributes.add(Attributes.create("missing-changes", String
326 attributes.add(Attributes.create("approximate-delay", String
338 attributes
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java66 // The set of attributes for this search entry.
67 private LinkedList<LDAPAttribute> attributes; field in class:SearchResultEntryProtocolOp
82 * and no attributes.
95 * and set of attributes.
98 * @param attributes The set of attributes for this search result entry.
101 LinkedList<LDAPAttribute> attributes)
103 this(dn, attributes, null, 3);
140 LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry,
144 this.attributes
100 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes) argument
139 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry, int ldapVersion) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java237 List<Attribute> attributes = super.getMonitorData();
240 attributes.add(Attributes.create("replica", serverURL));
241 attributes.add(Attributes.create("connected-to",
252 attributes.add(Attributes.create(
254 attributes.add(Attributes.create(
260 attributes.add(Attributes.create("missing-changes",
264 attributes.add(Attributes.create("approximate-delay",
276 attributes.add(builder.toAttribute());
279 return attributes;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java99 private void sendEmail(Set notifyList, Map attributes, String fromCode, argument
110 Set emails = (Set) attributes.get(EMAIL_ATTRIBUTE);
125 Set emails = (Set) attributes.get(attrName);
213 * @param attributes
214 * the attributes of the user
216 public void sendUserCreateNotification(Map attributes) { argument
219 sendEmail(createNotifyList, attributes, "497", "490", "493");
234 * @param attributes
235 * the attributes of the user
237 public void sendUserDeleteNotification(Map attributes) { argument
263 sendUserModifyNotification(SSOToken token, Map attributes, Map oldAttributes) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyConfig.java162 "sun-am-policy-dynamic-response-attributes";
287 * @return Map of organization configuration attributes. The possible
414 * This method converts the attributes map got from organization config
588 * getting it as one attribute in the <code>attributes</code> Map.
590 static void setContinueEvaluationOnDenyDecision(Map attributes) { argument
591 if (attributes != null){
593 (Set)attributes.get(
621 * getting it as one attribute in the <code>attributes</code> Map.
623 static void setOrgAliasMappedResourcesEnabled(Map attributes) { argument
624 if (attributes !
672 setAdvicesHandleableByAM(Map attributes) argument
[all...]
/forgerock/openam-v13/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/
H A DOpenAMTokenStoreTest.java117 ConcurrentHashMap<String, Object> attributes = new ConcurrentHashMap<String, Object>();
118 attributes.put("realm", "/testrealm");
119 given(request.getAttributes()).willReturn(attributes);
141 ConcurrentHashMap<String, Object> attributes = new ConcurrentHashMap<String, Object>();
142 given(request.getAttributes()).willReturn(attributes);
143 attributes.put("realm", "/testrealm");
205 ConcurrentHashMap<String, Object> attributes = new ConcurrentHashMap<String, Object>();
206 given(request.getAttributes()).willReturn(attributes);
207 attributes.put("realm", "/testrealm");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java63 /** The set of attributes for this search entry. */
64 private LinkedList<LDAPAttribute> attributes; field in class:SearchResultEntryProtocolOp
79 * and no attributes.
92 * and set of attributes.
95 * @param attributes The set of attributes for this search result entry.
98 LinkedList<LDAPAttribute> attributes)
100 this(dn, attributes, null, 3);
137 LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry,
141 this.attributes
97 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes) argument
136 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry, int ldapVersion) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEmailNotificationHelper.java99 private void sendEmail(Set notifyList, Map attributes, String fromCode, argument
110 Set emails = (Set) attributes.get(EMAIL_ATTRIBUTE);
125 Set emails = (Set) attributes.get(attrName);
213 * @param attributes
214 * the attributes of the user
216 public void sendUserCreateNotification(Map attributes) { argument
219 sendEmail(createNotifyList, attributes, "497", "490", "493");
234 * @param attributes
235 * the attributes of the user
237 public void sendUserDeleteNotification(Map attributes) { argument
263 sendUserModifyNotification(SSOToken token, Map attributes, Map oldAttributes) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyConfig.java162 "sun-am-policy-dynamic-response-attributes";
287 * @return Map of organization configuration attributes. The possible
414 * This method converts the attributes map got from organization config
588 * getting it as one attribute in the <code>attributes</code> Map.
590 static void setContinueEvaluationOnDenyDecision(Map attributes) { argument
591 if (attributes != null){
593 (Set)attributes.get(
621 * getting it as one attribute in the <code>attributes</code> Map.
623 static void setOrgAliasMappedResourcesEnabled(Map attributes) { argument
624 if (attributes !
672 setAdvicesHandleableByAM(Map attributes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DSearchOperationBasis.java95 /** Indicates whether to only real attributes should be returned. */
113 /** Indicates whether to only virtual attributes should be returned. */
147 /** The set of attributes that should be returned in matching entries. */
148 private Set<String> attributes; field in class:SearchOperationBasis
193 * @param attributes The requested attributes for this search
202 Set<String> attributes)
215 if (attributes == null)
217 this.attributes = new LinkedHashSet<String>(0);
221 this.attributes
196 SearchOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawBaseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter rawFilter, Set<String> attributes) argument
295 SearchOperationBasis(ClientConnection clientConnection, long operationID, int messageID, List<Control> requestControls, DN baseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, SearchFilter filter, Set<String> attributes) argument
586 setAttributes(Set<String> attributes) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DTaskTableModel.java149 * @param attributes the attributes displayed by this table model.
151 public void setAttributes(LinkedHashSet<Message> attributes) argument
153 if (!allAttributes.containsAll(attributes))
156 "Some of the provided attributes are not valid.");
159 this.displayedAttributes.addAll(attributes);
160 int columnCount = attributes.size();
163 for (Message attribute : attributes)
286 * Returns the set of attributes ordered.
287 * @return the set of attributes ordere
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjndi/
H A DmodifyAnAttribute.java73 Attributes attributes = new BasicAttributes();
160 attributes.put(attr);
183 attributes);
188 attributes);
193 attributes);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DTaskTableModel.java150 * @param attributes the attributes displayed by this table model.
152 public void setAttributes(LinkedHashSet<Message> attributes) argument
154 if (!allAttributes.containsAll(attributes))
157 "Some of the provided attributes are not valid.");
160 this.displayedAttributes.addAll(attributes);
161 int columnCount = attributes.size();
164 for (Message attribute : attributes)
287 * Returns the set of attributes ordered.
288 * @return the set of attributes ordere
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DFileChangeNumberIndexDB.java246 final List<Attribute> attributes = new ArrayList<Attribute>();
247 attributes.add(createChangeNumberAttribute(true));
248 attributes.add(createChangeNumberAttribute(false));
261 attributes.add(Attributes.create("count", Long.toString(numberOfChanges)));
262 return attributes;
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DJEChangeNumberIndexDB.java321 List<Attribute> attributes = new ArrayList<Attribute>();
322 attributes.add(createChangeNumberAttribute(true));
323 attributes.add(createChangeNumberAttribute(false));
324 attributes.add(Attributes.create("count", Long.toString(count())));
325 return attributes;
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjndi/
H A DmodifyAnAttribute.java72 Attributes attributes = new BasicAttributes();
159 attributes.put(attr);
182 attributes);
187 attributes);
192 attributes);

Completed in 160 milliseconds

<<21222324252627282930>>