Skip to content

Commit

Permalink
Migrating to new doc format
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhogan committed Jan 11, 2012
1 parent 7e897b7 commit e3fcc58
Show file tree
Hide file tree
Showing 18 changed files with 43 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -2,5 +2,5 @@ The Shiro Security plugin simplifies the integration of [Apache Shiro|http://sh
This plugin provides a default configuration to get your application protected by Apache Shrio with minimal configuration and sensible defaults.
All the power of Apache Shiro is available through this plugin.

This guide illustrates the configuration options available with the plugin and some sample application of Shiro to common use cases.
This guide illustrates the configuration options available with the plugin and some sample applications of Shiro to common use cases.

File renamed without changes.
15 changes: 15 additions & 0 deletions src/docs/guide/links.yml
@@ -0,0 +1,15 @@
introductionToTheGrailsShiroSecurityPlugin: 1 Introduction to the Grails Shiro Security Plugin
gettingStarted: 1.1 Getting Started
bootStrappingUsers: 1.2 Boot Strapping Users
coreConcepts: 2 Core Concepts
domainObjects: 3 Domain Objects
shiroUser: 3.1 ShiroUser
shiroRole: 3.2 ShiroRole
movingOrRenaming: 3.3 Moving or Renaming
securityFilters: 4 Security Filters
authenticationContoller: 5 Authentication Contoller
shiroRealms: 6 ShiroRealms
permissions: 7 Permissions
accessControl: 8 Access Control
rememberMe: 9 Remember Me
shiroTaglibs: 10 Shiro Taglibs
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions src/docs/guide/rewriteRules.txt
@@ -0,0 +1,10 @@
1%20Introduction%20to%20the%20Grails%20Shiro%20Security%20Plugin.html -> introductionToTheGrailsShiroSecurityPlugin.html
2%20Core%20Concepts.html -> coreConcepts.html
3%20Domain%20Objects.html -> domainObjects.html
4%20Security%20Filters.html -> securityFilters.html
5%20Authentication%20Contoller.html -> authenticationContoller.html
6%20ShiroRealms.html -> shiroRealms.html
7%20Permissions.html -> permissions.html
8%20Access%20Control.html -> accessControl.html
9%20Remember%20Me.html -> rememberMe.html
10%20Shiro%20Taglibs.html -> shiroTaglibs.html
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions src/docs/guide/toc.yml
@@ -0,0 +1,17 @@
introductionToTheGrailsShiroSecurityPlugin:
title: Introduction to the Grails Shiro Security Plugin
gettingStarted: Getting Started
bootStrappingUsers: Boot Strapping Users
coreConcepts: Core Concepts
domainObjects:
title: Domain Objects
shiroUser: ShiroUser
shiroRole: ShiroRole
movingOrRenaming: Moving or Renaming
securityFilters: Security Filters
authenticationContoller: Authentication Contoller
shiroRealms: ShiroRealms
permissions: Permissions
accessControl: Access Control
rememberMe: Remember Me
shiroTaglibs: Shiro Taglibs

0 comments on commit e3fcc58

Please sign in to comment.