mirror of https://gitee.com/topiam/eiam
♻️ CAS协议完善
parent
dd8f86c47d
commit
fb1b5f9b13
|
@ -25,17 +25,22 @@ import lombok.Data;
|
|||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
|
||||
/**
|
||||
* 协议端点域
|
||||
*
|
||||
* @author TopIAM
|
||||
* Created by support@topiam.cn on 2022/6/4 23:37
|
||||
*/
|
||||
* 协议端点域
|
||||
*
|
||||
* @author TopIAM
|
||||
* Created by support@topiam.cn on 2022/6/4 23:37
|
||||
*/
|
||||
@Data
|
||||
@Schema(description = "协议端点")
|
||||
public class AppCasProtocolEndpoint implements Serializable {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = -2261602995152894964L;
|
||||
/**
|
||||
* CAS URL前缀
|
||||
*/
|
||||
@Schema(description = "CAS URL前缀")
|
||||
private String casServerUrlPrefix;
|
||||
|
||||
/**
|
||||
* CAS SSO 端点
|
||||
|
|
Loading…
Reference in New Issue