|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectivityConfiguration
ConnectivityConfiguration
provides read only access to destination properties.
Method Summary | |
---|---|
void |
clearCache()
Removes all destination configurations from the destination cache if such exist. |
DestinationConfiguration |
getConfiguration(String name)
Retrieves the destination configuration with the provided name. |
DestinationConfiguration |
getConfiguration(String account,
String name)
Retrieves the destination configuration on account level with the provided name for the provided account. |
Map<String,DestinationConfiguration> |
getConfigurations(String account)
Retrieves all destination configurations on account level for the provided account. |
Method Detail |
---|
DestinationConfiguration getConfiguration(String name)
name
- - destination name.
DestinationConfiguration
or null
if configuration is not found.DestinationConfiguration getConfiguration(String account, String name)
account
- - account namename
- - destination name
DestinationConfiguration
or null
if configuration is not found.
NotAuthorizedException
- if account is not found or missing access permissions for the account. This exception will be thrown
in the HCP local development scenario (there is no account information).Map<String,DestinationConfiguration> getConfigurations(String account)
account
- - account name
Map
with key destination name and value DestinationConfiguration
or null
if
configurations are not found.
NotAuthorizedException
- if account is not found or missing access permissions for the account. This exception will be thrown
in the HCP local development scenario (there is no account information).void clearCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |