| Package | Description |
|---|---|
| org.acegisecurity.captcha |
Captcha classes.
|
| org.acegisecurity.context |
Provides a "request context".
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CaptchaSecurityContext
Interface that add humanity concerns to the SecurityContext
|
| Modifier and Type | Class and Description |
|---|---|
class |
CaptchaSecurityContextImpl
Default CaptchaSecurityContext implementation
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityContextImpl
Base implementation of
SecurityContext. |
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
HttpSessionContextIntegrationFilter.generateNewContext() |
static SecurityContext |
SecurityContextHolder.getContext()
Obtain the current
SecurityContext. |
SecurityContext |
SecurityContextHolderStrategy.getContext()
Obtains the current context.
|
SecurityContext |
ThreadLocalSecurityContextHolderStrategy.getContext() |
SecurityContext |
GlobalSecurityContextHolderStrategy.getContext() |
SecurityContext |
InheritableThreadLocalSecurityContextHolderStrategy.getContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SecurityContextHolder.setContext(SecurityContext context)
Associates a new
SecurityContext with the current thread of execution. |
void |
SecurityContextHolderStrategy.setContext(SecurityContext context)
Sets the current context.
|
void |
ThreadLocalSecurityContextHolderStrategy.setContext(SecurityContext context) |
void |
GlobalSecurityContextHolderStrategy.setContext(SecurityContext context) |
void |
InheritableThreadLocalSecurityContextHolderStrategy.setContext(SecurityContext context) |
Copyright © 2016. All rights reserved.