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() |
SecurityContext |
InheritableThreadLocalSecurityContextHolderStrategy.getContext() |
static SecurityContext |
SecurityContextHolder.getContext()
Obtain the current
SecurityContext . |
SecurityContext |
ThreadLocalSecurityContextHolderStrategy.getContext() |
SecurityContext |
GlobalSecurityContextHolderStrategy.getContext() |
SecurityContext |
SecurityContextHolderStrategy.getContext()
Obtains the current context.
|
Modifier and Type | Method and Description |
---|---|
void |
InheritableThreadLocalSecurityContextHolderStrategy.setContext(SecurityContext context) |
static void |
SecurityContextHolder.setContext(SecurityContext context)
Associates a new
SecurityContext with the current thread of execution. |
void |
ThreadLocalSecurityContextHolderStrategy.setContext(SecurityContext context) |
void |
GlobalSecurityContextHolderStrategy.setContext(SecurityContext context) |
void |
SecurityContextHolderStrategy.setContext(SecurityContext context)
Sets the current context.
|
Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.