Registry / utility / cas-server-core-util

cas-server-core-util

JSON →
library7.3.5javamavenunverified

Core utility module for the CAS server providing common functionality for authentication and service management.

<dependency> <groupId>org.apereo.cas</groupId> <artifactId>cas-server-core-util</artifactId> <version>7.3.5</version> </dependency>
INSTALL
IMPORT
SIG · CAS-SERVER-CORE-UT
C
cas-server-core-util
utilityjavav7.3.5
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.

RandomUtils
org.apereo.cas.util.RandomUtils

Generates a random alphanumeric string using CAS utility methods.

import org.apereo.cas.util.RandomUtils; public class Quickstart { public static void main(String[] args) { String randomString = RandomUtils.generateRandomAlphanumeric(16); System.out.println("Random string: " + randomString); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.3.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
cas-server-core-util — mvn dependency:get cas-server-core-util · libregistry