public class Configuration
extends org.gcube.accounting.webservice.configuration.PropertiesBaseConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getBroker()
Getter for the broker endpoint
|
String |
getDBHost()
Getter for the database host
|
String |
getDBName()
Getter for the database name
|
String |
getDBPassword()
Getter for the database password
|
int |
getDBPort()
Getter for the database port
|
String |
getDBUser()
Getter for the database user
|
String |
getDefaultGroup() |
static Configuration |
getInstance()
Getter for the singleton instance
|
String |
getMembershipPassword()
Getter for password to use when connecting to the membership service
|
String |
getMembershipServiceURL()
Getter for the membership service endpoint
|
String |
getMembershipUsername()
Getter for username to use when connecting to the membership service
|
List<Object> |
getScopes()
Getter for the scopes
|
Boolean |
isDBAuthnEnabled()
Is DB authentication enabled?
|
Boolean |
isMembershipServiceAuthnEnabled()
Should the membership service be contacted?
|
Boolean |
isMembershipServiceEnabled()
Should the membership service be contacted?
|
Boolean |
isRemoteDBEnabled()
Should the remote DB cluster be used?
|
getBoolean, getBoolean, getInt, getInt, getList, getStringpublic static Configuration getInstance()
public String getDBHost()
public int getDBPort()
public Boolean isDBAuthnEnabled()
public String getDBName()
public String getDBUser()
public String getDBPassword()
public Boolean isMembershipServiceEnabled()
public String getMembershipServiceURL()
public Boolean isMembershipServiceAuthnEnabled()
public String getMembershipUsername()
public String getMembershipPassword()
public String getDefaultGroup()
public String getBroker()
public Boolean isRemoteDBEnabled()
Copyright © 2015. All Rights Reserved.