1,pac4j是什么?
官网
github项目主页
pac4j是一个支持多种支持多种协议的身份认证的Java客户端。
2,pac4j的12种客户端认证机制:目前我只有用过第一和第八种。
-
OAuth (1.0 & 2.0): Facebook, Twitter, Google, Yahoo, LinkedIn, Github... using the
pac4j-oauth
module -
CAS (1.0, 2.0, SAML, logout & proxy) + REST API support using the
pac4j-cas
module -
HTTP (form, basic auth, IP, header, GET/POST parameter authentications) using the
pac4j-http
module -
OpenID using the
pac4j-openid
module -
SAML (2.0) using the
pac4j-saml
module -
Google App Engine UserService using the
pac4j-gae
module -
OpenID Connect 1.0 using the
pac4j-oidc
module -
JWT using the
pac4j-jwt
module -
LDAP using the
pac4j-ldap
module -
relational DB using the
pac4j-sql
module -
MongoDB using the
pac4j-mongo
module -
Stormpath using the
pac4j-stormpath
module.

网友评论