OpenSAML-J.
The OpenSAML-J library provides tools to support developers working with the Security Assertion Markup Language (SAML)..
Here is the list of declaration for opensaml. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml</artifactId> <version>1.1</version> </dependency>
If you think this Maven repository POM file listing for opensaml is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Apache 2
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following table lists the most popular artifacts which are depending on opensaml-1.1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Security | wss4j 1.5.12 Apache WSS4J is an implementation of the Web Services Security (WS-Security) being developed at OASIS Web Services Security TC. WSS4J is a primarily a Java library that can be used to sign and verify SOAP Messages with WS-Security information. WSS4J will use Apache A... | 16 |
Security | wss4j 1.5.8 Apache WSS4J is an implementation of the Web Services Security (WS-Security) being developed at OASIS Web Services Security TC. WSS4J is a primarily a Java library that can be used to sign and verify SOAP Messages with WS-Security information. WSS4J will use Apache A... | 6 |
The following packages are defined in the opensaml-1.1.jar
org.opensaml org.opensaml.artifact org.opensaml.provider
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>org.opensaml</groupId> <artifactId>opensaml</artifactId> <version>1.1</version> <packaging>jar</packaging> <name>OpenSAML-J</name> <description> The OpenSAML-J library provides tools to support developers working with the Security Assertion Markup Language (SAML). </description> <!-- Project Metadata --> <url>https://opensaml.org/</url> <inceptionYear>2005</inceptionYear> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>Internet2</name> <url>http://www.internet2.edu/</url> </organization> <issueManagement> <system>JIRA</system> <url>http://bugs.internet2.edu/</url> </issueManagement> <mailingLists> <mailingList> <name>OpenSAML Users</name> <subscribe>https://spaces.internet2.edu/display/OpenSAML/MailingList</subscribe> <unsubscribe>https://spaces.internet2.edu/display/OpenSAML/MailingList</unsubscribe> <post>mace-opensaml-users@internet2.edu</post> <archive>https://mail.internet2.edu/wws/arc/mace-opensaml-users</archive> <otherArchives> <otherArchive>http://groups.google.com/group/opensaml-users</otherArchive> </otherArchives> </mailingList> </mailingLists> </project>