Uses of Class
com.sun.enterprise.security.SecurityContext
-
Packages that use SecurityContext Package Description com.sun.enterprise.security com.sun.enterprise.security.web.integration org.glassfish.concurrent.runtime -
-
Uses of SecurityContext in com.sun.enterprise.security
Methods in com.sun.enterprise.security that return SecurityContext Modifier and Type Method Description static SecurityContextSecurityContext. getCurrent()This method gets the SecurityContext stored in the Thread Local Store (TLS) of the current thread.static SecurityContextSecurityContext. getDefaultSecurityContext()SecurityContextSecurityContextProxy. getSecurityContext()static SecurityContextSecurityContext. init()Initialize the SecurityContext and handle the unauthenticated principal caseMethods in com.sun.enterprise.security with parameters of type SecurityContext Modifier and Type Method Description static voidSecurityContext. reset(SecurityContext securityContext)No need to unmarshall the unauthenticated principal....static voidSecurityContext. setCurrent(SecurityContext securityContext)This method sets the SecurityContext stored in the TLS. -
Uses of SecurityContext in com.sun.enterprise.security.web.integration
Methods in com.sun.enterprise.security.web.integration that return SecurityContext Modifier and Type Method Description SecurityContextWebPrincipal. getSecurityContext()Constructors in com.sun.enterprise.security.web.integration with parameters of type SecurityContext Constructor Description WebPrincipal(String user, char[] pwd, SecurityContext context)WebPrincipal(String user, String password, SecurityContext context)WebPrincipal(X509Certificate[] certs, SecurityContext context)WebPrincipal(X509Certificate[] certificates, SecurityContext context, boolean nameFromContext)WebPrincipal(Principal principal, SecurityContext context) -
Uses of SecurityContext in org.glassfish.concurrent.runtime
Methods in org.glassfish.concurrent.runtime that return SecurityContext Modifier and Type Method Description SecurityContextInvocationContext. getSecurityContext()Constructors in org.glassfish.concurrent.runtime with parameters of type SecurityContext Constructor Description InvocationContext(ComponentInvocation invocation, ClassLoader contextClassLoader, SecurityContext securityContext, boolean useTransactionOfExecutionThread, List<jakarta.enterprise.concurrent.spi.ThreadContextSnapshot> threadContextSnapshots, List<jakarta.enterprise.concurrent.spi.ThreadContextRestorer> threadContextRestorers)
-