Weaver 3.1.0a1-D1

Uses of Interface
com.oldlight.weaver.context.WeaverSecurityContext

Packages that use WeaverSecurityContext
com.oldlight.weaver.context The context package is the API that you use in your W-Beans to interact with Weaver. 
com.oldlight.weaver.interpreter   
 

Uses of WeaverSecurityContext in com.oldlight.weaver.context
 

Methods in com.oldlight.weaver.context that return WeaverSecurityContext
 WeaverSecurityContext WeaverSessionContext.getSecurityContext()
          Gets the security context for this session
 WeaverSecurityContext WeaverExecutionContext.getSecurityContext()
          Get the security context.
 

Uses of WeaverSecurityContext in com.oldlight.weaver.interpreter
 

Classes in com.oldlight.weaver.interpreter that implement WeaverSecurityContext
 class WeaverSecurityContextImpl
          Representation of authentication domains.
 

Methods in com.oldlight.weaver.interpreter that return WeaverSecurityContext
 WeaverSecurityContext WeaverSessionContextImpl.getSecurityContext()
          Gets the security context for this session
 WeaverSecurityContext WeaverExecutionContextImpl.getSecurityContext()
           
 


Copyright ©Paul Harvey