org.jboss.seam.security.contexts
Class AuthenticationContext

java.lang.Object
  extended by org.jboss.seam.security.contexts.AuthenticationContext
All Implemented Interfaces:
javax.enterprise.context.spi.Context

public class AuthenticationContext
extends Object
implements javax.enterprise.context.spi.Context

Author:
Shane Bryzak

Constructor Summary
AuthenticationContext()
           
 
Method Summary
<T> T
get(javax.enterprise.context.spi.Contextual<T> contextual)
           
<T> T
get(javax.enterprise.context.spi.Contextual<T> contextual, javax.enterprise.context.spi.CreationalContext<T> creationalContext)
           
protected  HashMapBeanStore getBeanStore()
           
 Class<? extends Annotation> getScope()
           
 boolean isActive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationContext

public AuthenticationContext()
Method Detail

getScope

public Class<? extends Annotation> getScope()
Specified by:
getScope in interface javax.enterprise.context.spi.Context

get

public <T> T get(javax.enterprise.context.spi.Contextual<T> contextual,
                 javax.enterprise.context.spi.CreationalContext<T> creationalContext)
Specified by:
get in interface javax.enterprise.context.spi.Context

get

public <T> T get(javax.enterprise.context.spi.Contextual<T> contextual)
Specified by:
get in interface javax.enterprise.context.spi.Context

isActive

public boolean isActive()
Specified by:
isActive in interface javax.enterprise.context.spi.Context

getBeanStore

protected HashMapBeanStore getBeanStore()


Copyright © 2011 Seam Framework. All Rights Reserved.