/**
* Sets salt field name. Default is {@link #DEFAULT_SALT_FIELD}.
*
* @param saltFieldName the password field name
*/
@Autowired
public final void setSaltFieldName(@Value("${cas.jdbc.authn.query.encode.salt:" + DEFAULT_SALT_FIELD + '}')
final String saltFieldName) {
this.saltFieldName = saltFieldName;
}
QueryAndEncodeDatabaseAuthenticationHandler.java 文件源码
java
阅读 22
收藏 0
点赞 0
评论 0
项目:cas-server-4.2.1
作者:
评论列表
文章目录