|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BPMAppRole
BPMRole
interface defines BPEL Process Manager Application Role
Method Summary | |
---|---|
java.lang.String |
getAppID() Gets application id |
java.security.PermissionCollection |
getPermissions(java.lang.String appId) Gets the permissions associated with the AppRole for a given application |
boolean |
hasPermission(java.security.Permission perm, java.lang.String appId) Checks whether the AppRole has specify permission |
Methods inherited from interface oracle.tip.pc.services.identity.BPMRole |
---|
getGrantees, getManagers, getOwners, getParticipants, isOwneredBy |
Methods inherited from interface oracle.tip.pc.services.identity.BPMIdentity |
---|
getActions, getAppRoles, getAppRoles, getEmail, getGrantedRoles, getGrantedRoles, getGroups, getIdentityType, getManagedRoles, getOwnedRoles, getRoles, isInRole, isInRole, isOwner |
Methods inherited from interface oracle.tip.pc.services.identity.BPMPrincipal |
---|
getAttribute, getAttributes, getDescription, getDisplayName, getDisplayName, getFullName, getGuid, getRealmName, getUniqueName, toNode |
Methods inherited from interface java.security.Principal |
---|
equals, getName, hashCode, toString |
Method Detail |
---|
java.lang.String getAppID()
boolean hasPermission(java.security.Permission perm, java.lang.String appId) throws BPMIdentityException
perm
- a Permission objectappId
- a application IdBPMIdentityException
- if error occursjava.security.PermissionCollection getPermissions(java.lang.String appId) throws BPMIdentityException
appId
- a application IdBPMIdentityException
- if error occurs
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |