# thymeleaf-extras-shiro
**Repository Path**: tomhuwd/thymeleaf-extras-shiro
## Basic Information
- **Project Name**: thymeleaf-extras-shiro
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-03-10
- **Last Updated**: 2020-12-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://travis-ci.org/theborakompanioni/thymeleaf-extras-shiro)
[](https://github.com/theborakompanioni/thymeleaf-extras-shiro/releases/latest)
[](http://search.maven.org/#search|ga|1|g%3A%22com.github.theborakompanioni%22%20AND%20a%3A%22thymeleaf-extras-shiro%22)
[](https://github.com/theborakompanioni/thymeleaf-extras-shiro/blob/master/LICENSE)
thymeleaf-extras-shiro
---
A [Thymeleaf](http://www.thymeleaf.org/) dialect for [Apache Shiro](https://shiro.apache.org) [tags](https://shiro.apache.org/tags).
## Download
##### Maven
```
Please login
Hello, , how are you today?
``` ### Tags The following examples show how to integrate the tags in your Thymeleaf templates. These are all implementations of the examples given in the [JSP / GSP Tag Library Section](http://shiro.apache.org/web.html#Web-JSP%252FGSPTagLibrary) of the Apache Shiro documentation. Tags can be written in attribute or element notation: ##### Attribute ```htmlGoodbye cruel World!
``` ##### Element ```htmlHello World!
Please Login
``` #### The `user` tag ```htmlWelcome back John! Not John? Click here to login.
``` #### The `authenticated` tag ```html Update your contact information ``` #### The `notAuthenticated` tag ```htmlPlease login in order to update your credit card information.
``` #### The `principal` tag ```htmlHello, , how are you today?
``` or ```htmlHello,
Sorry, you are not allowed to administer the system.
``` #### The `hasAllRoles` tag ```htmlYou are a developer and a project manager.
``` #### The `hasAnyRoles` tag ```htmlYou are a developer, project manager, or administrator.
``` #### The `hasPermission` tag ```html Create a new User ``` #### The `lacksPermission` tag ```htmlSorry, you are not allowed to delete user accounts.
``` #### The `hasAllPermissions` tag ```htmlYou can create and delete users.
``` #### The `hasAnyPermissions` tag ```htmlYou can create or delete users.
``` License ------- The project is licensed under the Apache License. See [LICENSE](LICENSE) for details.