org.jboss.seam.security.events
Class DeferredAuthenticationEvent

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

public class DeferredAuthenticationEvent
extends Object

This event should be fired when a deferred authentication process is complete

Author:
Shane Bryzak

Constructor Summary
DeferredAuthenticationEvent(boolean success)
           
 
Method Summary
 boolean isSuccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeferredAuthenticationEvent

public DeferredAuthenticationEvent(boolean success)
Method Detail

isSuccess

public boolean isSuccess()


Copyright © 2011 Seam Framework. All Rights Reserved.