org.jboss.seam.security.extension
Class AuthorizationObserver

java.lang.Object
  extended by org.jboss.seam.security.extension.AuthorizationObserver

@ApplicationScoped
public class AuthorizationObserver
extends Object

This event observer

Author:
Shane Bryzak

Constructor Summary
AuthorizationObserver()
           
 
Method Summary
 void observeAuthorizationCheckEvent(AuthorizationCheckEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationObserver

public AuthorizationObserver()
Method Detail

observeAuthorizationCheckEvent

public void observeAuthorizationCheckEvent(@Observes
                                           AuthorizationCheckEvent event)


Copyright © 2011 Seam Framework. All Rights Reserved.