This commit is contained in:
MaxKey
2021-03-27 09:13:14 +08:00
parent 63411e2dc5
commit 7d5ad8ba7f
21 changed files with 25 additions and 20 deletions

View File

@@ -52,7 +52,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
@Api(tags = "SAML v2.0 API文档模块")
@Api(tags = "2-2-SAML v2.0 API文档模块")
@Controller
@RequestMapping(value = { "/metadata/saml20/" })
public class MetadataEndpoint {

View File

@@ -49,7 +49,7 @@ import io.swagger.annotations.ApiOperation;
* @author Crystal.Sea
*
*/
@Api(tags = "SAML v2.0 API文档模块")
@Api(tags = "2-2-SAML v2.0 API文档模块")
@Controller
public class IdpInitEndpoint {
private final static Logger logger = LoggerFactory.getLogger(IdpInitEndpoint.class);

View File

@@ -40,7 +40,7 @@ import org.springframework.web.servlet.ModelAndView;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
@Api(tags = "SAML v2.0 API文档模块")
@Api(tags = "2-2-SAML v2.0 API文档模块")
@Controller
public class LogoutSamlEndpoint {
private final static Logger logger = LoggerFactory.getLogger(LogoutSamlEndpoint.class);

View File

@@ -48,7 +48,7 @@ import org.springframework.web.servlet.ModelAndView;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
@Api(tags = "SAML v2.0 API文档模块")
@Api(tags = "2-2-SAML v2.0 API文档模块")
@Controller
public class SingleSignOnEndpoint {
private final static Logger logger = LoggerFactory.getLogger(SingleSignOnEndpoint.class);