org.jboss.seam.security.contexts
Class AuthenticationContext
java.lang.Object
org.jboss.seam.security.contexts.AuthenticationContext
- All Implemented Interfaces:
- Context
public class AuthenticationContext
- extends Object
- implements Context
- Author:
- Shane Bryzak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationContext
public AuthenticationContext()
getScope
public Class<? extends Annotation> getScope()
- Specified by:
getScope in interface Context
get
public <T> T get(Contextual<T> contextual,
CreationalContext<T> creationalContext)
- Specified by:
get in interface Context
get
public <T> T get(Contextual<T> contextual)
- Specified by:
get in interface Context
isActive
public boolean isActive()
- Specified by:
isActive in interface Context
Copyright © 2011 Seam Framework. All Rights Reserved.