Files
java-tutorials/apache-shiro/src/main/resources/shiro.ini
T
Seun Matt 491fc883be Update Apache Shiro Example code (#2453)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code

* added example code for bytebuddy

* added example code for PCollections

* update pom

* refactored tests for PCollections

* spring security xml config

* spring security xml config

* remove redundant comment

* example code for apache-shiro
2017-08-16 19:17:07 +02:00

9 lines
158 B
INI

[users]
user = password,admin
user2 = password2,editor
user3 = password3,author
[roles]
admin = *
editor = articles:*
author = articles:compose,articles:save