pac4j 详细介绍
pac4j 是一个 Java 权限引擎,支持多种协议多种框架
支持验证机制:
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.
文章转载自 开源中国社区[https://www.oschina.net]