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

cas-server-core-authentication-api

JSON →
library7.3.6javamavenunverified

Core authentication API module for the CAS server, providing authentication handling and support.

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

Minimal example showing how to build an Authentication object with a principal.

import org.apereo.cas.authentication.Authentication; import org.apereo.cas.authentication.principal.Principal; public class Quickstart { public static void main(String[] args) { Authentication auth = Authentication.builder() .principal(Principal.builder().id("user1").build()) .build(); System.out.println("Authentication: " + auth); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.3.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Resources
cas-server-core-authentication-api — mvn dependency:get cas-server-core-authentication-api · libregistry