标签:ken erb pre auth 参数 private ica uil 源码
private final AuthenticationManagerBuilder authenticationManagerBuilder;
UsernamePasswordAuthenticationToken authenticationToken = new UsernamePasswordAuthenticationToken(username, password);
Authentication authentication = authenticationManagerBuilder.getObject().authenticate(authenticationToken);
参数解析:
username和password是前端传过来的
标签:ken erb pre auth 参数 private ica uil 源码
原文地址:https://www.cnblogs.com/kaka-qiqi/p/14771242.html