org.jbpm.env.impl
Class Authentication

java.lang.Object
  extended by org.jbpm.env.impl.Authentication

public class Authentication
extends java.lang.Object

knows how to get the userId (String) of the currently authenticated user.

Author:
Tom Baeyens

Constructor Summary
Authentication()
           
 
Method Summary
 java.lang.String getUserId()
           
static void setUserId(java.lang.String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authentication

public Authentication()
Method Detail

getUserId

public java.lang.String getUserId()

setUserId

public static void setUserId(java.lang.String userId)