HostNameBasedUniqueTicketIdGenerator.java 文件源码

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

项目:springboot-shiro-cas-mybatis 作者:
/**
 * Instantiates a new Service ticket id generator.
 *
 * @param maxLength the max length
 * @param suffix    the suffix
 */
@Autowired
public ServiceTicketIdGenerator(@Value("${st.ticket.maxlength:20}")
                                final int maxLength,
                                @Value("${host.name:cas01.example.org}")
                                final String suffix) {
    super(maxLength, suffix);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号