org.springframework.security.oauth2.provider.client
类 ClientDetailsUserDetailsService
java.lang.Object
org.springframework.security.oauth2.provider.client.ClientDetailsUserDetailsService
- 所有已实现的接口:
- org.springframework.security.core.userdetails.UserDetailsService
public class ClientDetailsUserDetailsService
- extends Object
- implements org.springframework.security.core.userdetails.UserDetailsService
- 作者:
- Dave Syer
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientDetailsUserDetailsService
public ClientDetailsUserDetailsService(ClientDetailsService clientDetailsService)
setPasswordEncoder
public void setPasswordEncoder(org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)
- 参数:
passwordEncoder - the password encoder to set
loadUserByUsername
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username)
throws org.springframework.security.core.userdetails.UsernameNotFoundException
- 指定者:
- 接口
org.springframework.security.core.userdetails.UserDetailsService 中的 loadUserByUsername
- 抛出:
org.springframework.security.core.userdetails.UsernameNotFoundException
Copyright © 2013. All rights reserved.