Package oracle.pgx.common.auth
Enum Class PgxGeneralPermission
- All Implemented Interfaces:
Serializable,Comparable<PgxGeneralPermission>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleantoString()static PgxGeneralPermissionReturns the enum constant of this class with the specified name.static PgxGeneralPermission[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
NONE
-
SESSION_CREATE
-
SESSION_NEW_GRAPH
-
SESSION_GET_PUBLISHED_GRAPH
-
SESSION_SET_IDLE_TIMEOUT
-
SESSION_ADD_PUBLISHED_GRAPH
-
SESSION_COMPILE_ALGORITHM
-
SERVER_GET_INFO
-
SERVER_MANAGE
-
SESSION_READ_MODEL
-
SESSION_MODIFY_MODEL
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<PgxGeneralPermission>
-
allowsSessionCreate
public boolean allowsSessionCreate() -
allowsCreateGraph
public boolean allowsCreateGraph() -
allowsGetPublishedGraph
public boolean allowsGetPublishedGraph() -
allowsPublishGraph
public boolean allowsPublishGraph() -
allowsCompileAlgorithm
public boolean allowsCompileAlgorithm() -
allowsGetServerInfo
public boolean allowsGetServerInfo() -
allowsManageServer
public boolean allowsManageServer() -
allowsSetSessionIdleTimeout
public boolean allowsSetSessionIdleTimeout() -
allowsMlModelReading
public boolean allowsMlModelReading() -
allowsMlModelInference
public boolean allowsMlModelInference() -
allowsMlModelTraining
public boolean allowsMlModelTraining() -
allowsMlModelStoring
public boolean allowsMlModelStoring() -
allowsCreateFrame
public boolean allowsCreateFrame() -
allowsStoreFrame
public boolean allowsStoreFrame() -
allowsLoadFrame
public boolean allowsLoadFrame()
-