Registry / auth / cas-server-core-web-api

cas-server-core-web-api

JSON →
library7.1.3javamavenunverified

Core web API module for the CAS (Central Authentication Service) server, providing authentication and SSO functionality.

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

CasWebApplication
org.apereo.cas.web.CasWebApplication

Starting a CAS server application.

import org.apereo.cas.web.CasWebApplication; import org.springframework.boot.SpringApplication; @SpringBootApplication public class CasApplication { public static void main(String[] args) { SpringApplication.run(CasWebApplication.class, args); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.1.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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