All Downloads are FREE. Search and download functionalities are using the official Maven repository.

top.gink.cas.service.CasReqService Maven / Gradle / Ivy

The newest version!
package top.gink.cas.service;

import top.gink.cas.model.CasResp;

public interface CasReqService {
    CasResp serviceValidate(String ticket);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy