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


oracle.tip.pc.services.identity
Class IsUserInRoleFunction

java.lang.Object
  extended byoracle.tip.pc.services.identity.IsUserInRoleFunction

All Implemented Interfaces:
org.collaxa.thirdparty.jaxen.Function

public class IsUserInRoleFunction
extends java.lang.Object
implements org.collaxa.thirdparty.jaxen.Function

The signature of this function is ora:isUserInRole(userId, roleName). This function returns Boolean object. If the user or the role name can't be found or in the case of any exception, false is returned. The arguments are:

  1. userId - String or element containing the user whose participation in the role should be verified
  2. roleName - The role name

<p/>


Constructor Summary
IsUserInRoleFunction()
           

 

Method Summary
 java.lang.Object call(org.collaxa.thirdparty.jaxen.Context context, java.util.List args)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IsUserInRoleFunction

public IsUserInRoleFunction()

Method Detail

call

public java.lang.Object call(org.collaxa.thirdparty.jaxen.Context context,
                             java.util.List args)
                      throws org.collaxa.thirdparty.jaxen.FunctionCallException
Specified by:
call in interface org.collaxa.thirdparty.jaxen.Function
Throws:
org.collaxa.thirdparty.jaxen.FunctionCallException

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


Copyright © 2005, Oracle. All rights reserved.