Searched refs:attributes (Results 476 - 500 of 1439) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java61 // The set of attributes associated with this template entry, mapped from the
63 private LinkedHashMap<AttributeType,ArrayList<TemplateValue>> attributes; field in class:TemplateEntry
84 attributes = new LinkedHashMap<AttributeType,ArrayList<TemplateValue>>();
103 attributes = new LinkedHashMap<AttributeType,ArrayList<TemplateValue>>();
212 return attributes.containsKey(attributeType);
228 ArrayList<TemplateValue> valueList = attributes.get(attributeType);
252 ArrayList<TemplateValue> valueList = attributes.get(attributeType);
266 attributes.get(value.getAttributeType());
271 attributes.put(value.getAttributeType(), valueList);
299 // Process all of the attributes fo
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java62 // The set of attributes associated with this template entry, mapped from the
64 private LinkedHashMap<AttributeType,ArrayList<TemplateValue>> attributes; field in class:TemplateEntry
85 attributes = new LinkedHashMap<AttributeType,ArrayList<TemplateValue>>();
104 attributes = new LinkedHashMap<AttributeType,ArrayList<TemplateValue>>();
213 return attributes.containsKey(attributeType);
229 ArrayList<TemplateValue> valueList = attributes.get(attributeType);
253 ArrayList<TemplateValue> valueList = attributes.get(attributeType);
267 attributes.get(value.getAttributeType());
272 attributes.put(value.getAttributeType(), valueList);
300 // Process all of the attributes fo
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java62 // The set of attributes associated with this template entry, mapped from the
64 private LinkedHashMap<AttributeType,ArrayList<TemplateValue>> attributes; field in class:TemplateEntry
85 attributes = new LinkedHashMap<AttributeType,ArrayList<TemplateValue>>();
104 attributes = new LinkedHashMap<AttributeType,ArrayList<TemplateValue>>();
213 return attributes.containsKey(attributeType);
229 ArrayList<TemplateValue> valueList = attributes.get(attributeType);
253 ArrayList<TemplateValue> valueList = attributes.get(attributeType);
267 attributes.get(value.getAttributeType());
272 attributes.put(value.getAttributeType(), valueList);
300 // Process all of the attributes fo
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DTemplateEntry.java61 // The set of attributes associated with this template entry, mapped from the
63 private LinkedHashMap<AttributeType,ArrayList<TemplateValue>> attributes; field in class:TemplateEntry
84 attributes = new LinkedHashMap<AttributeType,ArrayList<TemplateValue>>();
103 attributes = new LinkedHashMap<AttributeType,ArrayList<TemplateValue>>();
212 return attributes.containsKey(attributeType);
228 ArrayList<TemplateValue> valueList = attributes.get(attributeType);
252 ArrayList<TemplateValue> valueList = attributes.get(attributeType);
266 attributes.get(value.getAttributeType());
271 attributes.put(value.getAttributeType(), valueList);
299 // Process all of the attributes fo
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlockBase.java51 * attributes corresponding to that entry. It also keeps track of the other
60 * Since the attributes that can be retrieved depends on the principal
62 * attributes that are returned are the ones that are readable by the principal.
64 * all the attributes readable (and writable) on a per principal basis. This
67 * principal. A single copy of the attributes is stored in the CacheBlock
68 * object. Also this copy of attributes stored in the cache block keeps track of
69 * non-existent directory attributes (invalid attributes). This would also
70 * prevent un-necessary directory calls for non-existent entry attributes.
84 private AMHashMap stringAttributes; // Stores all String attributes
343 putAttributes(String principalDN, Map attributes, Set inAccessibleAttrNames, boolean isCompleteSet, boolean byteValues) argument
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/guice/
H A DEntitlementRestGuiceModule.java200 * Defines all allowed query attributes in queries against the policy endpoint.
205 final Map<String, QueryAttribute> attributes = new HashMap<String, QueryAttribute>();
207 attributes.put("name", new QueryAttribute(STRING, Privilege.NAME_SEARCH_ATTRIBUTE));
208 attributes.put("description", new QueryAttribute(STRING, Privilege.DESCRIPTION_SEARCH_ATTRIBUTE));
209 attributes.put("applicationName", new QueryAttribute(STRING, Privilege.APPLICATION_SEARCH_ATTRIBUTE));
210 attributes.put("createdBy", new QueryAttribute(STRING, Privilege.CREATED_BY_SEARCH_ATTRIBUTE));
211 attributes.put("creationDate", new QueryAttribute(TIMESTAMP, Privilege.CREATION_DATE_SEARCH_ATTRIBUTE));
212 attributes.put("lastModifiedBy", new QueryAttribute(STRING, Privilege.LAST_MODIFIED_BY_SEARCH_ATTRIBUTE));
213 attributes.put("lastModifiedDate", new QueryAttribute(TIMESTAMP, Privilege.LAST_MODIFIED_DATE_SEARCH_ATTRIBUTE));
214 attributes
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/resource/
H A DRelationshipArrayView.js145 var propertyValuePath = resourceCollectionUtils.getPropertyValuePath(this.model.attributes),
147 txt = resourceCollectionUtils.getDisplayText(_this.data.prop, this.model.attributes, resourceCollectionIndex),
148 link = '<a class="resourceEditLink" href="#resource/' + propertyValuePath + '/edit/' + this.model.attributes._id + '">' + txt + '</a>';
164 var propertyValuePath = resourceCollectionUtils.getPropertyValuePath(this.model.attributes),
264 isInternal = this.model.attributes._ref.indexOf("repo/internal") === 0;
275 _this.openResourceCollectionDialog(this.model.attributes);
298 if (!_.contains(this.data.selectedItems, model.attributes)) {
299 this.data.selectedItems.push(model.attributes);
490 var propertyValuePath = resourceCollectionUtils.getPropertyValuePath(model.attributes),
492 displayText = resourceCollectionUtils.getDisplayText(this.data.prop, model.attributes, resourceCollectionInde
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java87 * @param attrsToAdd the attributes that must be created in order.
513 final List<AttributeType> attributes,
537 attributes, objectClasses);
538 if (attributes.size() == 1 && objectClasses.isEmpty())
540 String attributeName = attributes.get(0).getNameOrOID();
547 else if (objectClasses.size() == 1 && attributes.isEmpty())
567 updateSchemaFile(fileName, isSchemaFileDefined, attributes, objectClasses);
569 for (AttributeType attr : attributes)
589 List<AttributeType> attributes,
593 for (AttributeType attr : attributes)
512 updateSchemaOffline(String file, final List<AttributeType> attributes, final List<ObjectClass> objectClasses) argument
587 printEquivalentCommandToAddOffline(String schemaFile, boolean isSchemaFileDefined, List<AttributeType> attributes, List<ObjectClass> objectClasses) argument
707 updateSchemaFile(String schemaFile, boolean isSchemaFileDefined, List<AttributeType> attributes, List<ObjectClass> objectClasses) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java86 * @param attrsToAdd the attributes that must be created in order.
512 final List<AttributeType> attributes,
536 attributes, objectClasses);
537 if (attributes.size() == 1 && objectClasses.isEmpty())
539 String attributeName = attributes.get(0).getNameOrOID();
546 else if (objectClasses.size() == 1 && attributes.isEmpty())
566 updateSchemaFile(fileName, isSchemaFileDefined, attributes, objectClasses);
568 for (AttributeType attr : attributes)
588 List<AttributeType> attributes,
592 for (AttributeType attr : attributes)
511 updateSchemaOffline(String file, final List<AttributeType> attributes, final List<ObjectClass> objectClasses) argument
586 printEquivalentCommandToAddOffline(String schemaFile, boolean isSchemaFileDefined, List<AttributeType> attributes, List<ObjectClass> objectClasses) argument
706 updateSchemaFile(String schemaFile, boolean isSchemaFileDefined, List<AttributeType> attributes, List<ObjectClass> objectClasses) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java87 * @param attrsToAdd the attributes that must be created in order.
513 final List<AttributeType> attributes,
537 attributes, objectClasses);
538 if (attributes.size() == 1 && objectClasses.isEmpty())
540 String attributeName = attributes.get(0).getNameOrOID();
547 else if (objectClasses.size() == 1 && attributes.isEmpty())
567 updateSchemaFile(fileName, isSchemaFileDefined, attributes, objectClasses);
569 for (AttributeType attr : attributes)
589 List<AttributeType> attributes,
593 for (AttributeType attr : attributes)
512 updateSchemaOffline(String file, final List<AttributeType> attributes, final List<ObjectClass> objectClasses) argument
587 printEquivalentCommandToAddOffline(String schemaFile, boolean isSchemaFileDefined, List<AttributeType> attributes, List<ObjectClass> objectClasses) argument
707 updateSchemaFile(String schemaFile, boolean isSchemaFileDefined, List<AttributeType> attributes, List<ObjectClass> objectClasses) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java86 * @param attrsToAdd the attributes that must be created in order.
512 final List<AttributeType> attributes,
536 attributes, objectClasses);
537 if (attributes.size() == 1 && objectClasses.isEmpty())
539 String attributeName = attributes.get(0).getNameOrOID();
546 else if (objectClasses.size() == 1 && attributes.isEmpty())
566 updateSchemaFile(fileName, isSchemaFileDefined, attributes, objectClasses);
568 for (AttributeType attr : attributes)
588 List<AttributeType> attributes,
592 for (AttributeType attr : attributes)
511 updateSchemaOffline(String file, final List<AttributeType> attributes, final List<ObjectClass> objectClasses) argument
586 printEquivalentCommandToAddOffline(String schemaFile, boolean isSchemaFileDefined, List<AttributeType> attributes, List<ObjectClass> objectClasses) argument
706 updateSchemaFile(String schemaFile, boolean isSchemaFileDefined, List<AttributeType> attributes, List<ObjectClass> objectClasses) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.java87 * @param attrsToAdd the attributes that must be created in order.
513 final List<AttributeType> attributes,
537 attributes, objectClasses);
538 if (attributes.size() == 1 && objectClasses.isEmpty())
540 String attributeName = attributes.get(0).getNameOrOID();
547 else if (objectClasses.size() == 1 && attributes.isEmpty())
567 updateSchemaFile(fileName, isSchemaFileDefined, attributes, objectClasses);
569 for (AttributeType attr : attributes)
589 List<AttributeType> attributes,
593 for (AttributeType attr : attributes)
512 updateSchemaOffline(String file, final List<AttributeType> attributes, final List<ObjectClass> objectClasses) argument
587 printEquivalentCommandToAddOffline(String schemaFile, boolean isSchemaFileDefined, List<AttributeType> attributes, List<ObjectClass> objectClasses) argument
707 updateSchemaFile(String schemaFile, boolean isSchemaFileDefined, List<AttributeType> attributes, List<ObjectClass> objectClasses) argument
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DEditPolicyView.js32 "org/forgerock/openam/ui/admin/views/realms/authorization/policies/attributes/StaticResponseAttributesView",
33 "org/forgerock/openam/ui/admin/views/realms/authorization/policies/attributes/SubjectResponseAttributesView",
56 this.model.attributes.resourceAttributes = _.union(
112 this.data.entity = _.cloneDeep(this.model.attributes);
150 self.staticAttributes = _.where(self.model.attributes.resourceAttributes, { type: "Static" });
151 self.userAttributes = _.where(self.model.attributes.resourceAttributes, { type: "User" });
160 uuid: self.model.attributes.resourceTypeUuid
270 _.extend(this.model.attributes, this.data.entity);
281 _.extend(this.model.attributes, activeTabProperties);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/event/
H A DLDAPv3PersistentSearch.java175 List<String> attributes = new ArrayList<>(attributeNames);
176 attributes.add(DN_ATTR);
177 attrs = attributes.toArray(new String[0]);
182 List<String> attributes = new ArrayList<>(attributeNames);
183 attributes.addAll(AD_DEFAULT_ATTRIBUTES);
184 attributes.add(DN_ATTR);
185 attrs = attributes.toArray(new String[0]);
/forgerock/openam-v13/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/configuration/
H A DAuditServiceConfigurationProviderImpl.java208 Map<String, Set<String>> attributes;
210 attributes = emptyMap();
212 attributes = config.getAttributes();
225 getBooleanMapAttr(attributes, "auditEnabled", false), blacklistedEventNames);
228 for (String policy : attributes.get("fieldFilterPolicy")) {
254 Map<String, Set<String>> attributes = serviceConfig.getSubConfig(handlerName).getAttributes();
257 .withAttributes(attributes)
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DLdapSPValidator.java178 Map attributes = amid.getAttributes();
180 if (attributes != null) {
181 if (isAgentActive(attributes)) {
182 Set attrValues = (Set)attributes.get(LDAP_ATTR_NAME);
275 private boolean isAgentActive(Map attributes) { argument
277 if (attributes != null) {
278 Set attrvalues = (Set)attributes.get(LDAP_STATUS_ATTR_NAME);
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeIdRepoSubConfigs.java90 Map<String, Set<String>> attributes = repoConfig.getAttributes();
91 String className = CollectionHelper.getMapAttr(attributes, IdConstants.ID_REPO);
92 String sslMode = getModifiedConnectionMode(attributes);
93 if (OLD_IDREPO_CLASS.equals(className) || getModifiedFilter(attributes) != null ||
138 Map<String, Set<String>> attributes = repoConfig.getAttributes();
140 String className = CollectionHelper.getMapAttr(attributes, IdConstants.ID_REPO);
145 String newFilter = getModifiedFilter(attributes);
163 //There is no need to remove the obsolete attributes here, because once we set an attribute, the SMS
/forgerock/openam/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/configuration/
H A DAuditServiceConfigurationProviderImpl.java208 Map<String, Set<String>> attributes;
210 attributes = emptyMap();
212 attributes = config.getAttributes();
225 getBooleanMapAttr(attributes, "auditEnabled", false), blacklistedEventNames);
228 for (String policy : attributes.get("fieldFilterPolicy")) {
254 Map<String, Set<String>> attributes = serviceConfig.getSubConfig(handlerName).getAttributes();
257 .withAttributes(attributes)
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/api/tokens/
H A DToken.java65 @Title(CORE_TOKEN_RESOURCE + "resource.schema.property.attributes." + TITLE)
66 @Description(CORE_TOKEN_RESOURCE + "resource.schema.property.attributes." + DESCRIPTION)
67 private Map<String, Object> attributes = new LinkedHashMap<>(); field in class:Token
155 * This ensures that attributes that are not modelled at the Token level can still be
179 for (Map.Entry<String, Object> entry : attributes.entrySet()) {
190 * Accessor for the CoreTokenField attributes.
201 * Accessor for the multi-value CoreTokenField attributes.
246 attributes.put(field.toString(), result);
250 return (Set<T>) attributes.get(field.toString());
324 attributes
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DLdapQueryBuilder.java182 * We modify the requested attributes here to ensure the etag is
185 * @return The attributes to be queried for.
188 String[] attributes;
190 attributes = new String[] {"*", CoreTokenField.ETAG.toString()};
192 attributes = requestedAttributes;
194 attributes = Arrays.copyOf(requestedAttributes, requestedAttributes.length + 1);
195 attributes[attributes.length - 1] = CoreTokenField.ETAG.toString();
197 return attributes;
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeIdRepoSubConfigs.java88 Map<String, Set<String>> attributes = repoConfig.getAttributes();
89 String className = CollectionHelper.getMapAttr(attributes, IdConstants.ID_REPO);
90 String sslMode = getModifiedConnectionMode(attributes);
91 if (OLD_IDREPO_CLASS.equals(className) || getModifiedFilter(attributes) != null ||
136 Map<String, Set<String>> attributes = repoConfig.getAttributes();
138 String className = CollectionHelper.getMapAttr(attributes, IdConstants.ID_REPO);
143 String newFilter = getModifiedFilter(attributes);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java247 Map attributes = dsServices.getAttributes(token, entryDN, attrName,
249 Set values = (Set) attributes.get(attributeName);
267 Map attributes = dsServices.getAttributesByteValues(token, entryDN,
269 byte[][] values = (byte[][]) attributes.get(attributeName);
274 public void setAttributes(Map attributes) throws AMException, SSOException { argument
275 stringValueModMap.copy(attributes);
286 Map attributes = dsServices.getAttributes(token, entryDN,
290 attributes = replaceMapKey(attributes, attributeNames);
291 return attributes;
310 setAttributesByteArray(Map attributes) argument
1193 createPolicyTemplate(String serviceName, Map attributes) argument
1199 createPolicyTemplate(String serviceName, Map attributes, int priority) argument
1206 createTemplate(int templateType, String serviceName, Map attributes) argument
1213 createTemplate(int templateType, String serviceName, Map attributes, int priority) argument
1223 createTemplate(int templateType, String serviceName, Map attributes, int priority, Set policyDNs) argument
3238 replaceMapKey(Map attributes, Set attributeNames) argument
3534 integrateLocaleForTemplateCreation(Map attributes) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObjectImpl.java248 Map attributes = dsServices.getAttributes(token, entryDN, attrName,
250 Set values = (Set) attributes.get(attributeName);
268 Map attributes = dsServices.getAttributesByteValues(token, entryDN,
270 byte[][] values = (byte[][]) attributes.get(attributeName);
275 public void setAttributes(Map attributes) throws AMException, SSOException { argument
276 stringValueModMap.copy(attributes);
287 Map attributes = dsServices.getAttributes(token, entryDN,
291 attributes = replaceMapKey(attributes, attributeNames);
292 return attributes;
311 setAttributesByteArray(Map attributes) argument
1194 createPolicyTemplate(String serviceName, Map attributes) argument
1200 createPolicyTemplate(String serviceName, Map attributes, int priority) argument
1207 createTemplate(int templateType, String serviceName, Map attributes) argument
1214 createTemplate(int templateType, String serviceName, Map attributes, int priority) argument
1224 createTemplate(int templateType, String serviceName, Map attributes, int priority, Set policyDNs) argument
3239 replaceMapKey(Map attributes, Set attributeNames) argument
3538 integrateLocaleForTemplateCreation(Map attributes) argument
[all...]
/forgerock/opendj-b2.6/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/opendj2.6.2/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...]

Completed in 178 milliseconds

<<11121314151617181920>>