Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
PgxConfigPermission |
AuthorizationEntityPermissionConfig.getGrant()
name of the permission to be granted (read, write, export, manage, pgx_session_create, pgx_session_new_graph, pgx_session_get_published_graph, pgx_session_add_published_graph, pgx_session_compile_algorithm, pgx_server_get_info, pgx_server_manage)
|
static PgxConfigPermission |
PgxConfigPermission.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgxConfigPermission[] |
PgxConfigPermission.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationEntityPermissionConfigBuilder |
AuthorizationEntityPermissionConfigBuilder.setGrant(PgxConfigPermission grant)
name of the permission to be granted (read, write, export, manage, pgx_session_create, pgx_session_new_graph, pgx_session_get_published_graph, pgx_session_add_published_graph, pgx_session_compile_algorithm, pgx_server_get_info, pgx_server_manage)
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.