griffon-shiro-core

Griffon Shiro Core Plugin

License

License

GroupId

GroupId

org.codehaus.griffon.plugins
ArtifactId

ArtifactId

griffon-shiro-core
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

griffon-shiro-core
Griffon Shiro Core Plugin
Project URL

Project URL

http://griffon-plugins.github.io/griffon-shiro-plugin
Source Code Management

Source Code Management

https://github.com/griffon-plugins/griffon-shiro-plugin

Download griffon-shiro-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-shiro-core/ -->
<dependency>
    <groupId>org.codehaus.griffon.plugins</groupId>
    <artifactId>griffon-shiro-core</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-shiro-core/
implementation 'org.codehaus.griffon.plugins:griffon-shiro-core:2.1.0'
// https://jarcasting.com/artifacts/org.codehaus.griffon.plugins/griffon-shiro-core/
implementation ("org.codehaus.griffon.plugins:griffon-shiro-core:2.1.0")
'org.codehaus.griffon.plugins:griffon-shiro-core:jar:2.1.0'
<dependency org="org.codehaus.griffon.plugins" name="griffon-shiro-core" rev="2.1.0">
  <artifact name="griffon-shiro-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.griffon.plugins', module='griffon-shiro-core', version='2.1.0')
)
libraryDependencies += "org.codehaus.griffon.plugins" % "griffon-shiro-core" % "2.1.0"
[org.codehaus.griffon.plugins/griffon-shiro-core "2.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.shiro : shiro-core jar 1.4.0

Project Modules

There are no modules declared in this project.

griffon-shiro-plugin

Build Status (travis) Build Status Coverage Status ASL2 Licensed download donations Patreon orange


Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management.

This plugin enables access control on controller actions via a set of annotations. Security checks will be performed before an action is invoked. Annotated actions will be executed if the user meets the security criteria, otherwise execution is aborted. The plugin assumes sensible defaults where needed but also lets you customize behavior.

Refer to the plugin guide for further information on configuration and usage.

org.codehaus.griffon.plugins

Versions

Version
2.1.0