|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.core.security.PermissionType
public final class PermissionType
The class represents the type of priviledges users can have on ODI entities.
| Field Summary | |
|---|---|
static PermissionType |
EXECUTEEXECUTE priviledge, to execute. |
static PermissionType |
GENERATEGENERATE priviledge, to generate script and code. |
static PermissionType |
READREAD priviledge, to view, consult an entity. |
static PermissionType |
WRITEWRITE priviledge, to modify an entity. |
| Method Summary | |
|---|---|
static PermissionType |
methodToPermissionType(java.lang.String methodName)INTERNAL: Return permission type object based on java method name. |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PermissionType READ
public static final PermissionType WRITE
public static final PermissionType EXECUTE
public static final PermissionType GENERATE
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic static final PermissionType methodToPermissionType(java.lang.String methodName)
methodName - the java method name.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||