/** * Returns list of created Passpoint profiles * * @return List of PasspointConfiguration objects * @throwsException */publicList<PasspointConfiguration>getCreatedPasspointProfiles() throws Exception {returnwiFiProfileService.getCreatedPasspointProfiles(); }