Class DelegatingAuthenticator

java.lang.Object
com.couchbase.client.core.env.AuthenticatorWrapper
com.couchbase.client.core.env.DelegatingAuthenticator
All Implemented Interfaces:
Authenticator

@NullMarked @Internal public class DelegatingAuthenticator extends AuthenticatorWrapper
Delegates authentication to another authenticator.

The other authenticator can be swapped at runtime to support credential rotation.

See Also: