| |
|
| java.lang.Object org.objectweb.security.context.SecurityCurrent
SecurityCurrent | public class SecurityCurrent (Code) | | For handling the association SecurityContext/ Thread
author: Jeff Mesnil |
getCurrent | public static SecurityCurrent getCurrent()(Code) | | Method getCurrent
SecurityCurrent return the current |
getSecurityContext | public SecurityContext getSecurityContext()(Code) | | Method getSecurityContext
SecurityContext return the Security context associated to thecurrent thread |
setGlobalSecurityContext | public void setGlobalSecurityContext(SecurityContext ctx)(Code) | | Method setSecurityContext used for client container
Parameters: ctx - Security context to associate to the JVM |
setSecurityContext | public void setSecurityContext(SecurityContext ctx)(Code) | | Method setSecurityContext
Parameters: ctx - Security context to associate to the current thread |
|
|
|