Package org.objectweb.easybeans.security.propagation.context

Implementation of EJB 3.0 container

See:
          Description

Class Summary
SecurityContext Security Context that is exchanged and propagated from clients to beans.
This is also why it is a serializable object (as it has to be exchanged).
The security contains allow to get the current principal and the roles associated to this principal.
RunAs mode is managed by keeping the previous security context.
SecurityCurrent Manages the current security context associated to the current thread.
 

Package org.objectweb.easybeans.security.propagation.context Description

Implementation of EJB 3.0 container