Searched refs:attributes (Results 126 - 150 of 1439) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DAddRequestProtocolOp.java58 /** The set of attributes for this add request. */
59 private List<RawAttribute> attributes; field in class:AddRequestProtocolOp
68 * attributes.
75 this.attributes = new ArrayList<RawAttribute>();
82 * attributes.
85 * @param attributes The set of attributes for this add request.
87 public AddRequestProtocolOp(ByteString dn, List<RawAttribute> attributes) argument
91 if (attributes == null)
93 this.attributes
[all...]
H A DSearchRequestProtocolOp.java76 /** The set of requested attributes for this search request. */
77 private Set<String> attributes; field in class:SearchRequestProtocolOp
95 * @param attributes The set of requested attributes for this search
102 Set<String> attributes)
112 if (attributes == null)
114 this.attributes = new LinkedHashSet<String>(0);
118 this.attributes = attributes;
207 * Retrieves the set of requested attributes fo
98 SearchRequestProtocolOp(ByteString baseDN, SearchScope scope, DereferencePolicy dereferencePolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter filter, Set<String> attributes) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DAddRequestProtocolOp.java57 /** The set of attributes for this add request. */
58 private List<RawAttribute> attributes; field in class:AddRequestProtocolOp
67 * attributes.
74 this.attributes = new ArrayList<RawAttribute>();
81 * attributes.
84 * @param attributes The set of attributes for this add request.
86 public AddRequestProtocolOp(ByteString dn, List<RawAttribute> attributes) argument
90 if (attributes == null)
92 this.attributes
[all...]
H A DSearchRequestProtocolOp.java75 /** The set of requested attributes for this search request. */
76 private Set<String> attributes; field in class:SearchRequestProtocolOp
94 * @param attributes The set of requested attributes for this search
101 Set<String> attributes)
111 if (attributes == null)
113 this.attributes = new LinkedHashSet<String>(0);
117 this.attributes = attributes;
206 * Retrieves the set of requested attributes fo
97 SearchRequestProtocolOp(ByteString baseDN, SearchScope scope, DereferencePolicy dereferencePolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter filter, Set<String> attributes) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java70 private LinkedHashSet<String> attributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringPanel
137 tableModel.setAttributes(attributes);
194 attributes.add(attrName);
195 if (attributes.size() == 5)
200 if (attributes.size() > 0)
202 setOperationsToDisplay(attributes);
237 operationViewPanel.setSelectedAttributes(attributes);
241 attributes = operationViewPanel.getAttributes();
242 setOperationsToDisplay(attributes);
248 LinkedHashSet<String> attributes)
247 setOperationsToDisplay( LinkedHashSet<String> attributes) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java69 private LinkedHashSet<String> attributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringPanel
136 tableModel.setAttributes(attributes);
193 attributes.add(attrName);
194 if (attributes.size() == 5)
199 if (attributes.size() > 0)
201 setOperationsToDisplay(attributes);
236 operationViewPanel.setSelectedAttributes(attributes);
240 attributes = operationViewPanel.getAttributes();
241 setOperationsToDisplay(attributes);
247 LinkedHashSet<String> attributes)
246 setOperationsToDisplay( LinkedHashSet<String> attributes) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DAddRequestProtocolOp.java58 /** The set of attributes for this add request. */
59 private List<RawAttribute> attributes; field in class:AddRequestProtocolOp
68 * attributes.
75 this.attributes = new ArrayList<RawAttribute>();
82 * attributes.
85 * @param attributes The set of attributes for this add request.
87 public AddRequestProtocolOp(ByteString dn, List<RawAttribute> attributes) argument
91 if (attributes == null)
93 this.attributes
[all...]
H A DSearchRequestProtocolOp.java76 /** The set of requested attributes for this search request. */
77 private Set<String> attributes; field in class:SearchRequestProtocolOp
95 * @param attributes The set of requested attributes for this search
102 Set<String> attributes)
112 if (attributes == null)
114 this.attributes = new LinkedHashSet<String>(0);
118 this.attributes = attributes;
207 * Retrieves the set of requested attributes fo
98 SearchRequestProtocolOp(ByteString baseDN, SearchScope scope, DereferencePolicy dereferencePolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter filter, Set<String> attributes) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java70 private LinkedHashSet<String> attributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringPanel
137 tableModel.setAttributes(attributes);
194 attributes.add(attrName);
195 if (attributes.size() == 5)
200 if (attributes.size() > 0)
202 setOperationsToDisplay(attributes);
237 operationViewPanel.setSelectedAttributes(attributes);
241 attributes = operationViewPanel.getAttributes();
242 setOperationsToDisplay(attributes);
248 LinkedHashSet<String> attributes)
247 setOperationsToDisplay( LinkedHashSet<String> attributes) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java69 private LinkedHashSet<String> attributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringPanel
136 tableModel.setAttributes(attributes);
193 attributes.add(attrName);
194 if (attributes.size() == 5)
199 if (attributes.size() > 0)
201 setOperationsToDisplay(attributes);
236 operationViewPanel.setSelectedAttributes(attributes);
240 attributes = operationViewPanel.getAttributes();
241 setOperationsToDisplay(attributes);
247 LinkedHashSet<String> attributes)
246 setOperationsToDisplay( LinkedHashSet<String> attributes) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DAddRequestProtocolOp.java58 /** The set of attributes for this add request. */
59 private List<RawAttribute> attributes; field in class:AddRequestProtocolOp
68 * attributes.
75 this.attributes = new ArrayList<RawAttribute>();
82 * attributes.
85 * @param attributes The set of attributes for this add request.
87 public AddRequestProtocolOp(ByteString dn, List<RawAttribute> attributes) argument
91 if (attributes == null)
93 this.attributes
[all...]
H A DSearchRequestProtocolOp.java76 /** The set of requested attributes for this search request. */
77 private Set<String> attributes; field in class:SearchRequestProtocolOp
95 * @param attributes The set of requested attributes for this search
102 Set<String> attributes)
112 if (attributes == null)
114 this.attributes = new LinkedHashSet<String>(0);
118 this.attributes = attributes;
207 * Retrieves the set of requested attributes fo
98 SearchRequestProtocolOp(ByteString baseDN, SearchScope scope, DereferencePolicy dereferencePolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter filter, Set<String> attributes) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DAddRequestProtocolOp.java57 /** The set of attributes for this add request. */
58 private List<RawAttribute> attributes; field in class:AddRequestProtocolOp
67 * attributes.
74 this.attributes = new ArrayList<RawAttribute>();
81 * attributes.
84 * @param attributes The set of attributes for this add request.
86 public AddRequestProtocolOp(ByteString dn, List<RawAttribute> attributes) argument
90 if (attributes == null)
92 this.attributes
[all...]
H A DSearchRequestProtocolOp.java75 /** The set of requested attributes for this search request. */
76 private Set<String> attributes; field in class:SearchRequestProtocolOp
94 * @param attributes The set of requested attributes for this search
101 Set<String> attributes)
111 if (attributes == null)
113 this.attributes = new LinkedHashSet<String>(0);
117 this.attributes = attributes;
206 * Retrieves the set of requested attributes fo
97 SearchRequestProtocolOp(ByteString baseDN, SearchScope scope, DereferencePolicy dereferencePolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter filter, Set<String> attributes) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java70 private LinkedHashSet<String> attributes = new LinkedHashSet<String>(); field in class:DBEnvironmentMonitoringPanel
137 tableModel.setAttributes(attributes);
194 attributes.add(attrName);
195 if (attributes.size() == 5)
200 if (attributes.size() > 0)
202 setOperationsToDisplay(attributes);
237 operationViewPanel.setSelectedAttributes(attributes);
241 attributes = operationViewPanel.getAttributes();
242 setOperationsToDisplay(attributes);
248 LinkedHashSet<String> attributes)
247 setOperationsToDisplay( LinkedHashSet<String> attributes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DDatabaseMonitoringPanel.java56 /** The panel displaying the database monitoring filtered attributes. */
67 private LinkedHashSet<String> attributes = new LinkedHashSet<>(); field in class:DatabaseMonitoringPanel
132 tableModel.setAttributes(attributes);
183 attributes.add(attrName);
184 if (attributes.size() == 5)
189 if (!attributes.isEmpty())
191 setFieldsToDisplay(attributes);
220 fieldsViewPanel.setSelectedAttributes(attributes);
224 attributes = fieldsViewPanel.getAttributes();
225 setFieldsToDisplay(attributes);
230 setFieldsToDisplay(LinkedHashSet<String> attributes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DAddRequestProtocolOp.java53 /** The set of attributes for this add request. */
54 private List<RawAttribute> attributes; field in class:AddRequestProtocolOp
63 * attributes.
70 this.attributes = new ArrayList<>();
77 * attributes.
80 * @param attributes The set of attributes for this add request.
82 public AddRequestProtocolOp(ByteString dn, List<RawAttribute> attributes) argument
86 if (attributes == null)
88 this.attributes
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEntity.java91 * Returns Map of all attributes. Map key is the attribute name and value is
94 * @return Map of all attributes.
96 * if an error is encountered when trying to read attributes
104 * Returns Map of specified attributes. Map key is the attribute name and
109 * @return Map of specified attributes.
122 * Also, the attributes changed by this method are not committed to the LDAP
126 * @param attributes
131 * attributes from the data store.
135 public void setAttributes(Map attributes) throws AMException, SSOException; argument
138 * Removes attributes i
149 removeAttributes(Set attributes) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/
H A DIdentityServices.java43 * Retrieve user details (roles, attributes) for the subject.
45 * @param attributeNames Optional list of attributes to be returned.
50 * @throws AccessDenied If reading of attributes for the user is
53 UserDetails attributes(List attributeNames, Token subject, boolean refresh) throws TokenExpired, GeneralFailure, method in interface:IdentityServices
74 * @param attributes Attribute objects specifying criteria for the object
85 * @throws AccessDenied If reading of attributes for the user is
88 IdentityDetails read(String name, List attributes, Token admin) throws NeedMoreCredentials, ObjectNotFound, argument
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DLoggingUpgradeHelper.java36 * Constructs a new LoggingUpgradeHelper instance, add configures the logging attributes that are to updated.
39 attributes.add(SUN_AM_LOG_LEVEL_ATTR);
40 attributes.add(LOGGING_TYPE);
H A DOAuth2AuthModuleUpgradeHelper.java32 attributes.add(ACCOUNT_MAPPER_PROPERTY);
33 attributes.add(ATTRIBUTE_MAPPER_PROPERTY);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEntity.java91 * Returns Map of all attributes. Map key is the attribute name and value is
94 * @return Map of all attributes.
96 * if an error is encountered when trying to read attributes
104 * Returns Map of specified attributes. Map key is the attribute name and
109 * @return Map of specified attributes.
122 * Also, the attributes changed by this method are not committed to the LDAP
126 * @param attributes
131 * attributes from the data store.
135 public void setAttributes(Map attributes) throws AMException, SSOException; argument
138 * Removes attributes i
149 removeAttributes(Set attributes) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/
H A DIdentityServices.java43 * Retrieve user details (roles, attributes) for the subject.
45 * @param attributeNames Optional list of attributes to be returned.
50 * @throws AccessDenied If reading of attributes for the user is
53 UserDetails attributes(List attributeNames, Token subject, boolean refresh) throws TokenExpired, GeneralFailure, method in interface:IdentityServices
74 * @param attributes Attribute objects specifying criteria for the object
85 * @throws AccessDenied If reading of attributes for the user is
88 IdentityDetails read(String name, List attributes, Token admin) throws NeedMoreCredentials, ObjectNotFound, argument
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DLoggingUpgradeHelper.java36 * Constructs a new LoggingUpgradeHelper instance, add configures the logging attributes that are to updated.
39 attributes.add(SUN_AM_LOG_LEVEL_ATTR);
40 attributes.add(LOGGING_TYPE);
H A DOAuth2AuthModuleUpgradeHelper.java32 attributes.add(ACCOUNT_MAPPER_PROPERTY);
33 attributes.add(ATTRIBUTE_MAPPER_PROPERTY);

Completed in 438 milliseconds

1234567891011>>