Lines Matching refs:organization

121  * a subtree scoped search for organization,based on various attribute values.
130 * The above method will return the DN of a organization, which matches the
270 * Returns the organization naming attribute.
272 * @return organization naming attribute
569 * organization DN
575 AMOrganization organization = new AMOrganizationImpl(this.token, orgDN);
577 return organization;
581 * Returns the DN of the organization, using the <code>domainname</code>
586 * organization DN, otherwise an LDAP search is conducted using the
596 * verified to be an organization and returned as is. A "/" is
599 * existing organization DN in the DIT. For example:
604 * organization name. The search filter is created accordingly.
607 * @return The full organization DN
619 // If a DN is passed and is a valid organization DN, then
652 // do nothing. will try to search the organization
655 + "In DC tree mode, unabe to find organization "
1145 * name of the top organization
1147 * Attribute-Value pairs for the top organization
1172 * This method takes an organization DN and purges all objects marked for
1173 * deletion. If the organization itself is marked for deletion, then a
1174 * recursive delete of everything under the organization is called, followed
1175 * by the organization deletion. This method works in the mode where
1369 * templates to search for the organization and uses the deleted objects
1372 * the organization. If the user is marked for deletion and the grace period
1421 * templates to search for the organization and uses the deleted objects
1424 * under the organization. If the resource is marked for deletion and the
1473 * templates to search for the organization and uses the deleted objects
1476 * the organization. If the group is marked for deletion and the grace
1768 // use the searchfilter to obtain organization DN
1803 * Converts organization name which is "/" separated to DN.