Registry / auth / opensaml-profile-api

opensaml-profile-api

JSON →
library4.0.1javamavenunverified

An API for SAML profile handling, part of the OpenSAML library for security assertion markup language.

<dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml-profile-api</artifactId> <version>4.0.1</version> </dependency>
INSTALL
IMPORT
SIG · OPENSAML-PROFILE-A
O
opensaml-profile-api
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.

ProfileAction
org.opensaml.profile.action.ProfileAction

Implements a ProfileAction to handle SAML profile requests.

import org.opensaml.profile.action.ProfileAction; import org.opensaml.profile.context.ProfileRequestContext; public class Example implements ProfileAction { public void execute(ProfileRequestContext context) { System.out.println("Profile action executed"); } }
Debug
Known issues
breakingOpenSAML 4.x has breaking changes from 3.x; XMLObject API differs.
fix
Use OpenSAML 3.x if maintaining legacy code, or migrate to 4.x with updated imports.
affects: >=4.0.0
Upgrade
Version history
4.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
opensaml-profile-api — mvn dependency:get opensaml-profile-api · libregistry