| |
|
| java.lang.Object org.wso2.esb.ServiceBusManager
ServiceBusManager | public class ServiceBusManager (Code) | | |
authenticate | public boolean authenticate(String username, String password)(Code) | | This implementation does not validate the user against a database. In future it
is envisioned that the ESB will reuse the common authentication components shared
between WSAS and ESB
<Server>
<ESBUsers>
<User>
<Username>Username</Username>
<Password>Password</Password>
<Description>Description</Description>
</User>
</ESBUsers>
</Server>
Parameters: username - Parameters: password - true if the user is authenticated successfully |
getConfigurationContext | public ConfigurationContext getConfigurationContext()(Code) | | |
getHttpPort | public int getHttpPort()(Code) | | |
getHttpsPort | public int getHttpsPort()(Code) | | |
initSystemProperties | public void initSystemProperties()(Code) | | |
removeShutdownHook | public void removeShutdownHook()(Code) | | |
setConfigurationContext | public void setConfigurationContext(ConfigurationContext configurationContext)(Code) | | |
setHttpPort | public void setHttpPort(int httpPort)(Code) | | |
setHttpsPort | public void setHttpsPort(int httpsPort)(Code) | | |
startDataBaseServer | public void startDataBaseServer() throws ServiceBusException(Code) | | Starts the Derby database instance in network mode for multi user access
Waits till the server can be pinged, upto a maximum of 10 seconds
throws: ServiceBusException - |
|
|
|