Registry / auth / dirigible-api-facade-security

dirigible-api-facade-security

JSON →
library7.2.0javamavenunverified

Provides security facade APIs for the Eclipse Dirigible platform, enabling authentication and authorization in cloud applications.

<dependency> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-api-facade-security</artifactId> <version>7.2.0</version> </dependency>
INSTALL
IMPORT
SIG · DIRIGIBLE-API-FACA
D
dirigible-api-facade-security
authjavav7.2.0
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.

SecurityFacade
✓ org.eclipse.dirigible.api.facade.security.SecurityFacade

Demonstrates basic usage of the SecurityFacade to retrieve the current user.

import org.eclipse.dirigible.api.facade.security.SecurityFacade; public class Example { public static void main(String[] args) { SecurityFacade security = new SecurityFacade(); System.out.println(security.getUser()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
dirigible-api-facade-security — mvn dependency:get dirigible-api-facade-security · libregistry