Lines Matching refs:organization

119  * a subtree scoped search for organization,based on various attribute values.
128 * The above method will return the DN of a organization, which matches the
268 * Returns the organization naming attribute.
270 * @return organization naming attribute
567 * organization DN
573 AMOrganization organization = new AMOrganizationImpl(this.token, orgDN);
575 return organization;
579 * Returns the DN of the organization, using the <code>domainname</code>
584 * organization DN, otherwise an LDAP search is conducted using the
594 * verified to be an organization and returned as is. A "/" is
597 * existing organization DN in the DIT. For example:
602 * organization name. The search filter is created accordingly.
605 * @return The full organization DN
617 // If a DN is passed and is a valid organization DN, then
650 // do nothing. will try to search the organization
653 + "In DC tree mode, unabe to find organization "
1143 * name of the top organization
1145 * Attribute-Value pairs for the top organization
1170 * This method takes an organization DN and purges all objects marked for
1171 * deletion. If the organization itself is marked for deletion, then a
1172 * recursive delete of everything under the organization is called, followed
1173 * by the organization deletion. This method works in the mode where
1367 * templates to search for the organization and uses the deleted objects
1370 * the organization. If the user is marked for deletion and the grace period
1419 * templates to search for the organization and uses the deleted objects
1422 * under the organization. If the resource is marked for deletion and the
1471 * templates to search for the organization and uses the deleted objects
1474 * the organization. If the group is marked for deletion and the grace
1766 // use the searchfilter to obtain organization DN
1801 * Converts organization name which is "/" separated to DN.