Uses of Class
oracle.pgx.config.PgxConfigPermission
-
Packages that use PgxConfigPermission Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of PgxConfigPermission in oracle.pgx.config
Methods in oracle.pgx.config that return PgxConfigPermission Modifier and Type Method Description PgxConfigPermissionAuthorizationEntityPermissionConfig. 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 PgxConfigPermissionPgxConfigPermission. 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.Methods in oracle.pgx.config with parameters of type PgxConfigPermission Modifier and Type Method Description AuthorizationEntityPermissionConfigBuilderAuthorizationEntityPermissionConfigBuilder. 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)
-