org.jboss.seam.security.events
Class PostLoggedOutEvent

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

public class PostLoggedOutEvent
extends Object

This event is raised just after the user unauthenticates

Author:
Shane Bryzak

Constructor Summary
PostLoggedOutEvent(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

PostLoggedOutEvent

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

getUser

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


Copyright © 2011 Seam Framework. All Rights Reserved.