Searched refs:attributes (Results 401 - 425 of 1439) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DDynamicGroupSearchThread.java118 LinkedHashSet<String> attributes = new LinkedHashSet<String>(0);
119 //Include all the user attributes along with the ismemberof.
120 attributes.add("*");
121 attributes.add("ismemberof");
127 false, searchFilters[searchCounter], attributes,
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalSearchOperation.java104 * @param attributes The names of the requested attributes
117 RawFilter rawFilter, Set<String> attributes,
122 typesOnly, rawFilter, attributes);
169 * @param attributes The names of the requested attributes
182 SearchFilter filter, LinkedHashSet<String> attributes,
187 typesOnly, filter, attributes);
111 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawBaseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter rawFilter, Set<String> attributes, InternalSearchListener searchListener) argument
176 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, DN baseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, SearchFilter filter, LinkedHashSet<String> attributes, InternalSearchListener searchListener) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPreParseSearchOperation.java193 * Retrieves the set of requested attributes for this search
196 * @return The set of requested attributes for this search
204 * Specifies the set of requested attributes for this search
207 * @param attributes The set of requested attributes for this
210 public void setAttributes(Set<String> attributes); argument
/forgerock/opendj2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPConnection.java57 * Creates a new entry with the specified set of attributes.
61 * @param attributes
62 * The set of attributes.
66 public abstract void createEntry(LdapName dn, Attributes attributes) argument
114 * Modifies the attributes of the named entry.
119 * The list of attributes which need replacing.
129 * Reads the attributes of the named entry.
134 * The list of attributes to be retrievd.
135 * @return Returns the attributes of the requested entry.
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DDynamicGroupSearchThread.java117 LinkedHashSet<String> attributes = new LinkedHashSet<String>(0);
118 //Include all the user attributes along with the ismemberof.
119 attributes.add("*");
120 attributes.add("ismemberof");
126 false, searchFilters[searchCounter], attributes,
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalSearchOperation.java89 * @param attributes The names of the requested attributes
102 RawFilter rawFilter, Set<String> attributes,
107 typesOnly, rawFilter, attributes);
154 * @param attributes The names of the requested attributes
167 SearchFilter filter, Set<String> attributes,
172 typesOnly, filter, attributes);
96 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawBaseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter rawFilter, Set<String> attributes, InternalSearchListener searchListener) argument
161 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, DN baseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, SearchFilter filter, Set<String> attributes, InternalSearchListener searchListener) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/ldap/
H A DLDAPConnection.java58 * Creates a new entry with the specified set of attributes.
62 * @param attributes
63 * The set of attributes.
67 public abstract void createEntry(LdapName dn, Attributes attributes) argument
115 * Modifies the attributes of the named entry.
120 * The list of attributes which need replacing.
130 * Reads the attributes of the named entry.
135 * The list of attributes to be retrievd.
136 * @return Returns the attributes of the requested entry.
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPreParseSearchOperation.java192 * Retrieves the set of requested attributes for this search
195 * @return The set of requested attributes for this search
203 * Specifies the set of requested attributes for this search
206 * @param attributes The set of requested attributes for this
209 public void setAttributes(Set<String> attributes); argument
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/ldap/
H A DLDAPConnection.java58 * Creates a new entry with the specified set of attributes.
62 * @param attributes
63 * The set of attributes.
67 public abstract void createEntry(LdapName dn, Attributes attributes) argument
115 * Modifies the attributes of the named entry.
120 * The list of attributes which need replacing.
130 * Reads the attributes of the named entry.
135 * The list of attributes to be retrievd.
136 * @return Returns the attributes of the requested entry.
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DDynamicGroupSearchThread.java118 LinkedHashSet<String> attributes = new LinkedHashSet<String>(0);
119 //Include all the user attributes along with the ismemberof.
120 attributes.add("*");
121 attributes.add("ismemberof");
127 false, searchFilters[searchCounter], attributes,
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalSearchOperation.java104 * @param attributes The names of the requested attributes
117 RawFilter rawFilter, Set<String> attributes,
122 typesOnly, rawFilter, attributes);
169 * @param attributes The names of the requested attributes
182 SearchFilter filter, LinkedHashSet<String> attributes,
187 typesOnly, filter, attributes);
111 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawBaseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter rawFilter, Set<String> attributes, InternalSearchListener searchListener) argument
176 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, DN baseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, SearchFilter filter, LinkedHashSet<String> attributes, InternalSearchListener searchListener) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPreParseSearchOperation.java193 * Retrieves the set of requested attributes for this search
196 * @return The set of requested attributes for this search
204 * Specifies the set of requested attributes for this search
207 * @param attributes The set of requested attributes for this
210 public void setAttributes(Set<String> attributes); argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DDynamicGroupSearchThread.java118 LinkedHashSet<String> attributes = new LinkedHashSet<String>(0);
119 //Include all the user attributes along with the ismemberof.
120 attributes.add("*");
121 attributes.add("ismemberof");
127 false, searchFilters[searchCounter], attributes,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalSearchOperation.java104 * @param attributes The names of the requested attributes
117 RawFilter rawFilter, Set<String> attributes,
122 typesOnly, rawFilter, attributes);
169 * @param attributes The names of the requested attributes
182 SearchFilter filter, LinkedHashSet<String> attributes,
187 typesOnly, filter, attributes);
111 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawBaseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter rawFilter, Set<String> attributes, InternalSearchListener searchListener) argument
176 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, DN baseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, SearchFilter filter, LinkedHashSet<String> attributes, InternalSearchListener searchListener) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPreParseSearchOperation.java193 * Retrieves the set of requested attributes for this search
196 * @return The set of requested attributes for this search
204 * Specifies the set of requested attributes for this search
207 * @param attributes The set of requested attributes for this
210 public void setAttributes(Set<String> attributes); argument
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPConnection.java57 * Creates a new entry with the specified set of attributes.
61 * @param attributes
62 * The set of attributes.
66 public abstract void createEntry(LdapName dn, Attributes attributes) argument
114 * Modifies the attributes of the named entry.
119 * The list of attributes which need replacing.
129 * Reads the attributes of the named entry.
134 * The list of attributes to be retrievd.
135 * @return Returns the attributes of the requested entry.
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DDynamicGroupSearchThread.java117 LinkedHashSet<String> attributes = new LinkedHashSet<String>(0);
118 //Include all the user attributes along with the ismemberof.
119 attributes.add("*");
120 attributes.add("ismemberof");
126 false, searchFilters[searchCounter], attributes,
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalSearchOperation.java89 * @param attributes The names of the requested attributes
102 RawFilter rawFilter, Set<String> attributes,
107 typesOnly, rawFilter, attributes);
154 * @param attributes The names of the requested attributes
167 SearchFilter filter, Set<String> attributes,
172 typesOnly, filter, attributes);
96 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, ByteString rawBaseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, RawFilter rawFilter, Set<String> attributes, InternalSearchListener searchListener) argument
161 InternalSearchOperation( ClientConnection internalConnection, long operationID, int messageID, List<Control> requestControls, DN baseDN, SearchScope scope, DereferencePolicy derefPolicy, int sizeLimit, int timeLimit, boolean typesOnly, SearchFilter filter, Set<String> attributes, InternalSearchListener searchListener) argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPreParseSearchOperation.java192 * Retrieves the set of requested attributes for this search
195 * @return The set of requested attributes for this search
203 * Specifies the set of requested attributes for this search
206 * @param attributes The set of requested attributes for this
209 public void setAttributes(Set<String> attributes); argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/ldap/
H A DLDAPConnection.java58 * Creates a new entry with the specified set of attributes.
62 * @param attributes
63 * The set of attributes.
67 public abstract void createEntry(LdapName dn, Attributes attributes) argument
115 * Modifies the attributes of the named entry.
120 * The list of attributes which need replacing.
130 * Reads the attributes of the named entry.
135 * The list of attributes to be retrievd.
136 * @return Returns the attributes of the requested entry.
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEntityImpl.java87 public void removeAttributes(Set attributes) throws AMException, argument
89 super.removeAttributes(attributes);
93 public void setAttributes(Map attributes) throws AMException, SSOException { argument
94 super.setAttributes(attributes);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DFilteredRole.java66 * The attributes that are required for FilteredRole. Any creation template
67 * for FilteredRole should have these attributes.
163 * @param attributes
170 protected SearchResults getMembers(String[] attributes) throws UMSException argument
186 SearchScope.WHOLE_SUBTREE.intValue(), getFilter(), attributes, false, null);
193 * @param attributes
204 protected SearchResults getMembers(String[] attributes, String filter) argument
218 + " ) ", attributes, false, null);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityObject.java76 * @param attributes
86 Map attributes) throws EntityException, SSOException {
89 entityLocation, attributes };
212 * @param attributes
219 Map attributes
223 entityLocation, attributes };
85 createEntity(String entityName, String entityType, Map attributes) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/ldap/
H A DLDAPConnection.java57 * Creates a new entry with the specified set of attributes.
61 * @param attributes
62 * The set of attributes.
66 public abstract void createEntry(LdapName dn, Attributes attributes) argument
114 * Modifies the attributes of the named entry.
119 * The list of attributes which need replacing.
129 * Reads the attributes of the named entry.
134 * The list of attributes to be retrievd.
135 * @return Returns the attributes of the requested entry.
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/
H A DConfigurationInstance.java108 * @param attributes A set of attributes to be deleted from the Service
117 String configName, Set attributes)
116 deleteConfiguration(String realm, String configName, Set attributes) argument

Completed in 127 milliseconds

<<11121314151617181920>>