org.jboss.portal.api.user.event
Class UserAuthenticationEvent

java.lang.Object
  extended by org.jboss.portal.api.event.PortalEvent
      extended by org.jboss.portal.api.user.event.UserEvent
          extended by org.jboss.portal.api.user.event.UserAuthenticationEvent

public class UserAuthenticationEvent
extends UserEvent

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
static int SIGN_IN
           
static int SIGN_OUT
           
 
Fields inherited from class org.jboss.portal.api.user.event.UserEvent
userId
 
Constructor Summary
UserAuthenticationEvent(java.lang.String userId, int type)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class org.jboss.portal.api.user.event.UserEvent
getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIGN_IN

public static final int SIGN_IN
See Also:
Constant Field Values

SIGN_OUT

public static final int SIGN_OUT
See Also:
Constant Field Values
Constructor Detail

UserAuthenticationEvent

public UserAuthenticationEvent(java.lang.String userId,
                               int type)
Method Detail

getType

public int getType()