@Deprecated public class UserDaoCredentialHandler extends Object implements org.springframework.security.core.userdetails.UserDetailsService
UserDao
; used with Spring Security!Constructor and Description |
---|
UserDaoCredentialHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String userId)
Deprecated.
|
protected boolean |
onAuth(String userId)
Deprecated.
This is a overridable method, intended for any framework to extend and
use in case of login.
|
protected boolean |
onDenied(String userId)
Deprecated.
This is a overridable method, intended for any framework to extend and
use in case the user cannot login and we want something custom intended.
|
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String userId) throws org.springframework.security.core.userdetails.UsernameNotFoundException, org.springframework.dao.DataAccessException
loadUserByUsername
in interface org.springframework.security.core.userdetails.UserDetailsService
org.springframework.security.core.userdetails.UsernameNotFoundException
org.springframework.dao.DataAccessException
protected boolean onAuth(String userId) throws Exception
userId
- Exception
Copyright © 2018. All rights reserved.