public class InstanceConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ADMIN_PASSWORD |
static String |
DEFAULT_ADMIN_USER |
Constructor and Description |
---|
InstanceConfiguration(URI url,
String runmode) |
InstanceConfiguration(URI url,
String runmode,
String adminUser,
String adminPassword) |
Modifier and Type | Method and Description |
---|---|
String |
getAdminPassword() |
String |
getAdminUser() |
String |
getRunmode() |
URI |
getUrl() |
public static final String DEFAULT_ADMIN_USER
public static final String DEFAULT_ADMIN_PASSWORD
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.