jfinal-oauth2.0-server:jfinal-oauth2.0-server,参考http

时间:2024-05-19 02:28:07
【文件属性】:

文件名称:jfinal-oauth2.0-server:jfinal-oauth2.0-server,参考http

文件大小:2.08MB

文件格式:ZIP

更新时间:2024-05-19 02:28:07

oauth2 Java

jfinal-oauth2.0-server 基于, 参考实现了4.节描述的内容。 实现了OAuth 2.0定义了四种授权方式 授权码模式(authorization code): 先获取下次请求token的code,然后在带着code去请求token; 简化模式(implicit):直接请求token; 密码模式(resource owner password credentials): 先完成授权,然后再获取token; 客户端模式(client credentials): 类似密码保护模式; ​ demo #自定义clientcredentials implements OAuthClientCredentials public class PasswordClientCredentials implements OAuthClientCredentials { @Overrid


【文件预览】:
jfinal-oauth2.0-server-master
----pom.xml(3KB)
----LICENSE(1KB)
----src()
--------testing()
--------main()
----WebRoot()
--------META-INF()
--------WEB-INF()
--------oauth()
--------index.jsp(526B)
----.gitignore(271B)
----README.md(3KB)
----cplibs.sh(97B)

网友评论