| Package | Description |
|---|---|
| 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 |
|---|---|
PgxGeneralPermission |
PgxGenericPermission.getGeneralPermission() |
static PgxGeneralPermission |
PgxGeneralPermission.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgxGeneralPermission[] |
PgxGeneralPermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AuthorizationException(PgxUser user,
PgxGeneralPermission permission) |
PgxGenericPermission(PgxGeneralPermission generalPermission) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PgxGeneralPermission> |
AbstractAuthorizationEntityConfig.getGeneralPermissions() |
java.util.List<PgxGeneralPermission> |
AbstractAuthorizationEntityConfig.Permissions.getGeneralPermissions() |