Registry / auth / shiro-web

shiro-web

JSON →
library2.2.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-web</artifactId> <version>2.2.0</version> </dependency>
INSTALL
IMPORT
SIG · SHIRO-WEB
S
shiro-web
authjavav2.2.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.

FormAuthenticationFilter
org.apache.shiro.web.filter.authc.FormAuthenticationFilter

Configure a form-based authentication filter for web applications.

import org.apache.shiro.web.filter.authc.FormAuthenticationFilter; public class Example { public static void main(String[] args) { FormAuthenticationFilter filter = new FormAuthenticationFilter(); filter.setLoginUrl("/login.jsp"); System.out.println("Shiro filter configured"); } }
Debug
Known issues
breakingShiro 2.x has breaking changes from 1.x, especially in configuration and session management.
fix
Review migration guide from Shiro 1.x to 2.x for changes in API and configuration.
affects: >=2.0.0
Upgrade
Version history
2.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
16
Resources
shiro-web — mvn dependency:get shiro-web · libregistry