♻️ 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; 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…
Cancel
Save