Registry / auth / cas-server-core-api

cas-server-core-api

JSON →
library7.3.7javamavenunverified

Core API module for the Apereo CAS server, providing foundational interfaces and classes for authentication and single sign-on.

<dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-core-api</artifactId> <version>7.3.7</version> </dependency>
INSTALL
IMPORT
SIG · CAS-SERVER-CORE-AP
C
cas-server-core-api
authjavav7.3.7
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.

Authentication
org.apereo.cas.authentication.Authentication

Demonstrates importing the core Authentication interface from CAS server.

import org.apereo.cas.authentication.Authentication; public class Example { public static void main(String[] args) { Authentication auth = null; // obtain from CAS context System.out.println(auth.getPrincipal()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.3.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
OpenAI (training)
1
Resources
cas-server-core-api — mvn dependency:get cas-server-core-api · libregistry