|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.core.security.Permission
public class Permission
A wrapper of the target and privilege to check.
| Field Summary | |
|---|---|
static Permission |
SUPERVISORconstant to represent supervisor permission. |
| Method Summary | |
|---|---|
static Permission |
getGenericPermission(PermissionType pType, java.lang.Class pEntityClass)Return Permission object for certain entity type and priviledge. |
static Permission |
getInstancePermission(PermissionType pType, IRepositoryEntity pEntity)Return Permission object for certain entity and priviledge. |
static Permission |
getInstancePermission(PermissionType pType, IRepositoryEntity pParentEntity, java.lang.Class pChildEntityClass)Return Permission object for certain child type under certain parent entity and priviledge. |
static Permission |
getSupervisorPermission()return Permission object representing SUPERVISOR permission. |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Permission SUPERVISOR
| Method Detail |
|---|
public static Permission getSupervisorPermission()
public static Permission getGenericPermission(PermissionType pType,
java.lang.Class pEntityClass)
pType - the type of priviledge to check.pEntityClass - the type of entity to check.
public static Permission getInstancePermission(PermissionType pType,
IRepositoryEntity pEntity)
pType - the type of priviledge to check.pEntity - the entity to check.
public static Permission getInstancePermission(PermissionType pType,
IRepositoryEntity pParentEntity,
java.lang.Class pChildEntityClass)
pType - the type of priviledge to check.pParentEntity - the owning parent entity.pChildEntityClass - the type of the child entity.public java.lang.String toString()
toString in class java.lang.Object
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||