Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.tip.pc.services.identity
Interface BPMGroup

All Superinterfaces:
BPMIdentity, BPMPrincipal, BPMRole, java.security.Principal

public interface BPMGroup
extends BPMRole

BPMGroup interface defines BPEL Process Manager Group. These are roles defined across the enterprise as against roles defined for an application.


Method Summary
 java.lang.String getTenantID()
          Gets Tenant ID in which this group is seeded.
 java.lang.String getTenantName()
          Gets Tenant Name in which this group is seeded.
 
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, isInAppRole, isInGroup, 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

getTenantID

java.lang.String getTenantID()
                             throws BPMIdentityException
Gets Tenant ID in which this group is seeded. This API is applicable only for multi-tenant environments configured with Oracle Internet Directory.

Returns:
Tenant ID of the group
Throws:
BPMIdentityException - if error occurs

getTenantName

java.lang.String getTenantName()
                               throws BPMIdentityException
Gets Tenant Name in which this group is seeded. This API is applicable only for multi-tenant environments configured with Oracle Internet Directory.

Returns:
Tenant Name of the group
Throws:
BPMIdentityException - if error occurs

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.