Searched refs:attributes (Results 376 - 400 of 1439) sorted by relevance

<<11121314151617181920>>

/forgerock/openam/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-b2.6/src/server/org/opends/server/types/
H A DLDAPURL.java50 * attributes, scope, filter, and extensions. It has the ability to
110 // The set of attributes for this LDAP URL.
111 private LinkedHashSet<String> attributes; field in class:LDAPURL
144 * @param attributes The set of requested attributes for this LDAP
152 String rawBaseDN, LinkedHashSet<String> attributes,
189 if (attributes == null)
191 this.attributes = new LinkedHashSet<String>();
195 this.attributes = attributes;
151 LDAPURL(String scheme, String host, int port, String rawBaseDN, LinkedHashSet<String> attributes, SearchScope scope, String rawFilter, LinkedList<String> extensions) argument
242 LDAPURL(String scheme, String host, int port, DN baseDN, LinkedHashSet<String> attributes, SearchScope scope, SearchFilter filter, LinkedList<String> extensions) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DLDAPURL.java45 * attributes, scope, filter, and extensions. It has the ability to
105 // The set of attributes for this LDAP URL.
106 private LinkedHashSet<String> attributes; field in class:LDAPURL
139 * @param attributes The set of requested attributes for this LDAP
147 String rawBaseDN, LinkedHashSet<String> attributes,
184 if (attributes == null)
186 this.attributes = new LinkedHashSet<String>();
190 this.attributes = attributes;
146 LDAPURL(String scheme, String host, int port, String rawBaseDN, LinkedHashSet<String> attributes, SearchScope scope, String rawFilter, LinkedList<String> extensions) argument
237 LDAPURL(String scheme, String host, int port, DN baseDN, LinkedHashSet<String> attributes, SearchScope scope, SearchFilter filter, LinkedList<String> extensions) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DLDAPURL.java50 * attributes, scope, filter, and extensions. It has the ability to
110 // The set of attributes for this LDAP URL.
111 private LinkedHashSet<String> attributes; field in class:LDAPURL
144 * @param attributes The set of requested attributes for this LDAP
152 String rawBaseDN, LinkedHashSet<String> attributes,
189 if (attributes == null)
191 this.attributes = new LinkedHashSet<String>();
195 this.attributes = attributes;
151 LDAPURL(String scheme, String host, int port, String rawBaseDN, LinkedHashSet<String> attributes, SearchScope scope, String rawFilter, LinkedList<String> extensions) argument
242 LDAPURL(String scheme, String host, int port, DN baseDN, LinkedHashSet<String> attributes, SearchScope scope, SearchFilter filter, LinkedList<String> extensions) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DLDAPURL.java50 * attributes, scope, filter, and extensions. It has the ability to
110 // The set of attributes for this LDAP URL.
111 private LinkedHashSet<String> attributes; field in class:LDAPURL
144 * @param attributes The set of requested attributes for this LDAP
152 String rawBaseDN, LinkedHashSet<String> attributes,
189 if (attributes == null)
191 this.attributes = new LinkedHashSet<String>();
195 this.attributes = attributes;
151 LDAPURL(String scheme, String host, int port, String rawBaseDN, LinkedHashSet<String> attributes, SearchScope scope, String rawFilter, LinkedList<String> extensions) argument
242 LDAPURL(String scheme, String host, int port, DN baseDN, LinkedHashSet<String> attributes, SearchScope scope, SearchFilter filter, LinkedList<String> extensions) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DLDAPURL.java45 * attributes, scope, filter, and extensions. It has the ability to
105 // The set of attributes for this LDAP URL.
106 private LinkedHashSet<String> attributes; field in class:LDAPURL
139 * @param attributes The set of requested attributes for this LDAP
147 String rawBaseDN, LinkedHashSet<String> attributes,
184 if (attributes == null)
186 this.attributes = new LinkedHashSet<String>();
190 this.attributes = attributes;
146 LDAPURL(String scheme, String host, int port, String rawBaseDN, LinkedHashSet<String> attributes, SearchScope scope, String rawFilter, LinkedList<String> extensions) argument
237 LDAPURL(String scheme, String host, int port, DN baseDN, LinkedHashSet<String> attributes, SearchScope scope, SearchFilter filter, LinkedList<String> extensions) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java236 if (cosType) { // A cos type event remove all affected attributes
335 String parentDN, Map attributes) throws AMEntryExistsException,
338 super.createEntry(token, entryName, objectType, parentDN, attributes);
430 // Note here we are updating the cache only after all user attributes
576 * Returns attributes from an external data store.
583 * Set of attributes to be read
643 * Gets all attributes corresponding to the entryDN. This method obtains the
644 * DC Tree node attributes and also performs compliance related verification
651 * the DN of the entry whose attributes need to retrieved
663 * if an error is encountered in fetching the attributes
334 createEntry(SSOToken token, String entryName, int objectType, String parentDN, Map attributes) argument
737 getPluginAttrsAndUpdateCache(SSOToken token, String principalDN, String entryDN, CacheBlock cb, AMHashMap attributes, Set missAttrNames, boolean byteValues, int profileType) argument
1019 createAMTemplate(SSOToken token, String entryDN, int objectType, String serviceName, Map attributes, int priority) argument
[all...]
H A DDirectoryServicesImpl.java338 * attributes.
351 Map attributes = sc.getAttributes();
352 attrVal = (Set) attributes
508 * cached attributes of the user
536 + " LDAP call to get objectclass attributes for DN: "
543 Map attributes = getAttributes(token, dn, attrNames,
545 if (attributes.size() == 1) {
546 objectClasses = (Set) attributes.get("objectclass");
586 * Gets the attributes for this entryDN from the corresponding DC Tree node.
587 * The attributes ar
999 createUser(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1079 createEntity(SSOToken token, PersistentObject parentObj, int objectType, Map attributes, String profileName) argument
1127 createResource(PersistentObject parentObj, Map attributes, String profileName) argument
1145 createRole(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1174 createOrganization(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1279 createGroup(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1314 createAssignDynamicGroup(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1348 createDynamicGroup(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1385 createPeopleContainer(PersistentObject parentObj, Map attributes, String profileName) argument
1403 createOrganizationalUnit(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1430 createGroupContainer(PersistentObject parentObj, Map attributes, String profileName) argument
1447 createFilteredRole(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1495 createEntry(SSOToken token, String entryName, int objectType, String parentDN, Map attributes) argument
1581 processPreDeleteCallBacks(SSOToken token, String entryDN, Map attributes, String organizationDN, int objectType, boolean softDelete) argument
1606 processPostDeleteCallBacks(SSOToken token, String entryDN, Map attributes, String organizationDN, int objectType, boolean softDelete) argument
2318 setDCTreeAttributes(SSOToken token, String entryDN, Map attributes, int objectType) argument
2337 processPostModifyCallBacks(SSOToken token, String entryDN, Map oldAttributes, Map attributes, String organizationDN, int objectType) argument
2360 processPreModifyCallBacks(SSOToken token, String entryDN, Map oldAttributes, Map attributes, String organizationDN, int objectType) argument
3197 createAMTemplate(SSOToken token, String entryDN, int objectType, String serviceName, Map attributes, int priority) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java232 if (cosType) { // A cos type event remove all affected attributes
332 String parentDN, Map attributes) throws AMEntryExistsException,
335 super.createEntry(token, entryName, objectType, parentDN, attributes);
428 // Note here we are updating the cache only after all user attributes
580 * Returns attributes from an external data store.
587 * Set of attributes to be read
647 * Gets all attributes corresponding to the entryDN. This method obtains the
648 * DC Tree node attributes and also performs compliance related verification
655 * the DN of the entry whose attributes need to retrieved
667 * if an error is encountered in fetching the attributes
331 createEntry(SSOToken token, String entryName, int objectType, String parentDN, Map attributes) argument
743 getPluginAttrsAndUpdateCache(SSOToken token, String principalDN, String entryDN, CacheBlock cb, AMHashMap attributes, Set missAttrNames, boolean byteValues, int profileType) argument
1030 createAMTemplate(SSOToken token, String entryDN, int objectType, String serviceName, Map attributes, int priority) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DImportLDIF.java483 public void addTaskAttributes(List<RawAttribute> attributes) argument
485 // Required attributes
486 addAttribute(attributes, ATTR_IMPORT_LDIF_FILE, ldifFiles.getValues());
487 addAttribute(attributes, ATTR_IMPORT_TEMPLATE_FILE, templateFile.getValue());
488 addAttribute(attributes, ATTR_IMPORT_RANDOM_SEED, randomSeed.getValue());
489 addAttribute(attributes, ATTR_IMPORT_THREAD_COUNT, threadCount.getValue());
491 // Optional attributes
492 addAttribute2(attributes, ATTR_IMPORT_BACKEND_ID, backendID);
493 addAttribute(attributes, ATTR_IMPORT_INCLUDE_ATTRIBUTE, includeAttributeStrings.getValues());
494 addAttribute(attributes, ATTR_IMPORT_EXCLUDE_ATTRIBUT
510 addAttribute(List<RawAttribute> attributes, String attrName, String value) argument
518 addAttribute2(List<RawAttribute> attributes, String attrName, Argument arg) argument
527 addAttribute(List<RawAttribute> attributes, String attrName, List<String> attrValues) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DLDAPURL.java50 * attributes, scope, filter, and extensions. It has the ability to
93 /** The set of attributes for this LDAP URL. */
94 private LinkedHashSet<String> attributes; field in class:LDAPURL
112 * @param attributes The set of requested attributes for this LDAP
120 String rawBaseDN, LinkedHashSet<String> attributes,
150 if (attributes == null)
152 this.attributes = new LinkedHashSet<>();
156 this.attributes = attributes;
119 LDAPURL(String scheme, String host, int port, String rawBaseDN, LinkedHashSet<String> attributes, SearchScope scope, String rawFilter, LinkedList<String> extensions) argument
203 LDAPURL(String scheme, String host, int port, DN baseDN, LinkedHashSet<String> attributes, SearchScope scope, SearchFilter filter, LinkedList<String> extensions) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java236 if (cosType) { // A cos type event remove all affected attributes
335 String parentDN, Map attributes) throws AMEntryExistsException,
338 super.createEntry(token, entryName, objectType, parentDN, attributes);
430 // Note here we are updating the cache only after all user attributes
576 * Returns attributes from an external data store.
583 * Set of attributes to be read
643 * Gets all attributes corresponding to the entryDN. This method obtains the
644 * DC Tree node attributes and also performs compliance related verification
651 * the DN of the entry whose attributes need to retrieved
663 * if an error is encountered in fetching the attributes
334 createEntry(SSOToken token, String entryName, int objectType, String parentDN, Map attributes) argument
737 getPluginAttrsAndUpdateCache(SSOToken token, String principalDN, String entryDN, CacheBlock cb, AMHashMap attributes, Set missAttrNames, boolean byteValues, int profileType) argument
1019 createAMTemplate(SSOToken token, String entryDN, int objectType, String serviceName, Map attributes, int priority) argument
[all...]
H A DDirectoryServicesImpl.java338 * attributes.
351 Map attributes = sc.getAttributes();
352 attrVal = (Set) attributes
508 * cached attributes of the user
536 + " LDAP call to get objectclass attributes for DN: "
543 Map attributes = getAttributes(token, dn, attrNames,
545 if (attributes.size() == 1) {
546 objectClasses = (Set) attributes.get("objectclass");
586 * Gets the attributes for this entryDN from the corresponding DC Tree node.
587 * The attributes ar
999 createUser(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1079 createEntity(SSOToken token, PersistentObject parentObj, int objectType, Map attributes, String profileName) argument
1127 createResource(PersistentObject parentObj, Map attributes, String profileName) argument
1145 createRole(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1174 createOrganization(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1279 createGroup(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1314 createAssignDynamicGroup(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1348 createDynamicGroup(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1385 createPeopleContainer(PersistentObject parentObj, Map attributes, String profileName) argument
1403 createOrganizationalUnit(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1430 createGroupContainer(PersistentObject parentObj, Map attributes, String profileName) argument
1447 createFilteredRole(SSOToken token, PersistentObject parentObj, Map attributes, String profileName) argument
1495 createEntry(SSOToken token, String entryName, int objectType, String parentDN, Map attributes) argument
1581 processPreDeleteCallBacks(SSOToken token, String entryDN, Map attributes, String organizationDN, int objectType, boolean softDelete) argument
1606 processPostDeleteCallBacks(SSOToken token, String entryDN, Map attributes, String organizationDN, int objectType, boolean softDelete) argument
2318 setDCTreeAttributes(SSOToken token, String entryDN, Map attributes, int objectType) argument
2337 processPostModifyCallBacks(SSOToken token, String entryDN, Map oldAttributes, Map attributes, String organizationDN, int objectType) argument
2360 processPreModifyCallBacks(SSOToken token, String entryDN, Map oldAttributes, Map attributes, String organizationDN, int objectType) argument
3197 createAMTemplate(SSOToken token, String entryDN, int objectType, String serviceName, Map attributes, int priority) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java232 if (cosType) { // A cos type event remove all affected attributes
332 String parentDN, Map attributes) throws AMEntryExistsException,
335 super.createEntry(token, entryName, objectType, parentDN, attributes);
428 // Note here we are updating the cache only after all user attributes
580 * Returns attributes from an external data store.
587 * Set of attributes to be read
647 * Gets all attributes corresponding to the entryDN. This method obtains the
648 * DC Tree node attributes and also performs compliance related verification
655 * the DN of the entry whose attributes need to retrieved
667 * if an error is encountered in fetching the attributes
331 createEntry(SSOToken token, String entryName, int objectType, String parentDN, Map attributes) argument
743 getPluginAttrsAndUpdateCache(SSOToken token, String principalDN, String entryDN, CacheBlock cb, AMHashMap attributes, Set missAttrNames, boolean byteValues, int profileType) argument
1030 createAMTemplate(SSOToken token, String entryDN, int objectType, String serviceName, Map attributes, int priority) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java297 debug.error("SpecialRepo: Unable to read user attributes ",
339 Map attributes, boolean isAdd) throws IdRepoException, SSOException {
630 Map attributes, boolean isAdd) throws IdRepoException, SSOException {
651 Set vals = (Set) attributes.get("userPassword");
652 if ((vals != null) || (vals = (Set) attributes.get(
670 if ((vals = (Set) attributes.get(statusAttribute))
671 != null || (vals = (Set) attributes.get(
675 if ((vals = (Set) attributes.get(cnAttribute))
676 != null || (vals = (Set) attributes.get(
680 if ((vals = (Set) attributes
338 setBinaryAttributes(SSOToken token, IdType type, String name, Map attributes, boolean isAdd) argument
629 setAttributes(SSOToken token, IdType type, String name, Map attributes, boolean isAdd) argument
970 replaceDNAttributeIfPresent(Map attributes) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java297 debug.error("SpecialRepo: Unable to read user attributes ",
339 Map attributes, boolean isAdd) throws IdRepoException, SSOException {
630 Map attributes, boolean isAdd) throws IdRepoException, SSOException {
651 Set vals = (Set) attributes.get("userPassword");
652 if ((vals != null) || (vals = (Set) attributes.get(
670 if ((vals = (Set) attributes.get(statusAttribute))
671 != null || (vals = (Set) attributes.get(
675 if ((vals = (Set) attributes.get(cnAttribute))
676 != null || (vals = (Set) attributes.get(
680 if ((vals = (Set) attributes
338 setBinaryAttributes(SSOToken token, IdType type, String name, Map attributes, boolean isAdd) argument
629 setAttributes(SSOToken token, IdType type, String name, Map attributes, boolean isAdd) argument
971 replaceDNAttributeIfPresent(Map attributes) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java103 * Returns the ID of the task entry for a given list of task attributes.
104 * @param taskAttributes the task attributes.
105 * @return the ID of the task entry for a given list of task attributes.
139 * Returns the DN of the task entry for a given list of task attributes.
140 * @param taskAttributes the task attributes.
141 * @return the DN of the task entry for a given list of task attributes.
172 * This is a commodity method that returns the common attributes (those
176 * @return the schedule attributes of the task entry.
196 ArrayList<RawAttribute> attributes = new ArrayList<RawAttribute>();
207 attributes
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java102 * Returns the ID of the task entry for a given list of task attributes.
103 * @param taskAttributes the task attributes.
104 * @return the ID of the task entry for a given list of task attributes.
138 * Returns the DN of the task entry for a given list of task attributes.
139 * @param taskAttributes the task attributes.
140 * @return the DN of the task entry for a given list of task attributes.
171 * This is a commodity method that returns the common attributes (those
175 * @return the schedule attributes of the task entry.
195 ArrayList<RawAttribute> attributes = new ArrayList<RawAttribute>();
206 attributes
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java103 * Returns the ID of the task entry for a given list of task attributes.
104 * @param taskAttributes the task attributes.
105 * @return the ID of the task entry for a given list of task attributes.
139 * Returns the DN of the task entry for a given list of task attributes.
140 * @param taskAttributes the task attributes.
141 * @return the DN of the task entry for a given list of task attributes.
172 * This is a commodity method that returns the common attributes (those
176 * @return the schedule attributes of the task entry.
196 ArrayList<RawAttribute> attributes = new ArrayList<RawAttribute>();
207 attributes
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java103 * Returns the ID of the task entry for a given list of task attributes.
104 * @param taskAttributes the task attributes.
105 * @return the ID of the task entry for a given list of task attributes.
139 * Returns the DN of the task entry for a given list of task attributes.
140 * @param taskAttributes the task attributes.
141 * @return the DN of the task entry for a given list of task attributes.
172 * This is a commodity method that returns the common attributes (those
176 * @return the schedule attributes of the task entry.
196 ArrayList<RawAttribute> attributes = new ArrayList<RawAttribute>();
207 attributes
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/tasks/
H A DTaskClient.java102 * Returns the ID of the task entry for a given list of task attributes.
103 * @param taskAttributes the task attributes.
104 * @return the ID of the task entry for a given list of task attributes.
138 * Returns the DN of the task entry for a given list of task attributes.
139 * @param taskAttributes the task attributes.
140 * @return the DN of the task entry for a given list of task attributes.
171 * This is a commodity method that returns the common attributes (those
175 * @return the schedule attributes of the task entry.
195 ArrayList<RawAttribute> attributes = new ArrayList<RawAttribute>();
206 attributes
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMGroupContainerImpl.java86 * Creates sub group containers and initializes their attributes.
110 Map attributes = (Map) groupContainersMap.get(groupContainerName);
113 groupContainerImpl.setAttributes(attributes);
269 * Creates static groups and initializes their attributes.
291 Map attributes = (Map) groupsMap.get(groupName);
293 groupImpl.setAttributes(attributes);
316 public AMGroup createStaticGroup(String name, Map attributes, argument
318 return createGroup(name, attributes, serviceNameAndAttrs,
322 protected AMGroup createGroup(String name, Map attributes, argument
361 Set userOCs = (Set) attributes
473 createDynamicGroup(String name, Map attributes, Map serviceNameAndAttrs) argument
558 createAssignableDynamicGroup(String name, Map attributes, Map serviceNameAndAttrs) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/tasks/
H A DTaskClient.java102 * Returns the ID of the task entry for a given list of task attributes.
103 * @param taskAttributes the task attributes.
104 * @return the ID of the task entry for a given list of task attributes.
138 * Returns the DN of the task entry for a given list of task attributes.
139 * @param taskAttributes the task attributes.
140 * @return the DN of the task entry for a given list of task attributes.
165 * This is a commodity method that returns the common attributes (those
169 * @return the schedule attributes of the task entry.
188 ArrayList<RawAttribute> attributes = new ArrayList<>();
197 attributes
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMGroupContainerImpl.java86 * Creates sub group containers and initializes their attributes.
110 Map attributes = (Map) groupContainersMap.get(groupContainerName);
113 groupContainerImpl.setAttributes(attributes);
269 * Creates static groups and initializes their attributes.
291 Map attributes = (Map) groupsMap.get(groupName);
293 groupImpl.setAttributes(attributes);
316 public AMGroup createStaticGroup(String name, Map attributes, argument
318 return createGroup(name, attributes, serviceNameAndAttrs,
322 protected AMGroup createGroup(String name, Map attributes, argument
361 Set userOCs = (Set) attributes
473 createDynamicGroup(String name, Map attributes, Map serviceNameAndAttrs) argument
558 createAssignableDynamicGroup(String name, Map attributes, Map serviceNameAndAttrs) argument
[all...]

Completed in 99 milliseconds

<<11121314151617181920>>