class ClassicAuthenticator implements Authenticator (View source)

Authenticator based on login/password credentials.

This authenticator uses separate credentials for Cluster management interface as well as for each bucket.

Methods

cluster(string $username, string $password)

Registers cluster management credentials in the container

bucket(string $name, string $password)

Registers bucket credentials in the container

Details

cluster(string $username, string $password)

Registers cluster management credentials in the container

Parameters

string $username

admin username

string $password

admin password

bucket(string $name, string $password)

Registers bucket credentials in the container

Parameters

string $name

bucket name

string $password

bucket password