public class DuracloudAuthProvider
extends org.springframework.security.authentication.dao.DaoAuthenticationProvider
Constructor and Description |
---|
DuracloudAuthProvider(DuracloudUserDetailsService 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, setUserDetailsService
afterPropertiesSet, authenticate, createSuccessAuthentication, getPostAuthenticationChecks, getPreAuthenticationChecks, getUserCache, isForcePrincipalAsString, isHideUserNotFoundExceptions, setAuthoritiesMapper, setForcePrincipalAsString, setHideUserNotFoundExceptions, setMessageSource, setPostAuthenticationChecks, setPreAuthenticationChecks, setUserCache, supports
public DuracloudAuthProvider(DuracloudUserDetailsService 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.DaoAuthenticationProvider
org.springframework.security.core.AuthenticationException
Copyright © 2009–2016 DuraSpace. All rights reserved.