Searched refs:attributes (Results 351 - 375 of 1439) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/ldap/
H A DLDAPManagedObject.java191 Attributes attributes = new BasicAttributes();
199 attributes.put(oc);
203 attributes.put(rdn.getType(), rdn.getValue().toString());
207 driver.getLDAPConnection().createEntry(dn, attributes);
226 Attributes attributes = new BasicAttributes(true);
235 attributes.put(oc);
241 attributes.put(rdn.getType(), rdn.getValue().toString());
244 // Create the remaining attributes.
250 attributes.put(attribute);
256 driver.getLDAPConnection().createEntry(dn, attributes);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaUtils.java332 public static boolean isAutoFedEnabled(Map attributes) { argument
335 attributes, IFSConstants.ENABLE_AUTO_FEDERATION);
354 Map attributes = getAttributes(idpConfig);
355 returnVal = getFirstAttributeValue(attributes, attrName);
380 Map attributes = getAttributes(config);
381 return getFirstAttributeValue(attributes, attrName);
390 Map attributes = getAttributes(config);
391 if (attributes != null) {
392 return (List) attributes.get(attrName);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DDataServerHandler.java231 List<Attribute> attributes = super.getMonitorData();
234 attributes.add(Attributes.create("replica", serverURL));
235 attributes.add(Attributes.create("connected-to",
246 attributes.add(Attributes.create(
248 attributes.add(Attributes.create(
254 attributes.add(Attributes.create("missing-changes",
258 attributes.add(Attributes.create("approximate-delay",
267 attributes.add(builder.toAttribute());
270 return attributes;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DTestDnKeyFormat.java175 // Encode the user attributes in the appropriate manner.
179 // The operational attributes will be encoded in the same way as
180 // the user attributes.
185 Map<AttributeType,List<Attribute>> attributes)
189 // First count how many attributes are there to encode.
190 for (List<Attribute> attrList : attributes.values())
203 // Encoded one-to-five byte number of attributes
206 append(buffer, attributes);
264 // Encode the user attributes in the appropriate manner.
268 // The operational attributes wil
184 encodeV1Attributes(ByteStringBuilder buffer, Map<AttributeType,List<Attribute>> attributes) argument
273 encodeV2Attributes(ByteStringBuilder buffer, Map<AttributeType,List<Attribute>> attributes, EntryEncodeConfig config) argument
330 append(ByteStringBuilder buffer, Map<AttributeType, List<Attribute>> attributes) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/meta/
H A DIDFFMetaUtils.java332 public static boolean isAutoFedEnabled(Map attributes) { argument
335 attributes, IFSConstants.ENABLE_AUTO_FEDERATION);
354 Map attributes = getAttributes(idpConfig);
355 returnVal = getFirstAttributeValue(attributes, attrName);
380 Map attributes = getAttributes(config);
381 return getFirstAttributeValue(attributes, attrName);
390 Map attributes = getAttributes(config);
391 if (attributes != null) {
392 return (List) attributes.get(attrName);
/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DDSMLAddOperation.java94 ArrayList<RawAttribute> attributes = new ArrayList<RawAttribute>();
106 attributes.add(ldapAttribute);
110 ProtocolOp op = new AddRequestProtocolOp(dnStr, attributes);
/forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/
H A DDSMLAddOperation.java95 ArrayList<RawAttribute> attributes = new ArrayList<RawAttribute>();
107 attributes.add(ldapAttribute);
111 ProtocolOp op = new AddRequestProtocolOp(dnStr, attributes);
/forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/
H A DDSMLAddOperation.java95 ArrayList<RawAttribute> attributes = new ArrayList<RawAttribute>();
107 attributes.add(ldapAttribute);
111 ProtocolOp op = new AddRequestProtocolOp(dnStr, attributes);
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLAddOperation.java94 ArrayList<RawAttribute> attributes = new ArrayList<RawAttribute>();
106 attributes.add(ldapAttribute);
110 ProtocolOp op = new AddRequestProtocolOp(dnStr, attributes);
/forgerock/opendj2-jel-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLAddOperation.java95 ArrayList<RawAttribute> attributes = new ArrayList<RawAttribute>();
107 attributes.add(ldapAttribute);
111 ProtocolOp op = new AddRequestProtocolOp(dnStr, attributes);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMGroupContainer.java71 * Creates sub group containers and initializes their attributes.
204 * Creates static groups and initializes their attributes.
227 * @param attributes
228 * attributes to be set in group node.
245 public AMGroup createStaticGroup(String name, Map attributes, argument
265 * Creates dynamic groups and initializes their attributes.
284 * @param attributes
285 * attributes to be set in group
302 public AMGroup createDynamicGroup(String name, Map attributes, argument
322 * Creates assignable dynamic groups and initializes their attributes
361 createAssignableDynamicGroup(String name, Map attributes, Map serviceNameAndAttrs) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DDefaultUserIDGenerator.java57 * @param attributes the keys in the <code>Map</code> contains the
65 public Set generateUserIDs(String orgName, Map attributes, int num) { argument
69 attributes, ATTRIBUTE_LAST_NAME).toLowerCase();
71 attributes, ATTRIBUTE_FIRST_NAME).toLowerCase();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DEmbeddedSearchResultIterator.java104 static Map<String, Set<String>> convertLDAPAttributeSetToMap(List<Attribute> attributes) { argument
106 if (CollectionUtils.isNotEmpty(attributes)) {
107 for (Attribute attr : attributes) {
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/query/
H A DQueryBuilder.java94 * Limit the search to return only the named attributes.
103 Set<String> attributes = new HashSet<String>();
105 attributes.add(field.toString());
107 return setReturnAttributes(attributes);
111 * Limit the search to return only the named attributes.
149 * An attribute query is one where we are interested in specific attributes from the Tokens
150 * rather than all attributes assigned to the matched Tokens. This can be more performant
151 * than requesting back all attributes of a Token first.
184 "a reduced number of attributes in the return result");
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/test/java/org/forgerock/oauth2/restlet/
H A DRestletOAuth2RequestTest.java119 Map<String, Object> attributes = new HashMap<String, Object>();
120 attributes.put("realm", "realmFromAttribute");
121 request.setAttributes(attributes);
/forgerock/openam-v13/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/mapping/
H A DDefaultAccountProvider.java61 * @param idNameAttribute The attribute name that should be used to extract the user ID from the map of attributes
102 public AMIdentity provisionUser(AMIdentityRepository idrepo, Map<String, Set<String>> attributes) argument
108 Set<String> idAttribute = attributes.get(idNameAttribute);
114 identity = idrepo.createIdentity(IdType.USER, userId, attributes);
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/configuration/
H A DResourceTypeConfigurationTest.java79 Map<String, Set<String>> attributes = new HashMap<>();
80 attributes.put("name", names);
81 when(subSubServiceConfig.getAttributes()).thenReturn(attributes);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSIDPProxyImpl.java79 Map attributes = IDFFMetaUtils.getAttributes(
84 attributes, IFSConstants.USE_INTRODUCTION_FOR_IDP_PROXY);
88 List proxyIDPs = (List) attributes.get(
H A DFSRealmIDPProxyImpl.java79 Map attributes = IDFFMetaUtils.getAttributes(
84 attributes, IFSConstants.USE_INTRODUCTION_FOR_IDP_PROXY);
88 List proxyIDPs = (List) attributes.get(
/forgerock/opendj-v3/opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/
H A DDSMLAddOperation.java94 ArrayList<RawAttribute> attributes = new ArrayList<>();
106 attributes.add(ldapAttribute);
110 ProtocolOp op = new AddRequestProtocolOp(dnStr, attributes);
/forgerock/openam/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/mapping/
H A DDefaultAccountProvider.java61 * @param idNameAttribute The attribute name that should be used to extract the user ID from the map of attributes
102 public AMIdentity provisionUser(AMIdentityRepository idrepo, Map<String, Set<String>> attributes) argument
108 Set<String> idAttribute = attributes.get(idNameAttribute);
114 identity = idrepo.createIdentity(IdType.USER, userId, attributes);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMGroupContainer.java71 * Creates sub group containers and initializes their attributes.
204 * Creates static groups and initializes their attributes.
227 * @param attributes
228 * attributes to be set in group node.
245 public AMGroup createStaticGroup(String name, Map attributes, argument
265 * Creates dynamic groups and initializes their attributes.
284 * @param attributes
285 * attributes to be set in group
302 public AMGroup createDynamicGroup(String name, Map attributes, argument
322 * Creates assignable dynamic groups and initializes their attributes
361 createAssignableDynamicGroup(String name, Map attributes, Map serviceNameAndAttrs) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DDefaultUserIDGenerator.java57 * @param attributes the keys in the <code>Map</code> contains the
65 public Set generateUserIDs(String orgName, Map attributes, int num) { argument
69 attributes, ATTRIBUTE_LAST_NAME).toLowerCase();
71 attributes, ATTRIBUTE_FIRST_NAME).toLowerCase();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DEmbeddedSearchResultIterator.java105 static Map<String, Set<String>> convertLDAPAttributeSetToMap(List<Attribute> attributes) { argument
107 if (CollectionUtils.isNotEmpty(attributes)) {
108 for (Attribute attr : attributes) {
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/configuration/
H A DResourceTypeConfigurationTest.java79 Map<String, Set<String>> attributes = new HashMap<>();
80 attributes.put("name", names);
81 when(subSubServiceConfig.getAttributes()).thenReturn(attributes);

Completed in 160 milliseconds

<<11121314151617181920>>