Registry / auth / cas-client-core

cas-client-core

JSON →
library3.6.4javamavenunverified

Core library for integrating Java applications with a CAS (Central Authentication Service) server for single sign-on.

<dependency> <groupId>org.jasig.cas.client</groupId> <artifactId>cas-client-core</artifactId> <version>3.6.4</version> </dependency>
INSTALL
IMPORT
SIG · CAS-CLIENT-CORE
C
cas-client-core
authjavav3.6.4
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.

AuthenticationFilter
✓ org.jasig.cas.client.authentication.AuthenticationFilter

Minimal example showing how to configure a CAS authentication filter.

import org.jasig.cas.client.authentication.AuthenticationFilter; public class Example { public static void main(String[] args) { AuthenticationFilter filter = new AuthenticationFilter(); filter.setCasServerUrlPrefix("https://cas.example.com"); System.out.println("CAS authentication filter configured"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.6.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
cas-client-core — mvn dependency:get cas-client-core · libregistry