Java implementations of SCIM [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
开发者_如何学JAVA Improve this questionSCIM is a fresh standard for user provisioning put forward by Google, Salesforce, Ping Identity..etc.. Are there existing java implementations to support this?
WSO2 Charon is another java based SCIM implementation.
http://www.slideshare.net/HasiniG/wso2-charon
Nice to hear that someone has found the scimproxy project since I´m one of the owners of that project. However I know of at least two other Java projects that implements SCIM.
- OpenSCIM
- UnboudID has a SCIM SDK
Found a java implementation at its early stage supporting SCIM.
http://code.google.com/p/scimproxy/
On the SCIM Homepage you can find a list of known implementations including their licences and links to the implementations:
http://www.simplecloud.info/ -> Implementations.
A list of SCIM implementations is available on the SCIM wiki -
http://code.google.com/p/scim/wiki/Implementations
another library supporting scim that is also feature complete and supports the whole set defined in the rfc's
https://github.com/Captain-P-Goldfish/SCIM-SDK
精彩评论