|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UsernamePasswordAuthenticationToken | |
---|---|
org.springframework.security.authentication.dao | An authentication provider that relies upon a data access object. |
org.springframework.security.authentication.jaas | An authentication provider for JAAS. |
org.springframework.security.ldap.authentication | The LDAP authentication provider package. |
org.springframework.security.web.authentication | Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). |
Uses of UsernamePasswordAuthenticationToken in org.springframework.security.authentication.dao |
---|
Methods in org.springframework.security.authentication.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.springframework.security.authentication.jaas |
---|
Subclasses of UsernamePasswordAuthenticationToken in org.springframework.security.authentication.jaas | |
---|---|
class |
JaasAuthenticationToken
UsernamePasswordAuthenticationToken extension to carry the Jaas LoginContext that the user was logged into |
Methods in org.springframework.security.authentication.jaas with parameters of type UsernamePasswordAuthenticationToken | |
---|---|
protected void |
JaasAuthenticationProvider.publishFailureEvent(UsernamePasswordAuthenticationToken token,
AuthenticationException ase)
Publishes the JaasAuthenticationFailedEvent . |
protected void |
JaasAuthenticationProvider.publishSuccessEvent(UsernamePasswordAuthenticationToken token)
Publishes the JaasAuthenticationSuccessEvent . |
Uses of UsernamePasswordAuthenticationToken in org.springframework.security.ldap.authentication |
---|
Methods in org.springframework.security.ldap.authentication with parameters of type UsernamePasswordAuthenticationToken | |
---|---|
protected Authentication |
LdapAuthenticationProvider.createSuccessfulAuthentication(UsernamePasswordAuthenticationToken authentication,
UserDetails user)
Creates the final Authentication object which will be returned from the authenticate method. |
Uses of UsernamePasswordAuthenticationToken in org.springframework.security.web.authentication |
---|
Methods in org.springframework.security.web.authentication with parameters of type UsernamePasswordAuthenticationToken | |
---|---|
protected void |
UsernamePasswordAuthenticationFilter.setDetails(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 |