Uses of Class
org.projectnessie.client.NessieClient.AuthType
-
Packages that use NessieClient.AuthType Package Description org.projectnessie.client -
-
Uses of NessieClient.AuthType in org.projectnessie.client
Methods in org.projectnessie.client that return NessieClient.AuthType Modifier and Type Method Description static NessieClient.AuthTypeNessieClient.AuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static NessieClient.AuthType[]NessieClient.AuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.projectnessie.client with parameters of type NessieClient.AuthType Modifier and Type Method Description NessieClient.BuilderNessieClient.Builder. withAuthType(NessieClient.AuthType authType)Set the authentication type.
-