api doc
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user