Uses of Class
com.couchbase.client.core.diagnostics.AuthenticationStatus
-
Packages that use AuthenticationStatus Package Description com.couchbase.client.core.diagnostics com.couchbase.client.core.endpoint -
-
Uses of AuthenticationStatus in com.couchbase.client.core.diagnostics
Fields in com.couchbase.client.core.diagnostics declared as AuthenticationStatus Modifier and Type Field Description AuthenticationStatusInternalEndpointDiagnostics. authenticationStatusMethods in com.couchbase.client.core.diagnostics that return AuthenticationStatus Modifier and Type Method Description static AuthenticationStatusAuthenticationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationStatus[]AuthenticationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.diagnostics with parameters of type AuthenticationStatus Constructor Description InternalEndpointDiagnostics(EndpointDiagnostics internal, AuthenticationStatus authenticationStatus) -
Uses of AuthenticationStatus in com.couchbase.client.core.endpoint
Methods in com.couchbase.client.core.endpoint that return AuthenticationStatus Modifier and Type Method Description AuthenticationStatusEndpointContext. authenticationStatus()Methods in com.couchbase.client.core.endpoint with parameters of type AuthenticationStatus Modifier and Type Method Description voidEndpointContext. authenticationStatus(AuthenticationStatus authenticationStatus)
-