Uses of Class
io.lakefs.clients.api.model.CurrentUser
-
Packages that use CurrentUser Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of CurrentUser in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return CurrentUser Modifier and Type Method Description CurrentUserAuthApi. getCurrentUser()get current userMethods in io.lakefs.clients.api that return types with arguments of type CurrentUser Modifier and Type Method Description ApiResponse<CurrentUser>AuthApi. getCurrentUserWithHttpInfo()get current userMethod parameters in io.lakefs.clients.api with type arguments of type CurrentUser Modifier and Type Method Description okhttp3.CallAuthApi. getCurrentUserAsync(ApiCallback<CurrentUser> _callback)get current user (asynchronously) -
Uses of CurrentUser in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return CurrentUser Modifier and Type Method Description CurrentUserCurrentUser. user(User user)
-