赞
踩
@Override
public Authentication authenticate(Authentication authentication) throws AuthenticationException {
Class<? extends Authentication> toTest = authentication.getClass();
//判断使用哪种验证方式
if (
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。