♻️ CAS协议完善

pull/12/MERGE
smallbun 2 years ago
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…
Cancel
Save