public class AuthProvider
extends org.springframework.security.authentication.dao.DaoAuthenticationProvider
| Constructor and Description |
|---|
AuthProvider(org.springframework.security.core.userdetails.UserDetailsService userDetailsService,
Object passwordEncoder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
additionalAuthenticationChecks(org.springframework.security.core.userdetails.UserDetails userDetails,
org.springframework.security.authentication.UsernamePasswordAuthenticationToken authentication) |
protected boolean |
ipInRange(String ipAddress,
String range)
Determines if a given IP address is in the given IP range.
|
doAfterPropertiesSet, getPasswordEncoder, getSaltSource, getUserDetailsService, retrieveUser, setPasswordEncoder, setSaltSource, setUserDetailsServiceafterPropertiesSet, authenticate, createSuccessAuthentication, getPostAuthenticationChecks, getPreAuthenticationChecks, getUserCache, isForcePrincipalAsString, isHideUserNotFoundExceptions, setAuthoritiesMapper, setForcePrincipalAsString, setHideUserNotFoundExceptions, setMessageSource, setPostAuthenticationChecks, setPreAuthenticationChecks, setUserCache, supportspublic AuthProvider(org.springframework.security.core.userdetails.UserDetailsService userDetailsService,
Object passwordEncoder)
protected void additionalAuthenticationChecks(org.springframework.security.core.userdetails.UserDetails userDetails,
org.springframework.security.authentication.UsernamePasswordAuthenticationToken authentication)
throws org.springframework.security.core.AuthenticationException
additionalAuthenticationChecks in class org.springframework.security.authentication.dao.DaoAuthenticationProviderorg.springframework.security.core.AuthenticationExceptionCopyright © 2009–2015 DuraSpace. All rights reserved.