|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UsernamePasswordAuthenticationToken | |
|---|---|
| org.acegisecurity.providers.dao | An authentication provider that relies upon a data access object. |
| org.acegisecurity.providers.jaas | An authentication provider for JAAS. |
| org.acegisecurity.ui.webapp | Authenticates users via a standard web form and HttpSession. |
| Uses of UsernamePasswordAuthenticationToken in org.acegisecurity.providers.dao |
|---|
| Methods in org.acegisecurity.providers.dao with parameters of type UsernamePasswordAuthenticationToken | |
|---|---|
protected void |
DaoAuthenticationProvider.additionalAuthenticationChecks(UserDetails userDetails,
UsernamePasswordAuthenticationToken authentication)
|
protected abstract void |
AbstractUserDetailsAuthenticationProvider.additionalAuthenticationChecks(UserDetails userDetails,
UsernamePasswordAuthenticationToken authentication)
Allows subclasses to perform any additional checks of a returned (or cached) UserDetails for a given authentication request. |
protected UserDetails |
DaoAuthenticationProvider.retrieveUser(String username,
UsernamePasswordAuthenticationToken authentication)
|
protected abstract UserDetails |
AbstractUserDetailsAuthenticationProvider.retrieveUser(String username,
UsernamePasswordAuthenticationToken authentication)
Allows subclasses to actually retrieve the UserDetails from
an implementation-specific location, with the option of throwing an
AuthenticationException immediately if the presented
credentials are incorrect (this is especially useful if it is necessary
to bind to a resource as the user in order to obtain or generate a
UserDetails). |
| Uses of UsernamePasswordAuthenticationToken in org.acegisecurity.providers.jaas |
|---|
| Subclasses of UsernamePasswordAuthenticationToken in org.acegisecurity.providers.jaas | |
|---|---|
class |
JaasAuthenticationToken
UsernamePasswordAuthenticationToken extension to carry the Jaas LoginContext that the user was logged into |
| Methods in org.acegisecurity.providers.jaas with parameters of type UsernamePasswordAuthenticationToken | |
|---|---|
protected void |
JaasAuthenticationProvider.publishFailureEvent(UsernamePasswordAuthenticationToken token,
AcegiSecurityException ase)
Publishes the JaasAuthenticationFailedEvent. |
protected void |
JaasAuthenticationProvider.publishSuccessEvent(UsernamePasswordAuthenticationToken token)
Publishes the JaasAuthenticationSuccessEvent. |
| Uses of UsernamePasswordAuthenticationToken in org.acegisecurity.ui.webapp |
|---|
| Methods in org.acegisecurity.ui.webapp with parameters of type UsernamePasswordAuthenticationToken | |
|---|---|
protected void |
SiteminderAuthenticationProcessingFilter.setDetails(javax.servlet.http.HttpServletRequest request,
UsernamePasswordAuthenticationToken authRequest)
Provided so that subclasses may configure what is put into the authentication request's details property. |
protected void |
AuthenticationProcessingFilter.setDetails(javax.servlet.http.HttpServletRequest request,
UsernamePasswordAuthenticationToken authRequest)
Provided so that subclasses may configure what is put into the authentication request's details property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||