| Home >> All >> org >> acegisecurity >> providers >> [ anonymous Javadoc ] |
org.acegisecurity.providers.anonymous: Javadoc index of package org.acegisecurity.providers.anonymous.
Package Samples:
org.acegisecurity.providers.anonymous: Implements a provider-based approach to authentication decisions.
Classes:
AnonymousAuthenticationProvider: An org.acegisecurity.providers.AuthenticationProvider implementation that validates AnonymousAuthenticationToken s. To be successfully validated, the AnonymousAuthenticationToken.getKeyHash() 55 must match this class' getKey() 55 .
AnonymousProcessingFilter: Detects if there is no Authentication object in the SecurityContextHolder , and populates it with one if needed. Do not use this class directly. Instead configure web.xml to use the org.acegisecurity.util.FilterToBeanProxy .
AnonymousAuthenticationToken: Represents an anonymous Authentication .
| Home | Contact Us | Privacy Policy | Terms of Service |