Class OidcUsers
java.lang.Object
io.weaviate.client.v1.async.users.OidcUsers
-
Constructor Summary
ConstructorsConstructorDescriptionOidcUsers(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider) -
Method Summary
-
Constructor Details
-
OidcUsers
public OidcUsers(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient client, Config config, AccessTokenProvider tokenProvider)
-
-
Method Details
-
assigner
Assign a role to a user. Note that 'root' cannot be assigned. -
revoker
Revoke a role from a user. Note that 'root' cannot be revoked. -
userRolesGetter
Get roles assigned to a user.
-