Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


oracle.tip.pc.services.identity
Interface BPMIdentityService

All Superinterfaces:
BPMAuthenticationService, BPMAuthorizationService, Service

public interface BPMIdentityService
extends BPMAuthorizationService, BPMAuthenticationService

BPMIdentityService defines BPEL Process Manager Identity Service BPMIdentityService service = ServiceFactory.getIdentitySrviceInstance(); BPMAuthenticationService service = ServiceFactory.getIdentityServiceInstance("myRealm"); This method will fetch the service instance as configured in the identity service configuration.


Method Summary

 

Methods inherited from interface oracle.tip.pc.services.identity.BPMAuthorizationService
getAllPermissions, getAllPermissions, getAppRoles, getAppRoles, getConfiguration, getGrantedPositionsToUser, getGrantedRolesToAppRole, getGrantedRolesToGroup, getGrantedRolesToRole, getGrantedRolesToUser, getGrantedRolesToUser, getGrantees, getGranteesToAppRole, getGranteesToGroup, getGranteesToPosition, getGroupAttribute, getGroups, getLocaleSpecificGroupNames, getLocaleSpecificUserNames, getManagedRolesByRole, getManagedRolesByUser, getManagementChain, getManager, getOwnedRolesByRole, getOwnedRolesByUser, getParticipants, getParticipantsToAppRole, getParticipantsToGroup, getPermissions, getPermissions, getPermissionsForAppRole, getPositionDisplayNames, getProvider, getRealmName, getReportees, getRoleManagers, getRoleOwners, getRoles, getSearchableUserAttributes, getSearchFilterInstance, getSearchFilterInstance, getUserAttribute, getUsers, hasPermission, hasPermissionForAppRole, lookupAppRole, lookupGroup, lookupRole, lookupUser, searchAppRoles, searchGroups, searchGroups, searchUsers, searchUsers, whoAmI

 

Methods inherited from interface oracle.tip.pc.services.identity.BPMAuthenticationService
authenticateUser, authenticateUser, getConfiguration, getProvider, getRealmName, getSearchableUserAttributes

 

Methods inherited from interface oracle.tip.pc.services.common.Service
getStatus

 


Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


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