org.jboss.seam.security.contexts
Class AuthenticationScopedExtension

java.lang.Object
  extended by org.jboss.seam.security.contexts.AuthenticationScopedExtension
All Implemented Interfaces:
Extension

public class AuthenticationScopedExtension
extends Object
implements Extension

An extension that enables @AuthenticationScoped beans

Author:
Shane Bryzak

Constructor Summary
AuthenticationScopedExtension()
           
 
Method Summary
 void addScope(BeforeBeanDiscovery event)
           
 void registerContext(AfterBeanDiscovery event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationScopedExtension

public AuthenticationScopedExtension()
Method Detail

addScope

public void addScope(@Observes
                     BeforeBeanDiscovery event)

registerContext

public void registerContext(@Observes
                            AfterBeanDiscovery event)


Copyright © 2011 Seam Framework. All Rights Reserved.