/**
* 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);
}
HostNameBasedUniqueTicketIdGenerator.java 文件源码
java
阅读 25
收藏 0
点赞 0
评论 0
项目:springboot-shiro-cas-mybatis
作者:
评论列表
文章目录