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.