public interface Configuration
| Modifier and Type | Method and Description |
|---|---|
ScopeConfiguration |
acquireConfiguration()
Assign an available configuration to the current scope and returns it
|
void |
createScopeConfiguration(ScopeConfiguration toCreate)
Store the passed configuration
|
Account |
getAdminAccount() |
Set<ScopeConfiguration> |
getExistingConfigurations() |
String |
getGeoNetworkEndpoint() |
ServerAccess.Version |
getGeoNetworkVersion() |
Set<ScopeConfiguration> |
getParentScopesConfiguration() |
ScopeConfiguration |
getScopeConfiguration() |
String getGeoNetworkEndpoint() throws MissingServiceEndpointException
MissingServiceEndpointExceptionServerAccess.Version getGeoNetworkVersion() throws MissingServiceEndpointException
MissingServiceEndpointExceptionScopeConfiguration getScopeConfiguration() throws MissingServiceEndpointException, MissingConfigurationException
MissingConfigurationExceptionEncryptionExceptionMissingServiceEndpointExceptionScopeConfiguration acquireConfiguration() throws MissingServiceEndpointException, MissingConfigurationException
MissingConfigurationException - if no available configuration is foundMissingServiceEndpointExceptionAccount getAdminAccount() throws MissingServiceEndpointException
MissingServiceEndpointExceptionSet<ScopeConfiguration> getExistingConfigurations() throws MissingServiceEndpointException
MissingServiceEndpointExceptionSet<ScopeConfiguration> getParentScopesConfiguration() throws MissingServiceEndpointException
MissingServiceEndpointExceptionvoid createScopeConfiguration(ScopeConfiguration toCreate) throws MissingServiceEndpointException
toCreate - MissingConfigurationExceptionEncryptionExceptionMissingServiceEndpointExceptionCopyright © 2017. All Rights Reserved.