org.apache.deltaspike.security.api.authentication.event
Class PostLoggedOutEvent

java.lang.Object
  extended by org.apache.deltaspike.security.api.authentication.event.PostLoggedOutEvent

public class PostLoggedOutEvent
extends Object

This event is raised just after the user un-authenticates


Constructor Summary
PostLoggedOutEvent(User user)
           
 
Method Summary
 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(User user)
Method Detail

getUser

public User getUser()


Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.