org.jboss.seam.security.events
Class LoggedInEvent

java.lang.Object
  extended by org.jboss.seam.security.events.LoggedInEvent

public class LoggedInEvent
extends Object

This event is raised when user successfully logs in.

Author:
Shane Bryzak

Constructor Summary
LoggedInEvent(org.picketlink.idm.api.User user)
           
 
Method Summary
 org.picketlink.idm.api.User getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggedInEvent

public LoggedInEvent(org.picketlink.idm.api.User user)
Method Detail

getUser

public org.picketlink.idm.api.User getUser()


Copyright © 2011 Seam Framework. All Rights Reserved.