Populate Security Configuration

Populates an Unwired Server security configuration with the currently effective configuration. The returned ConfigurationValidationStatus contains the validation status of the security configuration on the Unwired Server.

Syntax

ConfigurationValidationStatus refresh() throws SUPAdminException;

Returns

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

Examples

  • Populate security configuration
    supSecConf.refresh();

Usage

Each call to commit() and refresh() expires all the previous ServerProviderVO, because all the IDs are regenerated.

supSecConf.refresh() retrieves from the Unwired Server the current configuration, which does not include any committed changes that are pending a server restart, and caches it locally.