Package io.tarantool.driver.auth
Interface TarantoolCredentials
-
- All Known Implementing Classes:
SimpleTarantoolCredentials
public interface TarantoolCredentials
Container for different forms of credentials, aware of storing the necessary data and authentication mechanisms
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUsername()
Return the username to authenticate with its identity
-
-
-
Method Detail
-
getUsername
String getUsername()
Return the username to authenticate with its identity- Returns:
- not empty username
-
-