|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityContext | |
|---|---|
| org.acegisecurity.captcha | Captcha classes. |
| org.acegisecurity.context | Provides a "request context". |
| Uses of SecurityContext in org.acegisecurity.captcha |
|---|
| Subinterfaces of SecurityContext in org.acegisecurity.captcha | |
|---|---|
interface |
CaptchaSecurityContext
Interface that add humanity concerns to the SecurityContext |
| Classes in org.acegisecurity.captcha that implement SecurityContext | |
|---|---|
class |
CaptchaSecurityContextImpl
Default CaptchaSecurityContext implementation |
| Uses of SecurityContext in org.acegisecurity.context |
|---|
| Classes in org.acegisecurity.context that implement SecurityContext | |
|---|---|
class |
SecurityContextImpl
Base implementation of SecurityContext. |
| Methods in org.acegisecurity.context that return SecurityContext | |
|---|---|
SecurityContext |
HttpSessionContextIntegrationFilter.generateNewContext()
|
static SecurityContext |
SecurityContextHolder.getContext()
Obtains the SecurityContext associated with the current
thread of execution. |
| Methods in org.acegisecurity.context with parameters of type SecurityContext | |
|---|---|
static void |
SecurityContextHolder.setContext(SecurityContext context)
Associates a new SecurityContext with the current thread of
execution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||