VRaptor Shiro Plugin
VRaptor Shiro Plugin provides support to security authentication, authorization, cryptography and session management by Apache Shiro.
Documentation
Check out the Getting Started and other Docs
GroupId | GroupIdbr.com.caelum.vraptor |
---|---|
ArtifactId | ArtifactIdvraptor-shiro |
Last Version | Last Version4.0.0-RC2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionvraptor-shiro
VRaptor Shiro Plugin provides support to security authentication, authorization, cryptography and session management by Apache Shiro.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vraptor-shiro-4.0.0-RC2.pom | |
vraptor-shiro-4.0.0-RC2.jar | 13 KB |
vraptor-shiro-4.0.0-RC2-sources.jar | 7 KB |
vraptor-shiro-4.0.0-RC2-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.caelum.vraptor/vraptor-shiro/ -->
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-shiro</artifactId>
<version>4.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.caelum.vraptor/vraptor-shiro/
implementation 'br.com.caelum.vraptor:vraptor-shiro:4.0.0-RC2'
// https://jarcasting.com/artifacts/br.com.caelum.vraptor/vraptor-shiro/
implementation ("br.com.caelum.vraptor:vraptor-shiro:4.0.0-RC2")
'br.com.caelum.vraptor:vraptor-shiro:jar:4.0.0-RC2'
<dependency org="br.com.caelum.vraptor" name="vraptor-shiro" rev="4.0.0-RC2">
<artifact name="vraptor-shiro" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.caelum.vraptor', module='vraptor-shiro', version='4.0.0-RC2')
)
libraryDependencies += "br.com.caelum.vraptor" % "vraptor-shiro" % "4.0.0-RC2"
[br.com.caelum.vraptor/vraptor-shiro "4.0.0-RC2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.shiro : shiro-web | jar | 1.2.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.enterprise : cdi-api | jar | 1.1 |
VRaptor Shiro Plugin provides support to security authentication, authorization, cryptography and session management by Apache Shiro.
Check out the Getting Started and other Docs