@Path(value="installer")
public interface SystemConfigResource
Modifier and Type | Method and Description |
---|---|
void |
backupKeys(KeyBackupRequest request) |
ConfigurationResponse |
configure(ConfigurationRequest request) |
ConfigurationResponse |
configureCerts(ConfigurationRequest request) |
void |
finalizeConfiguration(ConfigurationRequest request) |
AdminSetupResponse |
setupAdmin(AdminSetupRequest request) |
void |
setupDatabaseUser(ConfigurationRequest request) |
void |
setupSecurityDomain(ConfigurationRequest request) |
@POST @Path(value="configure") ConfigurationResponse configure(ConfigurationRequest request) throws java.lang.Exception
java.lang.Exception
@POST @Path(value="configureCerts") ConfigurationResponse configureCerts(ConfigurationRequest request) throws java.lang.Exception
java.lang.Exception
@POST @Path(value="setupAdmin") AdminSetupResponse setupAdmin(AdminSetupRequest request) throws java.lang.Exception
java.lang.Exception
@POST @Path(value="backupKeys") void backupKeys(KeyBackupRequest request) throws java.lang.Exception
java.lang.Exception
@POST @Path(value="setupSecurityDomain") void setupSecurityDomain(ConfigurationRequest request) throws java.lang.Exception
java.lang.Exception
@POST @Path(value="setupDatabaseUser") void setupDatabaseUser(ConfigurationRequest request) throws java.lang.Exception
java.lang.Exception
@POST @Path(value="finalizeConfiguration") void finalizeConfiguration(ConfigurationRequest request) throws java.lang.Exception
java.lang.Exception