public class GluonClient
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
AuthenticationService |
getAuthenticationService()
Get an instance of the AuthenticationService that uses this GluonClient
when interacting the Gluon Cloud.
|
GluonCredentials |
getCredentials()
Get the credentials that are used to authorize the application when
connecting with Gluon Cloud.
|
java.lang.String |
getHost()
Get the name of the host that is used for connecting to Gluon Cloud.
|
StorageService |
getStorageService()
Get an instance of the AuthenticationService that uses this GluonClient
when interacting the Gluon Cloud.
|
UserService |
getUserService()
Get an instance of the AuthenticationService that uses this GluonClient
when interacting the Gluon Cloud.
|
java.lang.String |
toString() |
public AuthenticationService getAuthenticationService()
public StorageService getStorageService()
public UserService getUserService()
public java.lang.String getHost()
public GluonCredentials getCredentials()
public java.lang.String toString()
toString
in class java.lang.Object