Registry / auth / shiro-ehcache

shiro-ehcache

JSON →
library2.1.0javamavenunverified

Apache Shiro is a security framework that handles authentication, authorization, session management, and cryptography, with Ehcache integration for caching.

<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-ehcache</artifactId> <version>2.1.0</version> </dependency>
INSTALL
IMPORT
SIG · SHIRO-EHCACHE
S
shiro-ehcache
authjavav2.1.0
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.

EhCacheManager
org.apache.shiro.cache.ehcache.EhCacheManager

Initializes an EhCache-based cache manager for Shiro.

import org.apache.shiro.cache.ehcache.EhCacheManager; public class Main { public static void main(String[] args) { EhCacheManager cacheManager = new EhCacheManager(); cacheManager.setCacheManagerConfigFile("classpath:ehcache.xml"); System.out.println("EhCacheManager initialized"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
shiro-ehcache — mvn dependency:get shiro-ehcache · libregistry