Authentication
createCredential() [READ MORE]
A MilvusClient interface. This method creates a credential using the given username and password.
updateCredential() [READ MORE]
A MilvusClient interface. This method updates the password corresponding to a given username. The original username and password must be provided to check if the update operation is valid.
deleteCredential() [READ MORE]
A MilvusClient interface. This method deletes the credentials of a corresponding username.
listCredUsers() [READ MORE]
A MilvusClient interface. This method lists all user names.