@Unstable(value="New API introduced in 1.3")
@Role
public interface SystemPasswordConfiguration
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SystemPasswordConfiguration.ConfigurationModule
A specific way of configuring the system password, for example from a configuration file on the filesystem, a
prompt during client requests, or fetching from a remote host.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSystemPassword()
Get the configured system password.
|
String getSystemPassword() throws IllegalStateException
IllegalStateException - if the configuration is wrongCopyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.