Registry / auth / shiro-guice

shiro-guice

JSON →
library2.1.0javamavenunverified

Apache Shiro is a powerful and flexible open-source security framework that cleanly handles authentication, authorization, enterprise session management, single sign-on and cryptography services.

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

ShiroModule
org.apache.shiro.guice.ShiroModule

Minimal Shiro Guice integration example

import org.apache.shiro.guice.ShiroModule; import com.google.inject.Guice; import com.google.inject.Injector; public class Quickstart { public static void main(String[] args) { Injector injector = Guice.createInjector(new ShiroModule() { @Override protected void configureShiro() { // configure realms, etc. } }); } }
Debug
Known issues
gotchaShiro Guice may have compatibility issues with newer Guice versions.
fix
Use Guice 5.x or check Shiro documentation for supported versions.
affects: >=2.0.0
Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
1
Resources
shiro-guice — mvn dependency:get shiro-guice · libregistry