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

cas-server-core-api-authentication

JSON →
library7.3.6javamavenunverified

CAS server core API authentication module provides interfaces and classes for authentication in the CAS single sign-on framework.

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

Creates an Authentication object representing a CAS authentication event.

import org.apereo.cas.authentication.Authentication; import org.apereo.cas.authentication.principal.Principal; Authentication auth = Authentication.builder() .principal(Principal.builder().id("user").build()) .build();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.3.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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