|
Spring Security Framework | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AnonymousAuthenticationProvider | An AuthenticationProvider implementation that validates AnonymousAuthenticationTokens. |
| AnonymousAuthenticationToken | Represents an anonymous Authentication. |
| AnonymousProcessingFilter | Detects if there is no Authentication object in the SecurityContextHolder, and
populates it with one if needed. |
Allows you to secure every invocation (especially useful for web request URI security) by always having either an actual principal or an anonymous principal authenticated.
|
Spring Security Framework | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||