Uses of Class
io.lakefs.clients.api.model.LoginInformation
-
Packages that use LoginInformation Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of LoginInformation in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type LoginInformation Modifier and Type Method Description AuthenticationTokenAuthApi. login(LoginInformation loginInformation)perform a loginokhttp3.CallAuthApi. loginAsync(LoginInformation loginInformation, ApiCallback<AuthenticationToken> _callback)perform a login (asynchronously)okhttp3.CallAuthApi. loginCall(LoginInformation loginInformation, ApiCallback _callback)Build call for loginApiResponse<AuthenticationToken>AuthApi. loginWithHttpInfo(LoginInformation loginInformation)perform a login -
Uses of LoginInformation in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return LoginInformation Modifier and Type Method Description LoginInformationLoginInformation. accessKeyId(String accessKeyId)LoginInformationLoginInformation. secretAccessKey(String secretAccessKey)
-