forked from apache/shiro-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
483 additions
and
475 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<a name="Forums-ApacheShiroCommunityForums"></a> | ||
#Apache Shiro Community Forums | ||
|
||
For users that prefer to use forums over mailing lists, we use the [Nabble](http://www.nabble.com) forum/email/archive service. Nabble ensures that its forums remain synchronized with the mailing lists, so feel free to use whichever mechanism you like. | ||
|
||
* [Shiro User Forum](http://shiro-user.582556.n2.nabble.com/) | ||
* [Shiro Developer Forum](http://shiro-developer.582600.n2.nabble.com/) | ||
|
||
<a name="Forums-MailingLists"></a> | ||
##Mailing Lists | ||
|
||
For those that may prefer mailing lists, please see the [Mailing Lists](mailing-lists.html) information. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<a name="Guides-ApacheShiroGuides"></a> | ||
#Apache Shiro Guides | ||
|
||
Here are some basic guides on how to use Shiro. | ||
|
||
Please post any errata to the user or dev mailing lists. | ||
|
||
* **[10 Minute Tutorial](10-minute-tutorial.html "10 Minute Tutorial")** | ||
|
||
* **[Authentication Guide](java-authentication-guide.html "Java Authentication Guide")** | ||
|
||
* **[Authorization Guide](java-authorization-guide.html "Java Authorization Guide")** |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<a name="Issues-ApacheShiroBug%26IssueTracking"></a> | ||
##Apache Shiro Bug & Issue Tracking | ||
|
||
Apache Shiro uses Atlassian Jira for tracking tasks, feature requests, bugs, and other issues related to the project development. | ||
|
||
<a name="Issues-UsageGuidelines"></a> | ||
##Usage Guidelines | ||
|
||
Jira is provided as a Shiro software development resource. It is meant to be for managing bugs, tasks and improvements in the software itself - it is not a support portal to ask for advice or help. For community advice and help in using Apache Shiro, please visit the [Support](support.html "Support") page. | ||
|
||
**Prior to using Jira, we ask that:** | ||
|
||
* You do your due diligence to ensure a suspected error is actually a bug. | ||
* You search the issue tracker to ensure what you want to report has not already been reported by someone else. | ||
* If your problem is actually a bug, we would appreciate it if you could attach a simple JUnit test case that allows us to repeat the problem so we can fix it as fast as possible. | ||
* If a unit test is not available (please really try to make one!), attach a stack trace and Shiro's TRACE or DEBUG log output. | ||
* If you've already fixed the problem, please submit a patch and we'll likely include it in the next release. | ||
|
||
<a name="Issues-ClickheretovisittheApacheShiroJiraissuetrackerhttps%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FSHIRO"></a> | ||
##[Click here to visit the Apache Shiro Jira issue tracker](https://issues.apache.org/jira/browse/SHIRO) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<a name="JavaAnnotations-JavaAnnotationSupport"></a> | ||
#Java Annotation Support | ||
|
||
Before you can use Java annotations, you'll need to enable AOP support in your application. There are a number of different AOP frameworks so, unfortunately, there is no standard way to enable AOP in an application. | ||
|
||
For AspectJ, you can review our [AspectJ sample application](https://github.com/apache/shiro/tree/master/samples/aspectj). | ||
|
||
For Spring, you can look into our [Spring Integration](spring.html "Spring") documentation. | ||
|
||
<a name="JavaAnnotations-Shiro%27sJavaAnnotations."></a> | ||
##Shiro's Java Annotations. | ||
|
||
Once you have AOP enabled in our application, you can use Shiro's set of annotations found in the [Java Annotations List](java-annotations-list.html "Java Annotations List") | ||
|
||
<a name="JavaAnnotations-Lendahandwithdocumentation"></a> | ||
##Lend a hand with documentation | ||
|
||
While we hope this documentation helps you with the work you're doing with Apache Shiro, the community is improving and expanding the documentation all the time. If you'd like to help the Shiro project, please consider corrected, expanding, or adding documentation where you see a need. Every little bit of help you provide expands the community and in turn improves Shiro. | ||
|
||
The easiest way to contribute your documentation is to send it to the [User Forum](http://shiro-user.582556.n2.nabble.com/) or the [User Mailing List](mailing-lists.html "Mailing Lists"). |
Oops, something went wrong.