享學(xué)數(shù)據(jù)結(jié)構(gòu)與算法精品課
asswordEncoder.matches(password, user.getPassword())) {
? ? ? ? ? ?userDetailsService.inc(mobile);
? ? ? ? ? ?throw new QiMiaoException(ResultCode.JWT_USER_INVALID_PWD);
? ? ? ?}
? ? ? ?Map<String, String> parameters = (Map<String, String>)authenticationToken.getDetails();
? ? ? ?if(null != parameters.get("platform")) {
? ? ? ? ? ?user.setPlatform(parameters.get("platform"));
? ? ? ?}
? ? ? ?MobilePasswordAuthenticationToken authenticationR
標(biāo)簽: