XACML/OpenSAML integration
XACML SAML Profile Version 2.0 implementation for https://github.com/xacml4j/xacml4j project.
License |
License |
---|---|
GroupId | GroupIdorg.xacml4j |
ArtifactId | ArtifactIdxacml-opensaml |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXACML/OpenSAML Integration
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationXacml4J.org |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xacml-opensaml-1.2.2.pom | |
xacml-opensaml-1.2.2.jar | 22 KB |
xacml-opensaml-1.2.2-sources.jar | 14 KB |
xacml-opensaml-1.2.2-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xacml4j/xacml-opensaml/ -->
<dependency>
<groupId>org.xacml4j</groupId>
<artifactId>xacml-opensaml</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.xacml4j/xacml-opensaml/
implementation 'org.xacml4j:xacml-opensaml:1.2.2'
// https://jarcasting.com/artifacts/org.xacml4j/xacml-opensaml/
implementation ("org.xacml4j:xacml-opensaml:1.2.2")
'org.xacml4j:xacml-opensaml:jar:1.2.2'
<dependency org="org.xacml4j" name="xacml-opensaml" rev="1.2.2">
<artifact name="xacml-opensaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xacml4j', module='xacml-opensaml', version='1.2.2')
)
libraryDependencies += "org.xacml4j" % "xacml-opensaml" % "1.2.2"
[org.xacml4j/xacml-opensaml "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.xacml4j : xacml-core | jar | 1.3.0 |
org.opensaml : opensaml | jar | 2.5.3 |
org.springframework : spring-beans | jar | 3.2.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 3.2.7.RELEASE |
org.springframework : spring-test | jar | 3.2.7.RELEASE |
junit : junit | jar | 4.11 |
org.easymock : easymock | jar | 3.1 |
org.mockito : mockito-core | jar | 1.10.19 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
XACML SAML Profile Version 2.0 implementation for https://github.com/xacml4j/xacml4j project.