Uses of Class
com.dremio.nessie.client.NessieClient.AuthType
-
Packages that use NessieClient.AuthType Package Description com.dremio.nessie.client com.dremio.nessie.client.auth -
-
Uses of NessieClient.AuthType in com.dremio.nessie.client
Methods in com.dremio.nessie.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.Constructors in com.dremio.nessie.client with parameters of type NessieClient.AuthType Constructor Description NessieClient(NessieClient.AuthType authType, String path, String username, String password)create new nessie client. -
Uses of NessieClient.AuthType in com.dremio.nessie.client.auth
Constructors in com.dremio.nessie.client.auth with parameters of type NessieClient.AuthType Constructor Description AuthFilter(NessieClient.AuthType authType, String username, String password, javax.ws.rs.client.WebTarget target)construct auth filter depending on auth type.
-