Uses of Class
io.weaviate.client.v1.auth.exception.AuthException
-
Packages that use AuthException Package Description io.weaviate.client io.weaviate.client.v1.auth io.weaviate.client.v1.auth.nimbus -
-
Uses of AuthException in io.weaviate.client
Methods in io.weaviate.client that throw AuthException Modifier and Type Method Description static WeaviateClientWeaviateAuthClient. bearerToken(Config config, String accessToken, long accessTokenLifetime, String refreshToken)static WeaviateClientWeaviateAuthClient. clientCredentials(Config config, String clientSecret, List<String> scopes)static WeaviateClientWeaviateAuthClient. clientPassword(Config config, String username, String password, List<String> scopes) -
Uses of AuthException in io.weaviate.client.v1.auth
Methods in io.weaviate.client.v1.auth that throw AuthException Modifier and Type Method Description WeaviateClientAuthentication. getAuthClient(Config config)WeaviateClientAuthentication. getAuthClient(Config config, List<String> scopes)WeaviateClientBearerTokenFlow. getAuthClient(Config config)WeaviateClientBearerTokenFlow. getAuthClient(Config config, List<String> scopes)WeaviateClientClientCredentialsFlow. getAuthClient(Config config)WeaviateClientClientCredentialsFlow. getAuthClient(Config config, List<String> scopes)WeaviateClientResourceOwnerPasswordFlow. getAuthClient(Config config)WeaviateClientResourceOwnerPasswordFlow. getAuthClient(Config config, List<String> scopes) -
Uses of AuthException in io.weaviate.client.v1.auth.nimbus
Methods in io.weaviate.client.v1.auth.nimbus that throw AuthException Modifier and Type Method Description AccessTokenProviderNimbusAuth. getAccessTokenProvider(Config config, String clientSecret, String username, String password, List<String> clientScopes, AuthType authType)BaseAuth.AuthResponseBaseAuth. getIdAndTokenEndpoint(Config config)
-