Registry / auth / opensaml-saml-impl

opensaml-saml-impl

JSON →
library4.0.1javamavenunverified

SAML provider implementations for building and processing SAML assertions and protocols.

<dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-saml-impl</artifactId> <version>4.0.1</version> </dependency>
INSTALL
IMPORT
SIG · OPENSAML-SAML-IMPL
O
opensaml-saml-impl
authjavav4.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Assertion
org.opensaml.saml.saml2.core.Assertion

Build a SAML Assertion object using OpenSAML's builder factory.

import org.opensaml.saml.saml2.core.Assertion; import org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport; Assertion assertion = (Assertion) XMLObjectProviderRegistrySupport .getBuilderFactory().getBuilder(Assertion.DEFAULT_ELEMENT_NAME).buildObject();
Debug
Known issues
breakingOpenSAML 4.x has breaking API changes from 3.x, especially in XML object building.
fix
Refer to migration guides; use XMLObjectProviderRegistrySupport instead of Configuration.
affects: >=4.0
Upgrade
Version history
4.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Amazon
1
Resources
opensaml-saml-impl — mvn dependency:get opensaml-saml-impl · libregistry