JcifsConfig.java 文件源码

java
阅读 34 收藏 0 点赞 0 评论 0

项目:springboot-shiro-cas-mybatis 作者:
/**
 * Sets the use subject creds only.
 *
 * @param useSubjectCredsOnly the new use subject creds only
 */
@Autowired
public void setUseSubjectCredsOnly(@Value("${cas.spnego.use.subject.creds:false}")
                                   final boolean useSubjectCredsOnly) {
    logger.debug("useSubjectCredsOnly is set to {}", useSubjectCredsOnly);
    System.setProperty(SYS_PROP_USE_SUBJECT_CRED_ONLY, Boolean.toString(useSubjectCredsOnly));
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号