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;
|
import io.swagger.v3.oas.annotations.media.Schema;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 协议端点域
|
* 协议端点域
|
||||||
*
|
*
|
||||||
* @author TopIAM
|
* @author TopIAM
|
||||||
* Created by support@topiam.cn on 2022/6/4 23:37
|
* Created by support@topiam.cn on 2022/6/4 23:37
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@Schema(description = "协议端点")
|
@Schema(description = "协议端点")
|
||||||
public class AppCasProtocolEndpoint implements Serializable {
|
public class AppCasProtocolEndpoint implements Serializable {
|
||||||
|
|
||||||
@Serial
|
@Serial
|
||||||
private static final long serialVersionUID = -2261602995152894964L;
|
private static final long serialVersionUID = -2261602995152894964L;
|
||||||
|
/**
|
||||||
|
* CAS URL前缀
|
||||||
|
*/
|
||||||
|
@Schema(description = "CAS URL前缀")
|
||||||
|
private String casServerUrlPrefix;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CAS SSO 端点
|
* CAS SSO 端点
|
||||||
|
|
Loading…
Reference in New Issue