All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aerospike.vector.client.auth.Credentials Maven / Gradle / Ivy

Go to download

This project includes the Java client for Aerospike Vector Search for high-performance data interactions.

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy