Searched refs:attributes (Results 76 - 100 of 1439) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DEnvironment.java39 * environment. These are the environment attributes which are NOT
58 * If no attributes and present, empty <code>List</code> will be returned.
67 * @param attributes <code>Attribute</code> elements of this object
68 * attributes could be an empty <code>List</code>, if no attributes
76 public void setAttributes(List attributes) throws XACMLException; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DAction.java55 * If no attributes and present, empty <code>List</code> will be returned.
64 * @param attributes <code>Attribute</code> elements of this object
65 * attributes could be an empty <code>List</code>, if no attributes
73 public void setAttributes(List attributes) throws XACMLException; argument
H A DEnvironment.java39 * environment. These are the environment attributes which are NOT
58 * If no attributes and present, empty <code>List</code> will be returned.
67 * @param attributes <code>Attribute</code> elements of this object
68 * attributes could be an empty <code>List</code>, if no attributes
76 public void setAttributes(List attributes) throws XACMLException; argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWorkQueueMonitoringPanel.java51 static List<MonitoringAttributes> attributes = field in class:WorkQueueMonitoringPanel
54 attributes.add(BasicMonitoringAttributes.AVERAGE_REQUEST_BACKLOG);
55 attributes.add(BasicMonitoringAttributes.MAX_REQUEST_BACKLOG);
56 attributes.add(BasicMonitoringAttributes.CURRENT_REQUEST_BACKLOG);
57 attributes.add(BasicMonitoringAttributes.REQUESTS_SUBMITTED);
58 attributes.add(BasicMonitoringAttributes.REQUESTS_REJECTED);
63 for (int i=0; i<attributes.size(); i++)
108 for (int i=0; i<attributes.size(); i++)
110 JLabel l = Utilities.createPrimaryLabel(getLabel(attributes.get(i)));
152 updateMonitoringInfo(attributes, monitoringLabel
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWorkQueueMonitoringPanel.java50 static List<MonitoringAttributes> attributes = field in class:WorkQueueMonitoringPanel
53 attributes.add(BasicMonitoringAttributes.AVERAGE_REQUEST_BACKLOG);
54 attributes.add(BasicMonitoringAttributes.MAX_REQUEST_BACKLOG);
55 attributes.add(BasicMonitoringAttributes.CURRENT_REQUEST_BACKLOG);
56 attributes.add(BasicMonitoringAttributes.REQUESTS_SUBMITTED);
57 attributes.add(BasicMonitoringAttributes.REQUESTS_REJECTED);
62 for (int i=0; i<attributes.size(); i++)
107 for (int i=0; i<attributes.size(); i++)
109 JLabel l = Utilities.createPrimaryLabel(getLabel(attributes.get(i)));
151 updateMonitoringInfo(attributes, monitoringLabel
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DLightweightServerHandler.java161 * Retrieves a set of attributes containing monitor data that should be
164 * @return A set of attributes containing monitor data that should be
171 List<Attribute> attributes = new ArrayList<Attribute>();
175 attributes.add(Attributes.create("server-id", String.valueOf(serverId)));
176 attributes.add(Attributes.create("domain-name",
178 attributes.add(Attributes.create("connected-to",
199 attributes.add(builder.toAttribute());
206 attributes.add(Attributes.create(
208 attributes.add(Attributes.create(
215 attributes
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWorkQueueMonitoringPanel.java51 static List<MonitoringAttributes> attributes = field in class:WorkQueueMonitoringPanel
54 attributes.add(BasicMonitoringAttributes.AVERAGE_REQUEST_BACKLOG);
55 attributes.add(BasicMonitoringAttributes.MAX_REQUEST_BACKLOG);
56 attributes.add(BasicMonitoringAttributes.CURRENT_REQUEST_BACKLOG);
57 attributes.add(BasicMonitoringAttributes.REQUESTS_SUBMITTED);
58 attributes.add(BasicMonitoringAttributes.REQUESTS_REJECTED);
63 for (int i=0; i<attributes.size(); i++)
108 for (int i=0; i<attributes.size(); i++)
110 JLabel l = Utilities.createPrimaryLabel(getLabel(attributes.get(i)));
152 updateMonitoringInfo(attributes, monitoringLabel
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWorkQueueMonitoringPanel.java50 static List<MonitoringAttributes> attributes = field in class:WorkQueueMonitoringPanel
53 attributes.add(BasicMonitoringAttributes.AVERAGE_REQUEST_BACKLOG);
54 attributes.add(BasicMonitoringAttributes.MAX_REQUEST_BACKLOG);
55 attributes.add(BasicMonitoringAttributes.CURRENT_REQUEST_BACKLOG);
56 attributes.add(BasicMonitoringAttributes.REQUESTS_SUBMITTED);
57 attributes.add(BasicMonitoringAttributes.REQUESTS_REJECTED);
62 for (int i=0; i<attributes.size(); i++)
107 for (int i=0; i<attributes.size(); i++)
109 JLabel l = Utilities.createPrimaryLabel(getLabel(attributes.get(i)));
151 updateMonitoringInfo(attributes, monitoringLabel
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DLightweightServerHandler.java161 * Retrieves a set of attributes containing monitor data that should be
164 * @return A set of attributes containing monitor data that should be
171 List<Attribute> attributes = new ArrayList<Attribute>();
175 attributes.add(Attributes.create("server-id", String.valueOf(serverId)));
176 attributes.add(Attributes.create("domain-name",
178 attributes.add(Attributes.create("connected-to",
199 attributes.add(builder.toAttribute());
206 attributes.add(Attributes.create(
208 attributes.add(Attributes.create(
215 attributes
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DWorkQueueMonitoringPanel.java51 static List<MonitoringAttributes> attributes = field in class:WorkQueueMonitoringPanel
54 attributes.add(BasicMonitoringAttributes.AVERAGE_REQUEST_BACKLOG);
55 attributes.add(BasicMonitoringAttributes.MAX_REQUEST_BACKLOG);
56 attributes.add(BasicMonitoringAttributes.CURRENT_REQUEST_BACKLOG);
57 attributes.add(BasicMonitoringAttributes.REQUESTS_SUBMITTED);
58 attributes.add(BasicMonitoringAttributes.REQUESTS_REJECTED);
63 for (int i=0; i<attributes.size(); i++)
108 for (int i=0; i<attributes.size(); i++)
110 JLabel l = Utilities.createPrimaryLabel(getLabel(attributes.get(i)));
152 updateMonitoringInfo(attributes, monitoringLabel
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DWorkQueueMonitoringPanel.java51 static List<MonitoringAttributes> attributes = new ArrayList<>(); field in class:WorkQueueMonitoringPanel
53 attributes.add(BasicMonitoringAttributes.AVERAGE_REQUEST_BACKLOG);
54 attributes.add(BasicMonitoringAttributes.MAX_REQUEST_BACKLOG);
55 attributes.add(BasicMonitoringAttributes.CURRENT_REQUEST_BACKLOG);
56 attributes.add(BasicMonitoringAttributes.REQUESTS_SUBMITTED);
57 attributes.add(BasicMonitoringAttributes.REQUESTS_REJECTED);
61 for (int i=0; i<attributes.size(); i++)
104 for (int i=0; i<attributes.size(); i++)
106 JLabel l = Utilities.createPrimaryLabel(getLabel(attributes.get(i)));
148 updateMonitoringInfo(attributes, monitoringLabel
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DLightweightServerHandler.java163 * Retrieves a set of attributes containing monitor data that should be
166 * @return A set of attributes containing monitor data that should be
173 List<Attribute> attributes = new ArrayList<>();
177 attributes.add(Attributes.create("server-id", String.valueOf(serverId)));
178 attributes.add(Attributes.create("domain-name",
180 attributes.add(Attributes.create("connected-to",
198 attributes.add(builder.toAttribute());
205 attributes.add(Attributes.create(
207 attributes.add(Attributes.create(
214 attributes
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DdefaultMapping.js145 onUnassignment.attributes = oldAssignment.attributes;
150 // Get the Old assignment's attributes
151 var oldAttributes = oldAssignment.attributes;
152 // Loop through old attributes and execute the unassignmentOperation on any that were removed or updated
158 var currentAttributes = currentAssignment.attributes;
159 // Loop through attributes to check if they have been removed/updated
206 var attributes = assignment.attributes;
216 onAssignment.attributes
[all...]
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/sns/utils/
H A DSnsPushResponseUpdater.java109 Map<String, String> attributes = standardAtttributes(deviceId);
115 .withAttributes(attributes)
122 attributes.put(ENABLED, "false");
127 .withAttributes(attributes);
132 attributes.put(ENABLED, "true");
136 .withAttributes(attributes)
147 Map<String, String> attributes = new HashMap<>();
148 attributes.put(ENABLED, "true");
149 attributes.put(TOKEN, deviceId);
150 return attributes;
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java57 // The expected set of attributes (attribute name -> list of
59 private final Map<String, List<String>> attributes = new HashMap<String, List<String>>(); field in class:CreateEntryMockLDAPConnection
95 attributes.put(expectedName, Arrays.asList(expectedValues));
113 public void createEntry(LdapName dn, Attributes attributes) argument
119 this.attributes);
120 NamingEnumeration<? extends Attribute> ne = attributes.getAll();
132 Assert.fail("Missing expected attributes: " + expected.keySet());
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java56 // The expected set of attributes (attribute name -> list of
58 private final Map<String, List<String>> attributes = new HashMap<String, List<String>>(); field in class:CreateEntryMockLDAPConnection
94 attributes.put(expectedName, Arrays.asList(expectedValues));
112 public void createEntry(LdapName dn, Attributes attributes) argument
118 this.attributes);
119 NamingEnumeration<? extends Attribute> ne = attributes.getAll();
131 Assert.fail("Missing expected attributes: " + expected.keySet());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java57 // The expected set of attributes (attribute name -> list of
59 private final Map<String, List<String>> attributes = new HashMap<String, List<String>>(); field in class:CreateEntryMockLDAPConnection
95 attributes.put(expectedName, Arrays.asList(expectedValues));
113 public void createEntry(LdapName dn, Attributes attributes) argument
119 this.attributes);
120 NamingEnumeration<? extends Attribute> ne = attributes.getAll();
132 Assert.fail("Missing expected attributes: " + expected.keySet());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java56 // The expected set of attributes (attribute name -> list of
58 private final Map<String, List<String>> attributes = new HashMap<String, List<String>>(); field in class:CreateEntryMockLDAPConnection
94 attributes.put(expectedName, Arrays.asList(expectedValues));
112 public void createEntry(LdapName dn, Attributes attributes) argument
118 this.attributes);
119 NamingEnumeration<? extends Attribute> ne = attributes.getAll();
131 Assert.fail("Missing expected attributes: " + expected.keySet());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java57 // The expected set of attributes (attribute name -> list of
59 private final Map<String, List<String>> attributes = new HashMap<String, List<String>>(); field in class:CreateEntryMockLDAPConnection
95 attributes.put(expectedName, Arrays.asList(expectedValues));
113 public void createEntry(LdapName dn, Attributes attributes) argument
119 this.attributes);
120 NamingEnumeration<? extends Attribute> ne = attributes.getAll();
132 Assert.fail("Missing expected attributes: " + expected.keySet());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCallBack.java58 * The API's for pre call back provide a mechanism to inspect the attributes
61 * affect other plugins which are dependent on the same attributes.
96 * This method provides a mechanism for applications to obtain attributes
101 * override this method, then attributes returned from each of them will be
103 * request specific attributes the call backs are made only for those
104 * attributes that are not found in the Access Manager's data store. If the
106 * attributes is called, the call back will take place after obtaining all
107 * the attributes for the corresponding entry from the Access Manager's data
119 * <li> The attributes returned by the plugins will not be cached by SDK.
121 * plugin's maintain a local cache of frequently attributes
181 preProcessCreate(SSOToken token, String entryDN, Map attributes, int objectType) argument
275 preProcessDelete(SSOToken token, String entryDN, Map attributes, boolean softDeleteEnabled, int objectType) argument
312 postProcessCreate(SSOToken token, String entryDN, Map attributes, int objectType) argument
393 postProcessDelete(SSOToken token, String entryDN, Map attributes, boolean softDelete, int objectType) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/admin/client/ldap/
H A DCreateEntryMockLDAPConnection.java54 /** The expected set of attributes (attribute name -> list of values). */
55 private final Map<String, List<String>> attributes = new HashMap<>(); field in class:CreateEntryMockLDAPConnection
91 attributes.put(expectedName, Arrays.asList(expectedValues));
107 public void createEntry(LdapName dn, Attributes attributes) argument
112 Map<String, List<String>> expected = new HashMap<>(this.attributes);
113 NamingEnumeration<? extends Attribute> ne = attributes.getAll();
122 assertTrue(expected.isEmpty(), "Missing expected attributes: " + expected.keySet());
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCallBack.java58 * The API's for pre call back provide a mechanism to inspect the attributes
61 * affect other plugins which are dependent on the same attributes.
96 * This method provides a mechanism for applications to obtain attributes
101 * override this method, then attributes returned from each of them will be
103 * request specific attributes the call backs are made only for those
104 * attributes that are not found in the Access Manager's data store. If the
106 * attributes is called, the call back will take place after obtaining all
107 * the attributes for the corresponding entry from the Access Manager's data
119 * <li> The attributes returned by the plugins will not be cached by SDK.
121 * plugin's maintain a local cache of frequently attributes
181 preProcessCreate(SSOToken token, String entryDN, Map attributes, int objectType) argument
275 preProcessDelete(SSOToken token, String entryDN, Map attributes, boolean softDeleteEnabled, int objectType) argument
312 postProcessCreate(SSOToken token, String entryDN, Map attributes, int objectType) argument
393 postProcessDelete(SSOToken token, String entryDN, Map attributes, boolean softDelete, int objectType) argument
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLElement.java35 * Represents a simple XML element that may have given attributes, child
71 * attributes are defined with leading and trailing double quotes, the
241 * at the end of the already present attributes. Note that it is not
243 * already certain other attributes are present. One way to work around
244 * this limitation is to remove all attributes from this element and then
260 * value indicates the number of attributes that were removed. If the give
265 * @return the number of attributes that were removed
269 ArrayList attributes = getAttributes();
271 if (attributes != null && attributes
530 setAttributes(ArrayList attributes) argument
876 private ArrayList attributes; field in class:XMLElement
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLElement.java35 * Represents a simple XML element that may have given attributes, child
71 * attributes are defined with leading and trailing double quotes, the
241 * at the end of the already present attributes. Note that it is not
243 * already certain other attributes are present. One way to work around
244 * this limitation is to remove all attributes from this element and then
260 * value indicates the number of attributes that were removed. If the give
265 * @return the number of attributes that were removed
269 ArrayList attributes = getAttributes();
271 if (attributes != null && attributes
530 setAttributes(ArrayList attributes) argument
876 private ArrayList attributes; field in class:XMLElement
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DResourceImpl.java67 private List attributes; field in class:ResourceImpl
151 if (attributes == null) {
152 attributes = new ArrayList();
156 attributes.add(attribute);
166 "ResourceImpl.processElement(): no attributes or resource "
217 * If no attributes and present, empty <code>List</code> will be returned.
229 return attributes;
235 * @param attributes <code>Attribute</code> elements of this object
236 * attributes could be an empty <code>List</code>, if no attributes
244 setAttributes(List attributes) argument
[all...]

Completed in 207 milliseconds

1234567891011>>