org.jboss.picketlink.cdi.authentication.event
Class PostLoggedOutEvent

java.lang.Object
  extended by org.jboss.picketlink.cdi.authentication.event.PostLoggedOutEvent

public class PostLoggedOutEvent
extends Object

This event is raised just after the user un-authenticates

Author:
Shane Bryzak

Constructor Summary
PostLoggedOutEvent(org.jboss.picketlink.idm.model.User user)
           
 
Method Summary
 org.jboss.picketlink.idm.model.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.jboss.picketlink.idm.model.User user)
Method Detail

getUser

public org.jboss.picketlink.idm.model.User getUser()


Copyright © 2012. All Rights Reserved.