| |
|
| java.lang.Object org.ow2.easybeans.security.propagation.jonas.JOnASSecurityCurrent
JOnASSecurityCurrent | public class JOnASSecurityCurrent implements EZBSecurityCurrent(Code) | | Allow to get the JOnAS security context.
author: Florent Benoit |
getSecurityContext | public EZBSecurityContext getSecurityContext()(Code) | | Gets the current context.
SecurityContext return the Security context associated to thecurrent thread or the JVM |
setGlobalSecurityContext | public void setGlobalSecurityContext(EZBSecurityContext securityContext)(Code) | | Associates the given security context to all threads (JVM).
Parameters: securityContext - Security context to associate to the JVM |
setSecurityContext | public void setSecurityContext(EZBSecurityContext securityContext)(Code) | | Associates the given security context to the current thread.
Parameters: securityContext - Security context to associate to the current thread. |
|
|
|