Package oracle.tip.pc.services.identity
Interface BPMGroup
- All Superinterfaces:
BPMIdentity
,BPMPrincipal
,BPMRole
,Principal
BPMGroup
interface defines BPEL Process Manager Group.
These are roles defined across the enterprise as against roles defined for an application.-
Method Summary
Modifier and TypeMethodDescriptionGets Tenant ID in which this group is seeded.Gets Tenant Name in which this group is seeded.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 oracle.tip.pc.services.identity.BPMRole
getGrantees, getManagers, getOwners, getParticipants, isOwneredBy
-
Method Details
-
getTenantID
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
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
-