public abstract class AuthenticationProvider
extends java.lang.Object
AuthenticationView to retrieve login methods
configured for the Gluon CloudLink application.| Constructor and Description |
|---|
AuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract com.gluonhq.impl.cloudlink.client.CloudLinkConfiguration |
getCloudLinkConfiguration()
Returns the CloudLink Configuration for creating the Login methods.
|
abstract GluonObservableObject<com.gluonhq.impl.cloudlink.client.user.LoginMethodWrapper> |
retrieveLoginMethods()
Returns a
GluonObservableObject which contains all the login methods
configured for the Gluon CloudLink application. |
public abstract GluonObservableObject<com.gluonhq.impl.cloudlink.client.user.LoginMethodWrapper> retrieveLoginMethods()
GluonObservableObject which contains all the login methods
configured for the Gluon CloudLink application.GluonObservableObject with all login methods.public abstract com.gluonhq.impl.cloudlink.client.CloudLinkConfiguration getCloudLinkConfiguration()
CloudLinkConfiguration for the current application.