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.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
PgxResourcePermission |
PgxGraph.getPermission()
Blocking version of
PgxGraph.getPermissionAsync() . |
Modifier and Type | Method and Description |
---|---|
PgxFuture<PgxResourcePermission> |
PgxGraph.getPermissionAsync()
Get the permission that the current user has on the graph.
|
Modifier and Type | Method and Description |
---|---|
void |
PgxGraph.grantPermission(PgxRole role, PgxResourcePermission permission)
Blocking version of
PgxGraph.grantPermissionAsync(PgxRole, PgxResourcePermission) . |
void |
PgxGraph.grantPermission(PgxUser user, PgxResourcePermission permission)
Blocking version of
PgxGraph.grantPermissionAsync(PgxUser, PgxResourcePermission) . |
PgxFuture<java.lang.Void> |
PgxGraph.grantPermissionAsync(PgxRole role, PgxResourcePermission permission)
Grants a permission on this graph to the given role.
|
PgxFuture<java.lang.Void> |
PgxGraph.grantPermissionAsync(PgxUser user, PgxResourcePermission permission)
Grants a permission on this graph to the given user.
|
Modifier and Type | Method and Description |
---|---|
PgxResourcePermission |
PgxGenericPermission.getResourcePermission() |
static PgxResourcePermission |
PgxResourcePermission.getStrongest(PgxResourcePermission a, PgxResourcePermission b) |
static PgxResourcePermission |
PgxResourcePermission.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgxResourcePermission[] |
PgxResourcePermission.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PgxResourcePermission |
PgxResourcePermission.getStrongest(PgxResourcePermission a, PgxResourcePermission b) |
Constructor and Description |
---|
PgxGenericPermission(java.nio.file.Path location, PgxResourcePermission resourcePermission) |
PgxGenericPermission(java.lang.String location, PgxResourcePermission resourcePermission) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,PgxResourcePermission> |
AbstractAuthorizationEntityConfig.Permissions.getGraphPermissions() |
java.util.Map<java.lang.String,PgxResourcePermission> |
AbstractAuthorizationEntityConfig.Permissions.getStoragePermissions() |