Interface BPMAppRole

All Superinterfaces:
BPMIdentity, BPMPrincipal, BPMRole, Principal

public interface BPMAppRole extends BPMRole
BPMRole interface defines BPEL Process Manager Application Role
  • Method Details

    • getAppID

      String getAppID()
      Gets application id
      Returns:
      application id
    • hasPermission

      boolean hasPermission(Permission perm, String appId) throws BPMIdentityException
      Checks whether the AppRole has specify permission
      Parameters:
      perm - a Permission object
      appId - a application Id
      Returns:
      true if user has specified permission, else false
      Throws:
      BPMIdentityException - if error occurs
    • getPermissions

      PermissionCollection getPermissions(String appId) throws BPMIdentityException
      Gets the permissions associated with the AppRole for a given application
      Parameters:
      appId - a application Id
      Returns:
      PermissionCollection
      Throws:
      BPMIdentityException - if error occurs