com.gluonhq.connect.gluoncloud
package contains classes that are used to connect with the
Gluon CloudLink infrastructure.See: Description
Interface | Description |
---|---|
AuthenticationView |
An AuthenticationView is an interface that defines how a user can connect
with Gluon Cloud, by using one of the available login methods that are
defined in the application.
|
Class | Description |
---|---|
GluonClient |
The GluonClient is the access point to the Gluon CloudLink
infrastructure.
|
GluonClientBuilder |
A utility class for building
GluonClient instances. |
GluonCredentials |
A class that represents the credentials that are used when authorizing your application with Gluon CloudLink.
|
LoginMethod |
A LoginMethod is used to specify which method should be used for connecting users to your application.
|
User |
The User class contains information about a user that was authenticated at Gluon CloudLink using one of the
login methods that are configured for a Gluon CloudLink application.
|
Enum | Description |
---|---|
AuthenticationMode |
Defines the constants that are used to specify how the application data in Gluon CloudLink is accessed.
|
LoginMethod.Type |
Defines the different methods by which you can log in to Gluon CloudLink.
|
OperationMode |
Defines the constants that are used to specify how the data will be
handled when objects and lists are stored and retrieved.
|
SyncFlag |
A SyncFlag defines how changes to objects and lists are reflected between
the remote copies on Gluon Cloud and the local copies in the runtime of the
client application.
|
com.gluonhq.connect.gluoncloud
package contains classes that are used to connect with the
Gluon CloudLink infrastructure.