·Java Open Single Sign-On Project-介绍
2008-01-05 10:35:42 作者
What is JOSSO?
JOSSO, or Java Open Single Sign-On, is an open source J2EE-based SSO infrastrUCture aimed to provide a solution for centralized platform neutral user authentication.
Pluggable Framework
The Pluggable framework allows to implement and combine multiple authentication schemes with credential stores.
An authentication scheme is a security mechanisms used to verify user identity based on his credentials. Sample authentication schemes are username/passWord authentication or Certificate based authentication.
Credential Stores are repositories for user credentials to be used during the user authentication transaction
You could configure JOSSO to use for example certificate-based authentication scheme oBTaining user X.509 certificates from a database using JDBC.
Multi-platform Single Sign-On
JOSSO uses web services for asserting user identity, allowing the integration of non-Java applications (i.e: PHP, Microsoft ASP, etc.) to the Single Sign-On Service using the SOAP over HTTP protocol.
Reverse Proxy Support
JOSSO comes with a Reverse Proxy component that can be used to create n-tier Single Sign-On configurations.
Standard Based
JOSSO security infrastructure is based on JAAS (Java Authentication and Authorization Service)
JOSSO uses web services implementing Axis as the distributed infrastructure.
JOSSO uses Struts and jsp standards
相关文章
- · delphi的接口的意义是不是跟C++和Java的不同呢
- · BREW、JAVA、.NET三大平台之比较
- · EMS图片格式转换(Java)程序
- · motorola铃声算法,是Java的!
- · 如何在C/C++中调用Java
- · C++中实现Java的存储管理机制
- · 从C++到Java --理解面向对象是关键所在
- · 东软SMIAS短信接入Java开发
- · JAVA与C++::关于JNI中文字符串操作问题总结
- · C / C++的和Java的异常机制
- · java:使用路径访问Access数据库
- · Java进阶:JNI使用技巧点滴
- · 新一代Java技术即将出现
- · Java中利用JMF编写摄像头拍照程序
- · 关于能提高Java代码可重用性的三个措施
- · Java基础:关于Java编程语言中的内部类说明
- · JAVA编程中异常问题处理方式的区别和分析
- · Java编程基础:EJB专用术语的详细解释
- · 关于在Java Web中的入侵检测及简单实现
- · 关于Java编程语言中的return语句实例介绍
- · java应用 tomcat中实现https安全连接的方法
