org.ow2.easybeans.security.propagation.context |
EJB 3.0
Implementation of EJB 3.0 container
|
Java Source File Name | Type | Comment |
SecurityContext.java | Class | 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.java | Class | Manages the current security context associated to the current thread. |