org.ow2.orchestra.pvm.internal.env
Class Authentication

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.env.Authentication

public class Authentication
extends Object

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

Author:
Tom Baeyens

Constructor Summary
Authentication()
           
 
Method Summary
 String getUserId()
           
static void setUserId(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 String getUserId()

setUserId

public static void setUserId(String userId)


Copyright © 2011 OW2 Consortium. All Rights Reserved.