Searched refs:attributes (Results 276 - 300 of 1439) sorted by relevance

<<11121314151617181920>>

/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DRestApiUpgradeHelper.java33 * The constructor for RestApiUpgradeHelper is used to register the attributes which will be upgraded.
36 attributes.add(DEFAULT_VERSION_ATTRIBUTE);
54 * schema attributes. This might change in the future in which case it should return the modified attribute.
H A DScriptedAuthHelper.java26 * This upgrade helper allows the modification of attributes for the Scripted Auth module.
35 * The constructor for ScriptedAuthHelper is used to register the attributes which will be upgraded.
40 attributes.addAll(attributeNames);
H A DUmaProviderUpgradeHelper.java38 attributes.addAll(attributeNames);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCModelBase.java95 * Gets the values for all the attributes defined for the
110 Set attributes = schema.getAttributeSchemaNames();
111 values = getAttributeValues(schema, attributes);
132 * Gets the values for the specified set of attributes defined for the
135 protected Map getAttributeValues(SchemaType type, Set attributes) argument
139 String attributeNames = AMAdminUtils.getString(attributes, ",", false);
145 Map values = getAttributeValues(schema, attributes);
165 private Map getAttributeValues(ServiceSchema schema, Set attributes) { argument
166 Map values = new HashMap(attributes.size() * 2);
167 for (Iterator x = attributes
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCModelBase.java95 * Gets the values for all the attributes defined for the
110 Set attributes = schema.getAttributeSchemaNames();
111 values = getAttributeValues(schema, attributes);
132 * Gets the values for the specified set of attributes defined for the
135 protected Map getAttributeValues(SchemaType type, Set attributes) argument
139 String attributeNames = AMAdminUtils.getString(attributes, ",", false);
145 Map values = getAttributeValues(schema, attributes);
165 private Map getAttributeValues(ServiceSchema schema, Set attributes) { argument
166 Map values = new HashMap(attributes.size() * 2);
167 for (Iterator x = attributes
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DServerHandler.java580 * Retrieves a set of attributes containing monitor data that should be
583 * @return A set of attributes containing monitor data that should be
591 ArrayList<Attribute> attributes = super.getMonitorData();
593 attributes.add(Attributes.create("server-id", String.valueOf(serverId)));
594 attributes.add(Attributes.create("domain-name", getServiceId()));
597 attributes.add(Attributes.create("max-waiting-changes", String
599 attributes.add(Attributes.create("sent-updates", String
601 attributes.add(Attributes.create("received-updates", String
605 attributes.add(Attributes.create("assured-sr-received-updates", String
607 attributes
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DServerHandler.java582 * Retrieves a set of attributes containing monitor data that should be
585 * @return A set of attributes containing monitor data that should be
593 ArrayList<Attribute> attributes = super.getMonitorData();
595 attributes.add(Attributes.create("server-id", String.valueOf(serverId)));
596 attributes.add(Attributes.create("domain-name", getServiceId()));
599 attributes.add(Attributes.create("max-waiting-changes", String
601 attributes.add(Attributes.create("sent-updates", String
603 attributes.add(Attributes.create("received-updates", String
607 attributes.add(Attributes.create("assured-sr-received-updates", String
609 attributes
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DServerHandler.java580 * Retrieves a set of attributes containing monitor data that should be
583 * @return A set of attributes containing monitor data that should be
591 ArrayList<Attribute> attributes = super.getMonitorData();
593 attributes.add(Attributes.create("server-id", String.valueOf(serverId)));
594 attributes.add(Attributes.create("domain-name", getServiceId()));
597 attributes.add(Attributes.create("max-waiting-changes", String
599 attributes.add(Attributes.create("sent-updates", String
601 attributes.add(Attributes.create("received-updates", String
605 attributes.add(Attributes.create("assured-sr-received-updates", String
607 attributes
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java250 if (cosType) { // A cos type event remove all affected attributes
349 // If requested attributes is null or empty, call the
350 // other interface to get all the attributes
351 // TODO: Need to provide means to get all binary attributes too!
383 AMHashMap attributes;
390 + dn + ". Getting all these attributes from DS: "
394 // If the attributes returned here have an empty set as value, then
395 // such attributes do not have a value or invalid attributes.
396 // Internally keep track of these attributes
527 setAttributes(SSOToken token, IdType type, String name, Map attributes, boolean isAdd, String amOrgName, String amsdkDN, boolean isString) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java263 if (cosType) { // A cos type event remove all affected attributes
336 // If required attributes is null or empty, call the
337 // other interface to get all the attributes
338 // TODO: Need to provide means to get all the binary attributes too!
369 AMHashMap attributes;
377 + ". Getting all these attributes from DS: "
381 // If the attributes returned here have an empty set as value, then
382 // such attributes do not have a value or invalid attributes.
383 // Internally keep track of these attributes
502 setAttributes(SSOToken token, IdType type, String name, Map attributes, boolean isAdd, String amOrgName, String amsdkDN, boolean isString) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java250 if (cosType) { // A cos type event remove all affected attributes
349 // If requested attributes is null or empty, call the
350 // other interface to get all the attributes
351 // TODO: Need to provide means to get all binary attributes too!
383 AMHashMap attributes;
390 + dn + ". Getting all these attributes from DS: "
394 // If the attributes returned here have an empty set as value, then
395 // such attributes do not have a value or invalid attributes.
396 // Internally keep track of these attributes
527 setAttributes(SSOToken token, IdType type, String name, Map attributes, boolean isAdd, String amOrgName, String amsdkDN, boolean isString) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java262 if (cosType) { // A cos type event remove all affected attributes
336 // If required attributes is null or empty, call the
337 // other interface to get all the attributes
338 // TODO: Need to provide means to get all the binary attributes too!
369 AMHashMap attributes;
377 + ". Getting all these attributes from DS: "
381 // If the attributes returned here have an empty set as value, then
382 // such attributes do not have a value or invalid attributes.
383 // Internally keep track of these attributes
502 setAttributes(SSOToken token, IdType type, String name, Map attributes, boolean isAdd, String amOrgName, String amsdkDN, boolean isString) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java56 * The panel that allows the user to select which attributes must be displayed
80 * Creates an instance of this panel that uses String as attributes.
81 * @param attributes the list of possible attributes.
82 * @return an instance of this panel that uses String as attributes.
85 createStringInstance(LinkedHashSet<String> attributes) argument
87 return new MonitoringAttributesViewPanel<String>(attributes);
92 * attributes.
93 * @param attributes the list of possible attributes
98 createMonitoringAttributesInstance( LinkedHashSet<MonitoringAttributes> attributes) argument
111 createMessageInstance(LinkedHashSet<Message> attributes) argument
130 MonitoringAttributesViewPanel( LinkedHashSet<T> attributes) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DDBEnvironmentMonitoringTableModel.java61 private LinkedHashSet<String> attributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringTableModel
147 for (String attrName : attributes)
316 return attributes;
325 this.attributes.clear();
326 this.attributes.addAll(operations);
355 String[] line = new String[attributes.size() + 1];
435 String[] line = new String[attributes.size() + 1];
439 for (String attr : attributes)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java55 * The panel that allows the user to select which attributes must be displayed
79 * Creates an instance of this panel that uses String as attributes.
80 * @param attributes the list of possible attributes.
81 * @return an instance of this panel that uses String as attributes.
84 createStringInstance(LinkedHashSet<String> attributes) argument
86 return new MonitoringAttributesViewPanel<String>(attributes);
91 * attributes.
92 * @param attributes the list of possible attributes
97 createMonitoringAttributesInstance( LinkedHashSet<MonitoringAttributes> attributes) argument
110 createMessageInstance(LinkedHashSet<Message> attributes) argument
129 MonitoringAttributesViewPanel( LinkedHashSet<T> attributes) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DDBEnvironmentMonitoringTableModel.java62 private LinkedHashSet<String> attributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringTableModel
148 for (String attrName : attributes)
317 return attributes;
326 this.attributes.clear();
327 this.attributes.addAll(operations);
356 String[] line = new String[attributes.size() + 1];
436 String[] line = new String[attributes.size() + 1];
440 for (String attr : attributes)
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A DJEReplicaDB.java295 final List<Attribute> attributes = new ArrayList<Attribute>();
296 create(attributes, "replicationServer-database",String.valueOf(serverId));
297 create(attributes, "domain-name", baseDN.toNormalizedString());
301 create(attributes, "first-change", encode(limits.oldestCSN));
305 create(attributes, "last-change", encode(limits.newestCSN));
307 return attributes;
310 private void create(final List<Attribute> attributes, final String name, final String value) argument
312 attributes.add(Attributes.create(name, value));
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DDBEnvironmentMonitoringTableModel.java62 private LinkedHashSet<String> attributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringTableModel
148 for (String attrName : attributes)
317 return attributes;
326 this.attributes.clear();
327 this.attributes.addAll(operations);
356 String[] line = new String[attributes.size() + 1];
436 String[] line = new String[attributes.size() + 1];
440 for (String attr : attributes)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java56 * The panel that allows the user to select which attributes must be displayed
80 * Creates an instance of this panel that uses String as attributes.
81 * @param attributes the list of possible attributes.
82 * @return an instance of this panel that uses String as attributes.
85 createStringInstance(LinkedHashSet<String> attributes) argument
87 return new MonitoringAttributesViewPanel<String>(attributes);
92 * attributes.
93 * @param attributes the list of possible attributes
98 createMonitoringAttributesInstance( LinkedHashSet<MonitoringAttributes> attributes) argument
111 createMessageInstance(LinkedHashSet<Message> attributes) argument
130 MonitoringAttributesViewPanel( LinkedHashSet<T> attributes) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DDBEnvironmentMonitoringTableModel.java61 private LinkedHashSet<String> attributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringTableModel
147 for (String attrName : attributes)
316 return attributes;
325 this.attributes.clear();
326 this.attributes.addAll(operations);
355 String[] line = new String[attributes.size() + 1];
435 String[] line = new String[attributes.size() + 1];
439 for (String attr : attributes)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java55 * The panel that allows the user to select which attributes must be displayed
79 * Creates an instance of this panel that uses String as attributes.
80 * @param attributes the list of possible attributes.
81 * @return an instance of this panel that uses String as attributes.
84 createStringInstance(LinkedHashSet<String> attributes) argument
86 return new MonitoringAttributesViewPanel<String>(attributes);
91 * attributes.
92 * @param attributes the list of possible attributes
97 createMonitoringAttributesInstance( LinkedHashSet<MonitoringAttributes> attributes) argument
110 createMessageInstance(LinkedHashSet<Message> attributes) argument
129 MonitoringAttributesViewPanel( LinkedHashSet<T> attributes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A DJEReplicaDB.java295 final List<Attribute> attributes = new ArrayList<Attribute>();
296 create(attributes, "replicationServer-database",String.valueOf(serverId));
297 create(attributes, "domain-name", baseDN.toNormalizedString());
301 create(attributes, "first-change", encode(limits.oldestCSN));
305 create(attributes, "last-change", encode(limits.newestCSN));
307 return attributes;
310 private void create(final List<Attribute> attributes, final String name, final String value) argument
312 attributes.add(Attributes.create(name, value));
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DDBEnvironmentMonitoringTableModel.java62 private LinkedHashSet<String> attributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringTableModel
148 for (String attrName : attributes)
317 return attributes;
326 this.attributes.clear();
327 this.attributes.addAll(operations);
356 String[] line = new String[attributes.size() + 1];
436 String[] line = new String[attributes.size() + 1];
440 for (String attr : attributes)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java56 * The panel that allows the user to select which attributes must be displayed
80 * Creates an instance of this panel that uses String as attributes.
81 * @param attributes the list of possible attributes.
82 * @return an instance of this panel that uses String as attributes.
85 createStringInstance(LinkedHashSet<String> attributes) argument
87 return new MonitoringAttributesViewPanel<String>(attributes);
92 * attributes.
93 * @param attributes the list of possible attributes
98 createMonitoringAttributesInstance( LinkedHashSet<MonitoringAttributes> attributes) argument
111 createMessageInstance(LinkedHashSet<Message> attributes) argument
130 MonitoringAttributesViewPanel( LinkedHashSet<T> attributes) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityObjectIF.java56 * @param attributes
65 String entityType, String entityLocation, Map attributes)
84 String entityType, String entityLocation, Map attributes)
64 createEntity(String ssoToken, String entityName, String entityType, String entityLocation, Map attributes) argument
83 modifyEntity(String ssoToken, String entityName, String entityType, String entityLocation, Map attributes) argument

Completed in 176 milliseconds

<<11121314151617181920>>