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

@@ -93,7 +93,7 @@ import org.maxkey.authz.oauth2.provider.ClientDetailsService;
* @author Vladimir Kryachko
*
*/
@Api(tags = "OAuth v2.0 API文档模块")
@Api(tags = "2-1-OAuth v2.0 API文档模块")
@Controller
@SessionAttributes("authorizationRequest")
public class AuthorizationEndpoint extends AbstractEndpoint {

View File

@@ -56,7 +56,7 @@ import io.swagger.annotations.ApiOperation;
* @author Luke Taylor
* @author Joel D'sa
*/
@Api(tags = "OAuth v2.0 API文档模块")
@Api(tags = "2-1-OAuth v2.0 API文档模块")
@Controller
public class CheckTokenEndpoint {

View File

@@ -72,7 +72,7 @@ import io.swagger.annotations.ApiOperation;
* @author Dave Syer
*
*/
@Api(tags = "OAuth v2.0 API文档模块")
@Api(tags = "2-1-OAuth v2.0 API文档模块")
@Controller
public class TokenEndpoint extends AbstractEndpoint {

View File

@@ -76,7 +76,7 @@ import io.swagger.annotations.ApiOperation;
import com.nimbusds.jwt.SignedJWT;
@Api(tags = "OAuth v2.0 API文档模块")
@Api(tags = "2-1-OAuth v2.0 API文档模块")
@Controller
@RequestMapping(value = { "/api" })
public class UserInfoEndpoint {