Package org.acegisecurity.providers.anonymous
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
AnonymousAuthenticationProvider An AuthenticationProvider implementation that validates AnonymousAuthenticationToken s.
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.