Uses of Class
oracle.pgx.common.auth.PgxRole
-
Packages that use PgxRole Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.common.auth This package contains classes and utilities related to the general and resource permissions. -
-
Uses of PgxRole in oracle.pgx.api
Methods in oracle.pgx.api with parameters of type PgxRole Modifier and Type Method Description voidPgxGraph. grantPermission(PgxRole role, PgxResourcePermission permission)Blocking version ofPgxGraph.grantPermissionAsync(PgxRole, PgxResourcePermission).PgxFuture<java.lang.Void>PgxGraph. grantPermissionAsync(PgxRole role, PgxResourcePermission permission)Grants a permission on this graph to the given role.voidPgxGraph. revokePermission(PgxRole role)Blocking version ofPgxGraph.revokePermissionAsync(PgxRole).PgxFuture<java.lang.Void>PgxGraph. revokePermissionAsync(PgxRole role)Revokes all permissions on this graph from the given role. -
Uses of PgxRole in oracle.pgx.common.auth
Methods in oracle.pgx.common.auth that return types with arguments of type PgxRole Modifier and Type Method Description java.util.Set<PgxRole>PgxUser. getRoles()Constructor parameters in oracle.pgx.common.auth with type arguments of type PgxRole Constructor Description PgxUser(java.lang.String name, java.util.Set<PgxRole> roles)PgxUser(java.lang.String name, java.util.Set<PgxRole> roles, java.util.Map<java.lang.Object,java.lang.Object> context)PgxUser(java.lang.String name, java.util.Set<PgxRole> roles, java.util.Map<java.lang.Object,java.lang.Object> context, java.lang.String authToken)
-