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

12345

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DEditPolicyView.js151 self.userAttributes = _.where(self.model.attributes.resourceAttributes, { type: "User" });
185 SubjectResponseAttributesView.render([self.userAttributes, self.allUserAttributes],
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java632 Map<String, Set<String>> userAttributes;
635 userAttributes = userIdentity.getAttributes(attrNames);
637 userAttributes = userIdentity.getAttributes();
639 if (userAttributes != null) {
641 if (userAttributes.keySet().contains(entry.getKey())) {
642 userAttributes.get(entry.getKey()).addAll(entry.getValue());
644 userAttributes.put(entry.getKey(), entry.getValue());
648 userAttributes = sessionAttributes;
650 List<Attribute> attributes = new ArrayList<>(userAttributes.size());
651 for (String name : userAttributes
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java635 Map<String, Set<String>> userAttributes;
638 userAttributes = userIdentity.getAttributes(attrNames);
640 userAttributes = userIdentity.getAttributes();
642 if (userAttributes != null) {
644 if (userAttributes.keySet().contains(entry.getKey())) {
645 userAttributes.get(entry.getKey()).addAll(entry.getValue());
647 userAttributes.put(entry.getKey(), entry.getValue());
651 userAttributes = sessionAttributes;
653 List<Attribute> attributes = new ArrayList<>(userAttributes.size());
654 for (String name : userAttributes
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java152 private Set<String> userAttributes = new HashSet<String>(); field in class:LDAPAuthUtils
634 (userAttributes == null || userAttributes.isEmpty())) {
677 if ((userAttributes == null) || (userAttributes.isEmpty())){
683 userAttrSize = userAttributes.size();
688 Iterator attrItr = userAttributes.iterator();
1518 userAttributes = attributeNames;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java153 private Set<String> userAttributes = new HashSet<String>(); field in class:LDAPAuthUtils
635 (userAttributes == null || userAttributes.isEmpty())) {
678 if ((userAttributes == null) || (userAttributes.isEmpty())){
684 userAttrSize = userAttributes.size();
689 Iterator attrItr = userAttributes.iterator();
1527 userAttributes = attributeNames;
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DLDIFReader.java330 HashMap<AttributeType,List<Attribute>> userAttributes =
347 userAttributes.put(attrType, attrList);
364 Entry entry = new Entry(entryDN, objectClasses, userAttributes,
432 addRDNAttributesIfNecessary(entryDN,userAttributes,
541 HashMap<AttributeType,List<Attribute>> userAttributes =
558 userAttributes.put(attrType, attrList);
573 Entry entry = new Entry(entryDN, objectClasses, userAttributes,
2157 HashMap<AttributeType,List<Attribute>>userAttributes,
2207 List<Attribute> attrList = userAttributes.get(t);
2212 userAttributes
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DLDIFReader.java330 HashMap<AttributeType,List<Attribute>> userAttributes =
347 userAttributes.put(attrType, attrList);
364 Entry entry = new Entry(entryDN, objectClasses, userAttributes,
432 addRDNAttributesIfNecessary(entryDN,userAttributes,
541 HashMap<AttributeType,List<Attribute>> userAttributes =
558 userAttributes.put(attrType, attrList);
573 Entry entry = new Entry(entryDN, objectClasses, userAttributes,
2157 HashMap<AttributeType,List<Attribute>>userAttributes,
2207 List<Attribute> attrList = userAttributes.get(t);
2212 userAttributes
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DLDIFReader.java330 HashMap<AttributeType,List<Attribute>> userAttributes =
347 userAttributes.put(attrType, attrList);
364 Entry entry = new Entry(entryDN, objectClasses, userAttributes,
432 addRDNAttributesIfNecessary(entryDN,userAttributes,
541 HashMap<AttributeType,List<Attribute>> userAttributes =
558 userAttributes.put(attrType, attrList);
573 Entry entry = new Entry(entryDN, objectClasses, userAttributes,
2157 HashMap<AttributeType,List<Attribute>>userAttributes,
2207 List<Attribute> attrList = userAttributes.get(t);
2212 userAttributes
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DLDIFReader.java332 Map<AttributeType, List<Attribute>> userAttributes =
336 Entry entry = new Entry(entryDN, objectClasses, userAttributes,
404 addRDNAttributesIfNecessary(entryDN,userAttributes,
531 Map<AttributeType, List<Attribute>> userAttributes =
535 Entry entry = new Entry(entryDN, objectClasses, userAttributes,
1989 Map<AttributeType,List<Attribute>>userAttributes,
2005 addRDNAttributesIfNecessary(userAttributes, t, v, n);
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DLDIFReader.java332 Map<AttributeType, List<Attribute>> userAttributes =
336 Entry entry = new Entry(entryDN, objectClasses, userAttributes,
404 addRDNAttributesIfNecessary(entryDN,userAttributes,
531 Map<AttributeType, List<Attribute>> userAttributes =
535 Entry entry = new Entry(entryDN, objectClasses, userAttributes,
1989 Map<AttributeType,List<Attribute>>userAttributes,
2005 addRDNAttributesIfNecessary(userAttributes, t, v, n);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java454 * @param userAttributes The set of user attributes for the
465 userAttributes,
473 objectClasses, userAttributes,
462 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java449 * @param userAttributes The set of user attributes for the
460 userAttributes,
468 objectClasses, userAttributes,
457 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java450 * @param userAttributes The set of user attributes for the
461 userAttributes,
469 objectClasses, userAttributes,
458 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java454 * @param userAttributes The set of user attributes for the
465 userAttributes,
473 objectClasses, userAttributes,
462 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DJmxClientConnection.java449 * @param userAttributes The set of user attributes for the
460 userAttributes,
468 objectClasses, userAttributes,
457 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java2026 Map userAttributes = amIdentityUser.getAttributes();
2032 userAttributes.putAll(sattrs);
2035 populateUserAttributes(userAttributes, true, null);
2058 private void populateUserAttributes(Map<String, Set<String>> userAttributes, boolean loginStatus, argument
2070 userAttributes, ISAuthConstants.AUTHCONFIG_USER, null);
2072 Set<String> userFailureURLSet = userAttributes.get(ISAuthConstants.USER_FAILURE_URL);
2075 Set<String> failureRoleURLSet = userAttributes.get(ISAuthConstants.LOGIN_FAILURE_URL);
2082 userAttributes, ISAuthConstants.MAX_SESSION_TIME,
2085 userAttributes, ISAuthConstants.SESS_MAX_IDLE_TIME, sessionAttrs[1], DEBUG);
2087 userAttributes, ISAuthConstant
5779 createUserIdentity( String userName, Map userAttributes, Set userRoles ) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DInternalClientConnection.java730 * @param userAttributes The set of user attributes for the
741 userAttributes,
745 return processAdd(entryDN, objectClasses, userAttributes,
759 * @param userAttributes The set of user attributes for the
772 userAttributes,
780 objectClasses, userAttributes,
738 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
769 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes, List<Control> controls) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java786 * @param userAttributes The set of user attributes for the
797 userAttributes,
801 return processAdd(entryDN, objectClasses, userAttributes,
815 * @param userAttributes The set of user attributes for the
828 userAttributes,
836 objectClasses, userAttributes,
794 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
825 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes, List<Control> controls) argument
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java774 * @param userAttributes The set of user attributes for the
785 userAttributes,
789 return processAdd(entryDN, objectClasses, userAttributes,
803 * @param userAttributes The set of user attributes for the
816 userAttributes,
824 objectClasses, userAttributes,
782 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
813 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes, List<Control> controls) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java786 * @param userAttributes The set of user attributes for the
797 userAttributes,
801 return processAdd(entryDN, objectClasses, userAttributes,
815 * @param userAttributes The set of user attributes for the
828 userAttributes,
836 objectClasses, userAttributes,
794 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
825 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes, List<Control> controls) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java786 * @param userAttributes The set of user attributes for the
797 userAttributes,
801 return processAdd(entryDN, objectClasses, userAttributes,
815 * @param userAttributes The set of user attributes for the
828 userAttributes,
836 objectClasses, userAttributes,
794 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
825 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes, List<Control> controls) argument
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/
H A DInternalClientConnection.java774 * @param userAttributes The set of user attributes for the
785 userAttributes,
789 return processAdd(entryDN, objectClasses, userAttributes,
803 * @param userAttributes The set of user attributes for the
816 userAttributes,
824 objectClasses, userAttributes,
782 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes) argument
813 processAdd(DN entryDN, Map<ObjectClass,String> objectClasses, Map<AttributeType,List<Attribute>> userAttributes, Map<AttributeType,List<Attribute>> operationalAttributes, List<Control> controls) argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java692 Map<AttributeType,List<Attribute>> userAttributes =
755 userAttributes.put(attrType, attrList);
760 return new Entry(dn, objectClasses, userAttributes, operationalAttributes);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java691 Map<AttributeType,List<Attribute>> userAttributes =
754 userAttributes.put(attrType, attrList);
759 return new Entry(dn, objectClasses, userAttributes, operationalAttributes);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java692 Map<AttributeType,List<Attribute>> userAttributes =
755 userAttributes.put(attrType, attrList);
760 return new Entry(dn, objectClasses, userAttributes, operationalAttributes);

Completed in 209 milliseconds

12345