Searched refs:userAttributes (Results 101 - 108 of 108) sorted by relevance

12345

/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java2414 * @param userAttributes Map of default attributes.
2421 Map userAttributes,
2431 loginState.createUserIdentity(userName,userAttributes,userRoles);
2419 createIdentity( String userName, Map userAttributes, Set userRoles ) argument
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DSchemaBackend.java3311 Map<AttributeType,List<Attribute>> userAttributes =
3330 userAttributes.put(type, attrList);
3334 return new Entry(dn, objectClasses, userAttributes, operationalAttributes);
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DSchemaBackend.java3445 LinkedHashMap<AttributeType,List<Attribute>> userAttributes =
3464 userAttributes.put(type, attrList);
3468 return new Entry(dn, objectClasses, userAttributes, operationalAttributes);
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DSchemaBackend.java3445 LinkedHashMap<AttributeType,List<Attribute>> userAttributes =
3464 userAttributes.put(type, attrList);
3468 return new Entry(dn, objectClasses, userAttributes, operationalAttributes);
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java3311 Map<AttributeType,List<Attribute>> userAttributes =
3330 userAttributes.put(type, attrList);
3334 return new Entry(dn, objectClasses, userAttributes, operationalAttributes);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DSchemaBackend.java3431 LinkedHashMap<AttributeType,List<Attribute>> userAttributes =
3450 userAttributes.put(type, attrList);
3454 return new Entry(dn, objectClasses, userAttributes, operationalAttributes);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DSchemaBackend.java2814 Map<AttributeType,List<Attribute>> userAttributes = new LinkedHashMap<>();
2829 userAttributes.put(type, attrList);
2833 return new Entry(dn, objectClasses, userAttributes, operationalAttributes);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java5899 * @param userAttributes Map of default attributes.
5907 Map userAttributes,
5911 userName, userAttributes);
5905 createUserIdentity( String userName, Map userAttributes, Set userRoles ) argument

Completed in 526 milliseconds

12345