public interface AdminOrgApi extends OrgApi
Org objects.AdminOrgAsyncApi| Modifier and Type | Method and Description |
|---|---|
OrgEmailSettings |
editEmailSettings(String orgUrn,
OrgEmailSettings newSettings)
Updates email policy settings for organization.
|
OrgEmailSettings |
editEmailSettings(URI orgAdminHref,
OrgEmailSettings newSettings) |
OrgGeneralSettings |
editGeneralSettings(String orgUrn,
OrgGeneralSettings newSettings)
Updates general organization settings.
|
OrgGeneralSettings |
editGeneralSettings(URI orgAdminHref,
OrgGeneralSettings newSettings) |
OrgPasswordPolicySettings |
editPasswordPolicy(String orgUrn,
OrgPasswordPolicySettings newSettings)
Updates password policy settings for organization.
|
OrgPasswordPolicySettings |
editPasswordPolicy(URI orgAdminHref,
OrgPasswordPolicySettings newSettings) |
OrgSettings |
editSettings(String orgUrn,
OrgSettings newSettings)
Updates organizational settings for this organization.
|
OrgSettings |
editSettings(URI orgAdminHref,
OrgSettings newSettings) |
OrgLeaseSettings |
editVAppLeaseSettings(String orgUrn,
OrgLeaseSettings newSettings)
Updates organization resource cleanup settings on the level of vApp.
|
OrgLeaseSettings |
editVAppLeaseSettings(URI orgAdminHref,
OrgLeaseSettings newSettings) |
OrgVAppTemplateLeaseSettings |
editVAppTemplateLeaseSettings(String orgUrn,
OrgVAppTemplateLeaseSettings newSettings)
Updates vApp template policy settings for organization.
|
OrgVAppTemplateLeaseSettings |
editVAppTemplateLeaseSettings(URI orgAdminHref,
OrgVAppTemplateLeaseSettings newSettings) |
AdminOrg |
get(String orgUrn)
Retrieves an admin view of an organization.
|
AdminOrg |
get(URI orgAdminHref) |
OrgEmailSettings |
getEmailSettings(String orgUrn)
Retrieves email settings for an organization.
|
OrgEmailSettings |
getEmailSettings(URI orgAdminHref) |
OrgGeneralSettings |
getGeneralSettings(String orgUrn)
Gets general organization settings.
|
OrgGeneralSettings |
getGeneralSettings(URI orgAdminHref) |
OrgLdapSettings |
getLdapSettings(String orgUrn)
Retrieves LDAP settings for an organization.
|
OrgLdapSettings |
getLdapSettings(URI orgAdminHref) |
OrgPasswordPolicySettings |
getPasswordPolicy(String orgUrn)
Retrieves password policy settings for an organization.
|
OrgPasswordPolicySettings |
getPasswordPolicy(URI orgAdminHref) |
OrgSettings |
getSettings(String orgUrn)
Gets organizational settings for this organization.
|
OrgSettings |
getSettings(URI orgAdminHref) |
OrgLeaseSettings |
getVAppLeaseSettings(String orgUrn)
Gets organization resource cleanup settings on the level of vApp.
|
OrgLeaseSettings |
getVAppLeaseSettings(URI orgAdminHref) |
OrgVAppTemplateLeaseSettings |
getVAppTemplateLeaseSettings(String orgUrn)
Retrieves expiration and storage policy for vApp templates in an organization.
|
OrgVAppTemplateLeaseSettings |
getVAppTemplateLeaseSettings(URI orgAdminHref) |
AdminOrg get(String orgUrn)
GET /admin/org/{id}
OrgSettings getSettings(String orgUrn)
GET /admin/org/{id}/settings
orgUrn - the reference for the admin orgOrgSettings getSettings(URI orgAdminHref)
OrgSettings editSettings(String orgUrn, OrgSettings newSettings)
PUT /admin/org/{id}/settings
orgUrn - the reference for the admin orgnewSettings - the requested edited settingsOrgSettings editSettings(URI orgAdminHref, OrgSettings newSettings)
OrgEmailSettings getEmailSettings(String orgUrn)
GET /admin/org/{id}/settings/email
orgUrn - the reference for the admin orgOrgEmailSettings getEmailSettings(URI orgAdminHref)
OrgEmailSettings editEmailSettings(String orgUrn, OrgEmailSettings newSettings)
PUT /admin/org/{id}/settings/email
orgUrn - the reference for the admin orgnewSettings - the requested edited settingsOrgEmailSettings editEmailSettings(URI orgAdminHref, OrgEmailSettings newSettings)
OrgGeneralSettings getGeneralSettings(String orgUrn)
GET /admin/org/{id}/settings/general
orgUrn - the reference for the admin orgOrgGeneralSettings getGeneralSettings(URI orgAdminHref)
OrgGeneralSettings editGeneralSettings(String orgUrn, OrgGeneralSettings newSettings)
PUT /admin/org/{id}/settings/general
orgUrn - the reference for the admin orgnewSettings - the requested edited settingsOrgGeneralSettings editGeneralSettings(URI orgAdminHref, OrgGeneralSettings newSettings)
OrgLdapSettings getLdapSettings(String orgUrn)
GET /admin/org/{id}/settings/ldap
orgUrn - the reference for the admin orgOrgLdapSettings getLdapSettings(URI orgAdminHref)
OrgPasswordPolicySettings getPasswordPolicy(String orgUrn)
GET /admin/org/{id}/settings/passwordPolicy
orgUrn - the reference for the admin orgOrgPasswordPolicySettings getPasswordPolicy(URI orgAdminHref)
OrgPasswordPolicySettings editPasswordPolicy(String orgUrn, OrgPasswordPolicySettings newSettings)
PUT /admin/org/{id}/settings/passwordPolicy
orgUrn - the reference for the admin orgnewSettings - the requested edited settingsOrgPasswordPolicySettings editPasswordPolicy(URI orgAdminHref, OrgPasswordPolicySettings newSettings)
OrgLeaseSettings getVAppLeaseSettings(String orgUrn)
GET /admin/org/{id}/settings/vAppLeaseSettings
orgUrn - the reference for the admin orgOrgLeaseSettings getVAppLeaseSettings(URI orgAdminHref)
OrgLeaseSettings editVAppLeaseSettings(String orgUrn, OrgLeaseSettings newSettings)
PUT /admin/org/{id}/settings/vAppLeaseSettings
orgUrn - the reference for the admin orgnewSettings - the requested edited settingsOrgLeaseSettings editVAppLeaseSettings(URI orgAdminHref, OrgLeaseSettings newSettings)
OrgVAppTemplateLeaseSettings getVAppTemplateLeaseSettings(String orgUrn)
GET /admin/org/{id}/settings/vAppTemplateLeaseSettings
orgUrn - the reference for the admin orgOrgVAppTemplateLeaseSettings getVAppTemplateLeaseSettings(URI orgAdminHref)
OrgVAppTemplateLeaseSettings editVAppTemplateLeaseSettings(String orgUrn, OrgVAppTemplateLeaseSettings newSettings)
PUT /admin/org/{id}/settings/vAppTemplateLeaseSettings
orgUrn - the reference for the admin orgnewSettings - the requested edited settingsOrgVAppTemplateLeaseSettings editVAppTemplateLeaseSettings(URI orgAdminHref, OrgVAppTemplateLeaseSettings newSettings)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.