Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


oracle.tip.pc.services.identity
Interface IRemoteIdentityService


public interface IRemoteIdentityService

Generated by the Oracle JDeveloper 10g Web Services Interface Generator Date Created: Tue Jan 04 17:51:40 PST 2005 This interface lists the subset of public methods that you selected for inclusion in your web service's public interface. It is referenced in the web.xml deployment descriptor for this service. This file should not be edited.


Method Summary
 boolean authenticateUser(java.lang.String userName, java.lang.String passwd)
           
 Group[] getAllGroups()
           
 User[] getAllUsers()
           
 User[] getDirectReportees(java.lang.String managerName)
           
 java.lang.String[] getManagement(java.lang.String userName, java.lang.String uptoUserName, java.lang.String uptoTitle, int level)
           
 java.lang.String getManager(java.lang.String userName)
           
 User[] getParticipants(java.lang.String groupName, boolean direct)
           
 oracle.tip.pc.services.common.ServiceStatus getStatus()
           
 boolean isUserInRole(java.lang.String userName, java.lang.String roleName)
           
 Group lookupGroup(java.lang.String groupName)
           
 User lookupUser(java.lang.String userName)
           
 Group[] searchGroups(java.lang.String attributeName, java.lang.String searchString)
           
 User[] searchUsers(java.lang.String attributeName, java.lang.String searchString)
           

 

Method Detail

lookupUser

public User lookupUser(java.lang.String userName)
                throws BPMIdentityException,
                       BPMIdentityNotFoundException
Throws:
BPMIdentityException
BPMIdentityNotFoundException

lookupGroup

public Group lookupGroup(java.lang.String groupName)
                  throws BPMIdentityException,
                         BPMIdentityNotFoundException
Throws:
BPMIdentityException
BPMIdentityNotFoundException

getAllUsers

public User[] getAllUsers()
                   throws BPMIdentityException,
                          BPMIdentityNotFoundException
Throws:
BPMIdentityException
BPMIdentityNotFoundException

getAllGroups

public Group[] getAllGroups()
                     throws BPMIdentityException,
                            BPMIdentityNotFoundException
Throws:
BPMIdentityException
BPMIdentityNotFoundException

searchUsers

public User[] searchUsers(java.lang.String attributeName,
                          java.lang.String searchString)
                   throws BPMIdentityException,
                          BPMUnsupportedAttributeException
Throws:
BPMIdentityException
BPMUnsupportedAttributeException

searchGroups

public Group[] searchGroups(java.lang.String attributeName,
                            java.lang.String searchString)
                     throws BPMIdentityException,
                            BPMUnsupportedAttributeException
Throws:
BPMIdentityException
BPMUnsupportedAttributeException

getDirectReportees

public User[] getDirectReportees(java.lang.String managerName)
                          throws BPMIdentityException,
                                 BPMIdentityNotFoundException
Throws:
BPMIdentityException
BPMIdentityNotFoundException

getParticipants

public User[] getParticipants(java.lang.String groupName,
                              boolean direct)
                       throws BPMIdentityNotFoundException,
                              BPMIdentityException
Throws:
BPMIdentityNotFoundException
BPMIdentityException

authenticateUser

public boolean authenticateUser(java.lang.String userName,
                                java.lang.String passwd)
                         throws BPMAuthenticationException,
                                BPMIdentityException
Throws:
BPMAuthenticationException
BPMIdentityException

isUserInRole

public boolean isUserInRole(java.lang.String userName,
                            java.lang.String roleName)
                     throws BPMIdentityException,
                            BPMIdentityNotFoundException
Throws:
BPMIdentityException
BPMIdentityNotFoundException

getManagement

public java.lang.String[] getManagement(java.lang.String userName,
                                        java.lang.String uptoUserName,
                                        java.lang.String uptoTitle,
                                        int level)
                                 throws BPMIdentityNotFoundException,
                                        BPMIdentityException
Throws:
BPMIdentityNotFoundException
BPMIdentityException

getManager

public java.lang.String getManager(java.lang.String userName)
                            throws BPMIdentityNotFoundException,
                                   BPMIdentityException
Throws:
BPMIdentityNotFoundException
BPMIdentityException

getStatus

public oracle.tip.pc.services.common.ServiceStatus getStatus()

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


Copyright © 2005, Oracle. All rights reserved.