Uses of Class
oracle.pgx.common.auth.PgxResource.Type
-
Packages that use PgxResource.Type Package Description oracle.pgx.common.auth This package contains classes and utilities related to the general and resource permissions. -
-
Uses of PgxResource.Type in oracle.pgx.common.auth
Methods in oracle.pgx.common.auth that return PgxResource.Type Modifier and Type Method Description PgxResource.TypePgxFileLocationResource. getResourceType()PgxResource.TypePgxResource. getResourceType()static PgxResource.TypePgxResource.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PgxResource.Type[]PgxResource.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-