Skip to content

yudhik/fortress-attribute-base-filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fortress-attribute-base-filtering

Prove Of Concept to filtering attribute base using apache fortress

Step by step configuration :

  1. change fortress.properties configuration (src/main/resources/fortress.properties)
  2. run your fortress
  3. run this application and you will see blank demo1.jsp
    alt tag
  4. register permission object with your page as object name (naming convention will be page#object.attribute) alt tag
  5. register permissions with operation name (naming convention will be page^filter) and link it to your prefer role name
    alt tag
  6. link user (at your fortress.properties) with role
    alt tag
  7. refresh the page.
    alt tag

To run application :

mvn clean install && mvn jetty:run -Dversion=fortress-version

About

Prove Of Concept to filtering attribute base using apache fortress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published