Retrieval of Assigned Domains

Retrieves the domains assigned to an application.

Syntax

Collection<String> getApplicationDomainAssignments(String appId) throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples