Uses of Interface
com.gooddata.Authentication
-
Packages that use Authentication Package Description com.gooddata com.gooddata.authentication -
-
Uses of Authentication in com.gooddata
Constructors in com.gooddata with parameters of type Authentication Constructor Description GoodData(GoodDataEndpoint endpoint, Authentication authentication)Create instance configured to communicate with GoodData Platform running on given endpoint and using given http client factory.GoodData(GoodDataEndpoint endpoint, Authentication authentication, GoodDataSettings settings)Create instance configured to communicate with GoodData Platform running on given endpoint and using given http client factory. -
Uses of Authentication in com.gooddata.authentication
Classes in com.gooddata.authentication that implement Authentication Modifier and Type Class Description classLoginPasswordAuthenticationLogin and password authenticationclassSstAuthenticationSST authentication, see https://developer.gooddata.com/article/gooddata-token-types#Authentication
-