Retrieve Security Profile Configuration

Retrieve a list of SSL security profile configurations.

Syntax

Collection<SUPConfigurationComponentVO> getSSLSecurityProfileConfigurations()
     throws SUPAdminException; 

Returns

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

Examples