Uses of Class
technology.semi.weaviate.client.v1.auth.exception.AuthException
-
Packages that use AuthException Package Description technology.semi.weaviate.client technology.semi.weaviate.client.v1.auth technology.semi.weaviate.client.v1.auth.nimbus -
-
Uses of AuthException in technology.semi.weaviate.client
Methods in technology.semi.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 technology.semi.weaviate.client.v1.auth
Methods in technology.semi.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 technology.semi.weaviate.client.v1.auth.nimbus
Methods in technology.semi.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)
-