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 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
 
Methods inherited from interface oracle.tip.pc.services.common.Service
getStatus
 


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.