
com.aerospike.vector.client.auth.Credentials Maven / Gradle / Ivy
package com.aerospike.vector.client.auth;
/**
* Credentials to access vector service.
*/
public interface Credentials {
/**
* Retrieves the username.
*
* @return the username as a String.
*/
String username();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy