Registry / auth / pac4j-core

pac4j-core

JSON →
library6.5.1javamavenunverified

Core library for the Pac4j security framework providing authentication and authorization profiles.

<dependency> <groupId>org.pac4j</groupId> <artifactId>pac4j-core</artifactId> <version>6.5.1</version> </dependency>
INSTALL
IMPORT
SIG · PAC4J-CORE
P
pac4j-core
authjavav6.5.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.

CommonProfile
org.pac4j.core.profile.CommonProfile

Creates a user profile with an ID.

import org.pac4j.core.profile.CommonProfile; public class Main { public static void main(String[] args) { CommonProfile profile = new CommonProfile(); profile.setId("user123"); System.out.println(profile.getId()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
pac4j-core — mvn dependency:get pac4j-core · libregistry