Searched refs:keys (Results 1 - 25 of 514) sorted by relevance

1234567891011>>

/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/models/
H A DJSONValuesTest.js64 expect(globalValues.raw).to.contain.keys("global");
65 expect(globalValues.raw.global).to.contain.keys("globalSimpleKey");
69 expect(globalValues.raw).to.contain.keys("global");
70 expect(globalValues.raw.global).to.not.contain.keys("globalCollectionKey");
75 expect(defaultsValues.raw).to.contain.keys("defaults");
76 expect(defaultsValues.raw.defaults).to.contain.keys("defaultsSimple");
80 expect(defaultsValues.raw).to.contain.keys("defaultsCollection");
84 expect(defaultsValues.raw).to.contain.keys("_defaultsCollectionProperties");
88 expect(defaultsCollectionValues.raw).to.contain.keys("defaultsCollection");
92 expect(defaultsCollectionValues.raw).to.not.have.keys("default
[all...]
H A DJSONSchemaTest.js96 expect(schemaWithGlobalProps.raw.properties).to.contain.keys("global");
97 expect(schemaWithGlobalProps.raw.properties.global.properties).to.contain.keys("globalSimpleProperty");
110 expect(schemaWithGlobalProps.raw.properties).to.contain.keys("global");
112 .keys("globalCollectionProperty");
117 expect(schemaWithDefaultsProps.raw.properties).to.contain.keys("defaultsCollectionProperty");
122 .keys("defaultsSimpleProperty");
126 expect(schemaWithDefaultsCollectionProps.raw.properties).to.contain.keys("defaultsCollectionProperty");
130 expect(schemaWithDefaultsCollectionProps.raw.properties).to.not.have.keys("defaults");
197 expect(schema.raw.properties.propertyCollection).to.not.have.keys("propertyKeyNonRequired");
242 expect(schema.raw.properties).to.contain.keys("co
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DPOSTCleanUpRunnable.java47 private Set keys; field in class:POSTCleanUpRunnable
59 keys = new HashSet();
63 synchronized (keys) {
64 return keys.add(obj);
69 synchronized (keys) {
70 return keys.remove(obj);
85 synchronized (keys) {
86 for (Iterator iter = keys.iterator(); iter.hasNext();) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DPOSTCleanUpRunnable.java50 private Set keys; field in class:POSTCleanUpRunnable
62 keys = new HashSet();
66 synchronized (keys) {
67 return keys.add(obj);
72 synchronized (keys) {
73 return keys.remove(obj);
88 synchronized (keys) {
89 for (Iterator iter = keys.iterator(); iter.hasNext();) {
/forgerock/opendj-b2.6/tests/staf-tests/shared/python/
H A Dsnmp.py58 refKeys=newTable.keys()
64 refKeys=refTable.keys()
91 keys=table.keys()
92 for key in keys:
104 keys=table.keys()
105 for key in keys:
/forgerock/opendj2/tests/staf-tests/shared/python/
H A Dsnmp.py57 refKeys=newTable.keys()
63 refKeys=refTable.keys()
90 keys=table.keys()
91 for key in keys:
103 keys=table.keys()
104 for key in keys:
/forgerock/opendj2.6.2/tests/staf-tests/shared/python/
H A Dsnmp.py58 refKeys=newTable.keys()
64 refKeys=refTable.keys()
91 keys=table.keys()
92 for key in keys:
104 keys=table.keys()
105 for key in keys:
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/python/
H A Dsnmp.py58 refKeys=newTable.keys()
64 refKeys=refTable.keys()
91 keys=table.keys()
92 for key in keys:
104 keys=table.keys()
105 for key in keys:
/forgerock/opendj2-hg/tests/staf-tests/shared/python/
H A Dsnmp.py57 refKeys=newTable.keys()
63 refKeys=refTable.keys()
90 keys=table.keys()
91 for key in keys:
103 keys=table.keys()
104 for key in keys:
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSPCache.java165 Enumeration keys = authCtxObjHash.keys();
166 while (keys.hasMoreElements()) {
167 String key = (String) keys.nextElement();
177 Enumeration keys = authContextHash.keys();
178 while (keys.hasMoreElements()) {
179 String key = (String) keys.nextElement();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSPCache.java167 Enumeration keys = authCtxObjHash.keys();
168 while (keys.hasMoreElements()) {
169 String key = (String) keys.nextElement();
179 Enumeration keys = authContextHash.keys();
180 while (keys.hasMoreElements()) {
181 String key = (String) keys.nextElement();
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/util/
H A DRelationshipUtil.java55 return value.isMap() && value.keys().contains(REFERENCE_ID);
/forgerock/openidm-v4/openidm-jetty-fragment/src/main/java/org/forgerock/openidm/jetty/
H A DConfig.java58 Enumeration keys = propsToUpdate.keys();
59 while (keys.hasMoreElements()) {
60 String key = (String)keys.nextElement();
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/
H A Dtest-main.js19 allTestFiles = Object.keys(window.__karma__.files).filter(function (file) {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/models/
H A DJSONValues.js46 .keys()
57 ..._.omit(raw, _.keys(simplePropertiesToGroup)),
82 const collectionPropertiesKeys = _.keys(collectionProperties);
143 const keys = [];
147 keys.push(key);
151 return keys;
/forgerock/opendj2/src/server/org/opends/server/api/
H A DExtensibleIndexer.java40 * this interface to create the keys for an attribute value.
77 * Generates the set of index keys for an attribute.
80 * The attribute value for which keys are required.
81 * @param keys
82 * The set into which the generated keys will be inserted.
85 Set<byte[]> keys);
90 * Generates a map of index keys and a boolean flag indicating
94 * The attribute for which keys are required.
96 * A map containing the keys and a boolean. Keys
102 * <code>true</code> if generated keys shoul
84 getKeys(AttributeValue value, Set<byte[]> keys) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java46 * The comparator for index keys generated by this class.
58 * generate index keys.
86 * Get the comparator that must be used to compare index keys
97 * Generate the set of index keys for an entry.
100 * @param keys The set into which the generated keys will be inserted.
102 public void indexEntry(Entry entry, Set<byte[]> keys) argument
108 indexAttribute(attrList, keys);
113 * Generate the set of index keys to be added and the set of index keys
155 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DEqualityIndexer.java54 * The comparator for index keys generated by this class.
61 * generate index keys.
87 * Get the comparator that must be used to compare index keys
100 * Generate the set of index keys for an entry.
103 * @param keys The set into which the generated keys will be inserted.
105 public void indexEntry(Entry entry, Set<byte[]> keys) argument
111 indexAttribute(attrList, keys);
118 * Generate the set of index keys to be added and the set of index keys
163 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DIndexer.java38 * This class attempts to abstract the generation and comparison of keys
44 * Get the comparator that must be used to compare index keys
52 * Generate the set of index keys for an entry.
55 * @param keys The set into which the generated keys will be inserted.
57 public abstract void indexEntry(Entry entry, Set<byte[]> keys); argument
60 * Generate the set of index keys to be added and the set of index keys
65 * @param modifiedKeys The map into which the modified keys will be inserted.
71 * Generate the set of index keys t
[all...]
H A DJEExtensibleIndexer.java51 * The comparator for index keys generated by this class.
60 * generate index keys.
67 * The extensible indexer which will generate the keys
107 * Gets the comparator that must be used to compare index keys
124 public void indexEntry(Entry entry, Set<byte[]> keys) argument
130 indexAttribute(attrList, keys);
171 * Generates the set of extensible index keys for an attribute.
172 * @param attrList The attribute for which substring keys are required.
173 * @param keys The set into which the generated keys wil
175 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DExtensibleIndexer.java41 * this interface to create the keys for an attribute value.
78 * Generates the set of index keys for an attribute.
81 * The attribute value for which keys are required.
82 * @param keys
83 * The set into which the generated keys will be inserted.
86 Set<byte[]> keys);
91 * Generates a map of index keys and a boolean flag indicating
95 * The attribute for which keys are required.
97 * A map containing the keys and a boolean. Keys
103 * <code>true</code> if generated keys shoul
85 getKeys(AttributeValue value, Set<byte[]> keys) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DApproximateIndexer.java47 * The comparator for index keys generated by this class.
59 * generate index keys.
87 * Get the comparator that must be used to compare index keys
98 * Generate the set of index keys for an entry.
101 * @param keys The set into which the generated keys will be inserted.
103 public void indexEntry(Entry entry, Set<byte[]> keys) argument
109 indexAttribute(attrList, keys);
114 * Generate the set of index keys to be added and the set of index keys
156 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DEqualityIndexer.java55 * The comparator for index keys generated by this class.
62 * generate index keys.
88 * Get the comparator that must be used to compare index keys
101 * Generate the set of index keys for an entry.
104 * @param keys The set into which the generated keys will be inserted.
106 public void indexEntry(Entry entry, Set<byte[]> keys) argument
112 indexAttribute(attrList, keys);
119 * Generate the set of index keys to be added and the set of index keys
164 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]
H A DIndexer.java39 * This class attempts to abstract the generation and comparison of keys
45 * Get the comparator that must be used to compare index keys
53 * Generate the set of index keys for an entry.
56 * @param keys The set into which the generated keys will be inserted.
58 public abstract void indexEntry(Entry entry, Set<byte[]> keys); argument
61 * Generate the set of index keys to be added and the set of index keys
66 * @param modifiedKeys The map into which the modified keys will be inserted.
72 * Generate the set of index keys t
[all...]
H A DJEExtensibleIndexer.java52 * The comparator for index keys generated by this class.
61 * generate index keys.
68 * The extensible indexer which will generate the keys
108 * Gets the comparator that must be used to compare index keys
125 public void indexEntry(Entry entry, Set<byte[]> keys) argument
131 indexAttribute(attrList, keys);
172 * Generates the set of extensible index keys for an attribute.
173 * @param attrList The attribute for which substring keys are required.
174 * @param keys The set into which the generated keys wil
176 indexAttribute(List<Attribute> attrList, Set<byte[]> keys) argument
[all...]

Completed in 63 milliseconds

1234567891011>>