| Package | Description |
|---|---|
| com.sun.enterprise.security | |
| com.sun.enterprise.security.web.integration | |
| org.glassfish.concurrent.runtime |
| Modifier and Type | Method and Description |
|---|---|
static SecurityContext |
SecurityContext.getCurrent()
This method gets the SecurityContext stored in the Thread Local Store (TLS) of the current thread.
|
static SecurityContext |
SecurityContext.getDefaultSecurityContext() |
SecurityContext |
SecurityContextProxy.getSecurityContext() |
static SecurityContext |
SecurityContext.init()
Initialize the SecurityContext and handle the unauthenticated principal case
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SecurityContext.reset(SecurityContext securityContext)
No need to unmarshall the unauthenticated principal....
|
static void |
SecurityContext.setCurrent(SecurityContext securityContext)
This method sets the SecurityContext stored in the TLS.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
WebPrincipal.getSecurityContext() |
| Constructor and Description |
|---|
WebPrincipal(Principal principal,
SecurityContext context) |
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) |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
InvocationContext.getSecurityContext() |
| Constructor and Description |
|---|
InvocationContext(ComponentInvocation invocation,
ClassLoader contextClassLoader,
SecurityContext securityContext,
boolean useTransactionOfExecutionThread) |
Copyright © 2019. All rights reserved.