Module com.gluonhq.cloudlink.client
Interface AuthenticationProvider
-
public interface AuthenticationProvider
Can be passed to theAuthenticationView
to retrieve login methods configured for the Gluon CloudLink application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GluonObservableList<? extends LoginMethod>
retrieveLoginMethods()
Returns aGluonObservableList
which contains all the login methods configured for the Gluon CloudLink application.
-
-
-
Method Detail
-
retrieveLoginMethods
GluonObservableList<? extends LoginMethod> retrieveLoginMethods()
Returns aGluonObservableList
which contains all the login methods configured for the Gluon CloudLink application.- Returns:
- A
GluonObservableList
with all login methods.
-
-