http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/RequiresRoles.html
----------------------------------------------------------------------
diff --git 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/RequiresRoles.html 
b/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/RequiresRoles.html
deleted file mode 100644
index 3421c78..0000000
--- a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/RequiresRoles.html
+++ /dev/null
@@ -1,270 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:23 PDT 2013 
-->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>RequiresRoles (Apache Shiro 1.2.1 API)</title>
-<meta name="date" content="2013-05-30">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RequiresRoles (Apache Shiro 1.2.1 API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- Begin Google Analytics code -->   <script type="text/javascript">       
var _gaq = _gaq || [];       _gaq.push(['_setAccount', 'UA-11551827-1']);       
_gaq.push(['_trackPageview']);        (function() {         var ga = 
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';         var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   
    })();   </script>   <!-- End Google Analytics code -->
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/RequiresRoles.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresPermissions.html"
 title="annotation in org.apache.shiro.authz.annotation"><span 
class="strong">Prev Class</span></a></li>
-<li><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresUser.html" 
title="annotation in org.apache.shiro.authz.annotation"><span 
class="strong">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../index.html?org/apache/shiro/authz/annotation/RequiresRoles.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresRoles.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li><a 
href="#annotation_type_required_element_summary">Required</a>&nbsp;|&nbsp;</li>
-<li><a href="#annotation_type_optional_element_summary">Optional</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li><a href="#annotation_type_element_detail">Element</a></li>
-</ul>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">org.apache.shiro.authz.annotation</div>
-<h2 title="Annotation Type RequiresRoles" class="title">Annotation Type 
RequiresRoles</h2>
-</div>
-<div class="contentContainer">
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<hr>
-<br>
-<pre><a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true";
 title="class or interface in java.lang.annotation">@Target</a>(<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true#value()"
 title="class or interface in java.lang.annotation">value</a>={<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/ElementType.html?is-external=true#TYPE";
 title="class or interface in java.lang.annotation">TYPE</a>,<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD";
 title="class or interface in java.lang.annotation">METHOD</a>})
-<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true";
 title="class or interface in java.lang.annotation">@Retention</a>(<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true#value()"
 title="class or interface in java.lang.annotation">value</a>=<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME";
 title="class or interface in java.lang.annotation">RUNTIME</a>)
-public @interface <a 
href="../../../../../src-html/org/apache/shiro/authz/annotation/RequiresRoles.html#line.55">RequiresRoles</a></pre>
-<div class="block">Requires the currently executing <a 
href="../../../../../org/apache/shiro/subject/Subject.html" title="interface in 
org.apache.shiro.subject"><code>Subject</code></a> to have all of the 
- specified roles. If they do not have the role(s), the method will not be 
executed and
- an <a 
href="../../../../../org/apache/shiro/authz/AuthorizationException.html" 
title="class in org.apache.shiro.authz"><code>AuthorizationException</code></a> 
is thrown.
- <p/>
- For example,
- <p/>
- <code>&#64;RequiresRoles("aRoleName");<br/>
- void someMethod();</code>
- <p/>
- means <tt>someMethod()</tt> could only be executed by subjects who have been 
assigned the
- 'aRoleName' role.
-
- <p><b>*Usage Note*:</b> Be careful using this annotation if your application 
has a <em>dynamic</em>
- security model where roles can be added and deleted at runtime.  If your 
application allowed the
- annotated role to be deleted during runtime, the method would not be able to
- be executed by anyone (at least until a new role with the same name was 
created again).
-
- <p>If you require such dynamic functionality, only the
- <a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresPermissions.html"
 title="annotation in 
org.apache.shiro.authz.annotation"><code>RequiresPermissions</code></a> 
annotation makes sense - Permission
- types will not change during runtime for an application since permissions 
directly correspond to how
- the application's functionality is programmed (that is, they reflect the 
application's functionality only, not
- <em>who</em> is executing the the functionality).</div>
-<dl><dt><span class="strong">Since:</span></dt>
-  <dd>0.1</dd>
-<dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../org/apache/shiro/subject/Subject.html#hasRole(java.lang.String)"><code>Subject.hasRole(String)</code></a></dd></dl>
-</li>
-</ul>
-</div>
-<div class="summary">
-<ul class="blockList">
-<li class="blockList">
-<!-- =========== ANNOTATION TYPE REQUIRED MEMBER SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="annotation_type_required_element_summary">
-<!--   -->
-</a>
-<h3>Required Element Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Required Element Summary table, listing required elements, and an 
explanation">
-<caption><span>Required Elements</span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Required Element and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>[]</code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresRoles.html#value()">value</a></strong></code>
-<div class="block">A single String role name or multiple comma-delimitted role 
names required in order for the method
- invocation to be allowed.</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
-<!-- =========== ANNOTATION TYPE OPTIONAL MEMBER SUMMARY =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="annotation_type_optional_element_summary">
-<!--   -->
-</a>
-<h3>Optional Element Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Optional Element Summary table, listing optional elements, and an 
explanation">
-<caption><span>Optional Elements</span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Optional Element and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code><a 
href="../../../../../org/apache/shiro/authz/annotation/Logical.html" 
title="enum in org.apache.shiro.authz.annotation">Logical</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresRoles.html#logical()">logical</a></strong></code>
-<div class="block">The logical operation for the permission check in case 
multiple roles are specified.</div>
-</td>
-</tr>
-</table>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="details">
-<ul class="blockList">
-<li class="blockList">
-<!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="annotation_type_element_detail">
-<!--   -->
-</a>
-<h3>Element Detail</h3>
-<a name="value()">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>value</h4>
-<pre>public abstract&nbsp;<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>[]&nbsp;<a 
href="../../../../../src-html/org/apache/shiro/authz/annotation/RequiresRoles.html#line.61">value</a></pre>
-<div class="block">A single String role name or multiple comma-delimitted role 
names required in order for the method
- invocation to be allowed.</div>
-</li>
-</ul>
-<a name="logical()">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>logical</h4>
-<pre>public abstract&nbsp;<a 
href="../../../../../org/apache/shiro/authz/annotation/Logical.html" 
title="enum in org.apache.shiro.authz.annotation">Logical</a>&nbsp;<a 
href="../../../../../src-html/org/apache/shiro/authz/annotation/RequiresRoles.html#line.67">logical</a></pre>
-<div class="block">The logical operation for the permission check in case 
multiple roles are specified. AND is the default</div>
-<dl><dt><span class="strong">Since:</span></dt>
-  <dd>1.1.0</dd></dl>
-<dl>
-<dt>Default:</dt>
-<dd>org.apache.shiro.authz.annotation.Logical.AND</dd>
-</dl>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/RequiresRoles.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresPermissions.html"
 title="annotation in org.apache.shiro.authz.annotation"><span 
class="strong">Prev Class</span></a></li>
-<li><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresUser.html" 
title="annotation in org.apache.shiro.authz.annotation"><span 
class="strong">Next Class</span></a></li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../index.html?org/apache/shiro/authz/annotation/RequiresRoles.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresRoles.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li><a 
href="#annotation_type_required_element_summary">Required</a>&nbsp;|&nbsp;</li>
-<li><a href="#annotation_type_optional_element_summary">Optional</a></li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li><a href="#annotation_type_element_detail">Element</a></li>
-</ul>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/RequiresUser.html
----------------------------------------------------------------------
diff --git 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/RequiresUser.html 
b/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/RequiresUser.html
deleted file mode 100644
index 88904a2..0000000
--- a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/RequiresUser.html
+++ /dev/null
@@ -1,174 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:23 PDT 2013 
-->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>RequiresUser (Apache Shiro 1.2.1 API)</title>
-<meta name="date" content="2013-05-30">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RequiresUser (Apache Shiro 1.2.1 API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- Begin Google Analytics code -->   <script type="text/javascript">       
var _gaq = _gaq || [];       _gaq.push(['_setAccount', 'UA-11551827-1']);       
_gaq.push(['_trackPageview']);        (function() {         var ga = 
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';         var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   
    })();   </script>   <!-- End Google Analytics code -->
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/RequiresUser.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresRoles.html" 
title="annotation in org.apache.shiro.authz.annotation"><span 
class="strong">Prev Class</span></a></li>
-<li>Next Class</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../index.html?org/apache/shiro/authz/annotation/RequiresUser.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresUser.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Required&nbsp;|&nbsp;</li>
-<li>Optional</li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Element</li>
-</ul>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="subTitle">org.apache.shiro.authz.annotation</div>
-<h2 title="Annotation Type RequiresUser" class="title">Annotation Type 
RequiresUser</h2>
-</div>
-<div class="contentContainer">
-<div class="description">
-<ul class="blockList">
-<li class="blockList">
-<hr>
-<br>
-<pre><a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true";
 title="class or interface in java.lang.annotation">@Target</a>(<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Target.html?is-external=true#value()"
 title="class or interface in java.lang.annotation">value</a>={<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/ElementType.html?is-external=true#TYPE";
 title="class or interface in java.lang.annotation">TYPE</a>,<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/ElementType.html?is-external=true#METHOD";
 title="class or interface in java.lang.annotation">METHOD</a>})
-<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true";
 title="class or interface in java.lang.annotation">@Retention</a>(<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Retention.html?is-external=true#value()"
 title="class or interface in java.lang.annotation">value</a>=<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/RetentionPolicy.html?is-external=true#RUNTIME";
 title="class or interface in java.lang.annotation">RUNTIME</a>)
-public @interface <a 
href="../../../../../src-html/org/apache/shiro/authz/annotation/RequiresUser.html#line.50">RequiresUser</a></pre>
-<div class="block">Requires the current Subject to be an application 
<em>user</em> for the annotated class/instance/method to be
- accessed or invoked.  This is <em>less</em> restrictive than the <a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresAuthentication.html"
 title="annotation in 
org.apache.shiro.authz.annotation"><code>RequiresAuthentication</code></a>
- annotation.
- <p/>
- Shiro defines a &quot;user&quot; as a Subject that is either
- &quot;remembered&quot; <b><em>or</em></b> authenticated:
- <ul>
- <li>An <b>authenticated</b> user is a Subject that has successfully logged in 
(proven their identity)
- <em>during their current session</em>.</li>
- <li>A <b>remembered</b> user is any Subject that has proven their identity at 
least once, although not necessarily
- during their current session, and asked the system to remember them.</li>
- </ul>
- <p/>
- See the <a 
href="../../../../../org/apache/shiro/authc/RememberMeAuthenticationToken.html" 
title="interface in 
org.apache.shiro.authc"><code>RememberMeAuthenticationToken</code></a> JavaDoc 
for an
- explaination of why these two states are considered different.</div>
-<dl><dt><span class="strong">Since:</span></dt>
-  <dd>0.9.0</dd>
-<dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresAuthentication.html"
 title="annotation in 
org.apache.shiro.authz.annotation"><code>RequiresAuthentication</code></a>, 
-<a href="../../../../../org/apache/shiro/authz/annotation/RequiresGuest.html" 
title="annotation in 
org.apache.shiro.authz.annotation"><code>RequiresGuest</code></a></dd></dl>
-</li>
-</ul>
-</div>
-</div>
-<!-- ========= END OF CLASS DATA ========= -->
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/RequiresUser.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresRoles.html" 
title="annotation in org.apache.shiro.authz.annotation"><span 
class="strong">Prev Class</span></a></li>
-<li>Next Class</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../index.html?org/apache/shiro/authz/annotation/RequiresUser.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresUser.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<div>
-<ul class="subNavList">
-<li>Summary:&nbsp;</li>
-<li>Required&nbsp;|&nbsp;</li>
-<li>Optional</li>
-</ul>
-<ul class="subNavList">
-<li>Detail:&nbsp;</li>
-<li>Element</li>
-</ul>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/Logical.html
----------------------------------------------------------------------
diff --git 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/Logical.html 
b/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/Logical.html
deleted file mode 100644
index 701f280..0000000
--- 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/Logical.html
+++ /dev/null
@@ -1,170 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:31 PDT 2013 
-->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.shiro.authz.annotation.Logical (Apache Shiro 
1.2.1 API)</title>
-<meta name="date" content="2013-05-30">
-<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.shiro.authz.annotation.Logical (Apache Shiro 1.2.1 API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- Begin Google Analytics code -->   <script type="text/javascript">       
var _gaq = _gaq || [];       _gaq.push(['_setAccount', 'UA-11551827-1']);       
_gaq.push(['_trackPageview']);        (function() {         var ga = 
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';         var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   
    })();   </script>   <!-- End Google Analytics code -->
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../../org/apache/shiro/authz/annotation/Logical.html" 
title="enum in org.apache.shiro.authz.annotation">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../../index.html?org/apache/shiro/authz/annotation/class-use/Logical.html"
 target="_top">Frames</a></li>
-<li><a href="Logical.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class org.apache.shiro.authz.annotation.Logical" 
class="title">Uses of Class<br>org.apache.shiro.authz.annotation.Logical</h2>
-</div>
-<div class="classUseContainer">
-<ul class="blockList">
-<li class="blockList">
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
packages, and an explanation">
-<caption><span>Packages that use <a 
href="../../../../../../org/apache/shiro/authz/annotation/Logical.html" 
title="enum in org.apache.shiro.authz.annotation">Logical</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Package</th>
-<th class="colLast" scope="col">Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.shiro.authz.annotation">org.apache.shiro.authz.annotation</a></td>
-<td class="colLast">
-<div class="block">Annotations used to restrict which classes, instances, or 
methods may be accessed or invoked depending on the
- caller's access abilities or authentication state.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList">
-<ul class="blockList">
-<li class="blockList"><a name="org.apache.shiro.authz.annotation">
-<!--   -->
-</a>
-<h3>Uses of <a 
href="../../../../../../org/apache/shiro/authz/annotation/Logical.html" 
title="enum in org.apache.shiro.authz.annotation">Logical</a> in <a 
href="../../../../../../org/apache/shiro/authz/annotation/package-summary.html">org.apache.shiro.authz.annotation</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
-<caption><span>Methods in <a 
href="../../../../../../org/apache/shiro/authz/annotation/package-summary.html">org.apache.shiro.authz.annotation</a>
 that return <a 
href="../../../../../../org/apache/shiro/authz/annotation/Logical.html" 
title="enum in org.apache.shiro.authz.annotation">Logical</a></span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Method and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>static <a 
href="../../../../../../org/apache/shiro/authz/annotation/Logical.html" 
title="enum in org.apache.shiro.authz.annotation">Logical</a></code></td>
-<td class="colLast"><span class="strong">Logical.</span><code><strong><a 
href="../../../../../../org/apache/shiro/authz/annotation/Logical.html#valueOf(java.lang.String)">valueOf</a></strong>(<a
 
href="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
-<div class="block">Returns the enum constant of this type with the specified 
name.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <a 
href="../../../../../../org/apache/shiro/authz/annotation/Logical.html" 
title="enum in org.apache.shiro.authz.annotation">Logical</a>[]</code></td>
-<td class="colLast"><span class="strong">Logical.</span><code><strong><a 
href="../../../../../../org/apache/shiro/authz/annotation/Logical.html#values()">values</a></strong>()</code>
-<div class="block">Returns an array containing the constants of this enum 
type, in
-the order they are declared.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a href="../../../../../../org/apache/shiro/authz/annotation/Logical.html" 
title="enum in org.apache.shiro.authz.annotation">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../../index.html?org/apache/shiro/authz/annotation/class-use/Logical.html"
 target="_top">Frames</a></li>
-<li><a href="Logical.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresAuthentication.html
----------------------------------------------------------------------
diff --git 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresAuthentication.html
 
b/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresAuthentication.html
deleted file mode 100644
index f5ef624..0000000
--- 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresAuthentication.html
+++ /dev/null
@@ -1,118 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:31 PDT 2013 
-->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.shiro.authz.annotation.RequiresAuthentication 
(Apache Shiro 1.2.1 API)</title>
-<meta name="date" content="2013-05-30">
-<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.shiro.authz.annotation.RequiresAuthentication (Apache Shiro 1.2.1 
API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- Begin Google Analytics code -->   <script type="text/javascript">       
var _gaq = _gaq || [];       _gaq.push(['_setAccount', 'UA-11551827-1']);       
_gaq.push(['_trackPageview']);        (function() {         var ga = 
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';         var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   
    })();   </script>   <!-- End Google Analytics code -->
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a 
href="../../../../../../org/apache/shiro/authz/annotation/RequiresAuthentication.html"
 title="annotation in org.apache.shiro.authz.annotation">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../../index.html?org/apache/shiro/authz/annotation/class-use/RequiresAuthentication.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresAuthentication.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class 
org.apache.shiro.authz.annotation.RequiresAuthentication" class="title">Uses of 
Class<br>org.apache.shiro.authz.annotation.RequiresAuthentication</h2>
-</div>
-<div class="classUseContainer">No usage of 
org.apache.shiro.authz.annotation.RequiresAuthentication</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a 
href="../../../../../../org/apache/shiro/authz/annotation/RequiresAuthentication.html"
 title="annotation in org.apache.shiro.authz.annotation">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../../index.html?org/apache/shiro/authz/annotation/class-use/RequiresAuthentication.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresAuthentication.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresGuest.html
----------------------------------------------------------------------
diff --git 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresGuest.html
 
b/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresGuest.html
deleted file mode 100644
index 836aaa2..0000000
--- 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresGuest.html
+++ /dev/null
@@ -1,118 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:31 PDT 2013 
-->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.shiro.authz.annotation.RequiresGuest (Apache 
Shiro 1.2.1 API)</title>
-<meta name="date" content="2013-05-30">
-<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.shiro.authz.annotation.RequiresGuest (Apache Shiro 1.2.1 API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- Begin Google Analytics code -->   <script type="text/javascript">       
var _gaq = _gaq || [];       _gaq.push(['_setAccount', 'UA-11551827-1']);       
_gaq.push(['_trackPageview']);        (function() {         var ga = 
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';         var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   
    })();   </script>   <!-- End Google Analytics code -->
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a 
href="../../../../../../org/apache/shiro/authz/annotation/RequiresGuest.html" 
title="annotation in org.apache.shiro.authz.annotation">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../../index.html?org/apache/shiro/authz/annotation/class-use/RequiresGuest.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresGuest.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class org.apache.shiro.authz.annotation.RequiresGuest" 
class="title">Uses of 
Class<br>org.apache.shiro.authz.annotation.RequiresGuest</h2>
-</div>
-<div class="classUseContainer">No usage of 
org.apache.shiro.authz.annotation.RequiresGuest</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a 
href="../../../../../../org/apache/shiro/authz/annotation/RequiresGuest.html" 
title="annotation in org.apache.shiro.authz.annotation">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../../index.html?org/apache/shiro/authz/annotation/class-use/RequiresGuest.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresGuest.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresPermissions.html
----------------------------------------------------------------------
diff --git 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresPermissions.html
 
b/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresPermissions.html
deleted file mode 100644
index bedafb1..0000000
--- 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresPermissions.html
+++ /dev/null
@@ -1,118 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:31 PDT 2013 
-->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.shiro.authz.annotation.RequiresPermissions 
(Apache Shiro 1.2.1 API)</title>
-<meta name="date" content="2013-05-30">
-<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.shiro.authz.annotation.RequiresPermissions (Apache Shiro 1.2.1 API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- Begin Google Analytics code -->   <script type="text/javascript">       
var _gaq = _gaq || [];       _gaq.push(['_setAccount', 'UA-11551827-1']);       
_gaq.push(['_trackPageview']);        (function() {         var ga = 
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';         var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   
    })();   </script>   <!-- End Google Analytics code -->
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a 
href="../../../../../../org/apache/shiro/authz/annotation/RequiresPermissions.html"
 title="annotation in org.apache.shiro.authz.annotation">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../../index.html?org/apache/shiro/authz/annotation/class-use/RequiresPermissions.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresPermissions.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class 
org.apache.shiro.authz.annotation.RequiresPermissions" class="title">Uses of 
Class<br>org.apache.shiro.authz.annotation.RequiresPermissions</h2>
-</div>
-<div class="classUseContainer">No usage of 
org.apache.shiro.authz.annotation.RequiresPermissions</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a 
href="../../../../../../org/apache/shiro/authz/annotation/RequiresPermissions.html"
 title="annotation in org.apache.shiro.authz.annotation">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../../index.html?org/apache/shiro/authz/annotation/class-use/RequiresPermissions.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresPermissions.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresRoles.html
----------------------------------------------------------------------
diff --git 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresRoles.html
 
b/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresRoles.html
deleted file mode 100644
index b204cdf..0000000
--- 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresRoles.html
+++ /dev/null
@@ -1,118 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:31 PDT 2013 
-->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.shiro.authz.annotation.RequiresRoles (Apache 
Shiro 1.2.1 API)</title>
-<meta name="date" content="2013-05-30">
-<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.shiro.authz.annotation.RequiresRoles (Apache Shiro 1.2.1 API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- Begin Google Analytics code -->   <script type="text/javascript">       
var _gaq = _gaq || [];       _gaq.push(['_setAccount', 'UA-11551827-1']);       
_gaq.push(['_trackPageview']);        (function() {         var ga = 
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';         var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   
    })();   </script>   <!-- End Google Analytics code -->
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a 
href="../../../../../../org/apache/shiro/authz/annotation/RequiresRoles.html" 
title="annotation in org.apache.shiro.authz.annotation">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../../index.html?org/apache/shiro/authz/annotation/class-use/RequiresRoles.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresRoles.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class org.apache.shiro.authz.annotation.RequiresRoles" 
class="title">Uses of 
Class<br>org.apache.shiro.authz.annotation.RequiresRoles</h2>
-</div>
-<div class="classUseContainer">No usage of 
org.apache.shiro.authz.annotation.RequiresRoles</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a 
href="../../../../../../org/apache/shiro/authz/annotation/RequiresRoles.html" 
title="annotation in org.apache.shiro.authz.annotation">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../../index.html?org/apache/shiro/authz/annotation/class-use/RequiresRoles.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresRoles.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresUser.html
----------------------------------------------------------------------
diff --git 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresUser.html
 
b/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresUser.html
deleted file mode 100644
index ecd4b5b..0000000
--- 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/class-use/RequiresUser.html
+++ /dev/null
@@ -1,118 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:31 PDT 2013 
-->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.shiro.authz.annotation.RequiresUser (Apache 
Shiro 1.2.1 API)</title>
-<meta name="date" content="2013-05-30">
-<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.shiro.authz.annotation.RequiresUser (Apache Shiro 1.2.1 API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- Begin Google Analytics code -->   <script type="text/javascript">       
var _gaq = _gaq || [];       _gaq.push(['_setAccount', 'UA-11551827-1']);       
_gaq.push(['_trackPageview']);        (function() {         var ga = 
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';         var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   
    })();   </script>   <!-- End Google Analytics code -->
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a 
href="../../../../../../org/apache/shiro/authz/annotation/RequiresUser.html" 
title="annotation in org.apache.shiro.authz.annotation">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../../index.html?org/apache/shiro/authz/annotation/class-use/RequiresUser.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresUser.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h2 title="Uses of Class org.apache.shiro.authz.annotation.RequiresUser" 
class="title">Uses of 
Class<br>org.apache.shiro.authz.annotation.RequiresUser</h2>
-</div>
-<div class="classUseContainer">No usage of 
org.apache.shiro.authz.annotation.RequiresUser</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../../overview-summary.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a 
href="../../../../../../org/apache/shiro/authz/annotation/RequiresUser.html" 
title="annotation in org.apache.shiro.authz.annotation">Class</a></li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../../index.html?org/apache/shiro/authz/annotation/class-use/RequiresUser.html"
 target="_top">Frames</a></li>
-<li><a href="RequiresUser.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-frame.html
----------------------------------------------------------------------
diff --git 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-frame.html 
b/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-frame.html
deleted file mode 100644
index 68fa6fb..0000000
--- a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-frame.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:28 PDT 2013 
-->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.shiro.authz.annotation (Apache Shiro 1.2.1 API)</title>
-<meta name="date" content="2013-05-30">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<h1 class="bar"><a 
href="../../../../../org/apache/shiro/authz/annotation/package-summary.html" 
target="classFrame">org.apache.shiro.authz.annotation</a></h1>
-<div class="indexContainer">
-<h2 title="Enums">Enums</h2>
-<ul title="Enums">
-<li><a href="Logical.html" title="enum in org.apache.shiro.authz.annotation" 
target="classFrame">Logical</a></li>
-</ul>
-<h2 title="Annotation Types">Annotation Types</h2>
-<ul title="Annotation Types">
-<li><a href="RequiresAuthentication.html" title="annotation in 
org.apache.shiro.authz.annotation" 
target="classFrame">RequiresAuthentication</a></li>
-<li><a href="RequiresGuest.html" title="annotation in 
org.apache.shiro.authz.annotation" target="classFrame">RequiresGuest</a></li>
-<li><a href="RequiresPermissions.html" title="annotation in 
org.apache.shiro.authz.annotation" 
target="classFrame">RequiresPermissions</a></li>
-<li><a href="RequiresRoles.html" title="annotation in 
org.apache.shiro.authz.annotation" target="classFrame">RequiresRoles</a></li>
-<li><a href="RequiresUser.html" title="annotation in 
org.apache.shiro.authz.annotation" target="classFrame">RequiresUser</a></li>
-</ul>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-summary.html
----------------------------------------------------------------------
diff --git 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-summary.html 
b/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-summary.html
deleted file mode 100644
index 6bd8b44..0000000
--- 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-summary.html
+++ /dev/null
@@ -1,199 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:28 PDT 2013 
-->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.shiro.authz.annotation (Apache Shiro 1.2.1 API)</title>
-<meta name="date" content="2013-05-30">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.shiro.authz.annotation (Apache Shiro 
1.2.1 API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- Begin Google Analytics code -->   <script type="text/javascript">       
var _gaq = _gaq || [];       _gaq.push(['_setAccount', 'UA-11551827-1']);       
_gaq.push(['_trackPageview']);        (function() {         var ga = 
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';         var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   
    })();   </script>   <!-- End Google Analytics code -->
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li class="navBarCell1Rev">Package</li>
-<li>Class</li>
-<li><a href="package-use.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../../org/apache/shiro/authz/package-summary.html">Prev 
Package</a></li>
-<li><a 
href="../../../../../org/apache/shiro/authz/aop/package-summary.html">Next 
Package</a></li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../index.html?org/apache/shiro/authz/annotation/package-summary.html"
 target="_top">Frames</a></li>
-<li><a href="package-summary.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 title="Package" 
class="title">Package&nbsp;org.apache.shiro.authz.annotation</h1>
-<div class="docSummary">
-<div class="block">Annotations used to restrict which classes, instances, or 
methods may be accessed or invoked depending on the
- caller's access abilities or authentication state.</div>
-</div>
-<p>See:&nbsp;<a href="#package_description">Description</a></p>
-</div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList">
-<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Enum Summary table, listing enums, and an explanation">
-<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Enum</th>
-<th class="colLast" scope="col">Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a 
href="../../../../../org/apache/shiro/authz/annotation/Logical.html" 
title="enum in org.apache.shiro.authz.annotation">Logical</a></td>
-<td class="colLast">
-<div class="block">An enum for specifying a logical operation that can be used 
for 
- interpreting authorization annotations</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList">
-<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Annotation Types Summary table, listing annotation types, and an 
explanation">
-<caption><span>Annotation Types Summary</span><span 
class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Annotation Type</th>
-<th class="colLast" scope="col">Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresAuthentication.html"
 title="annotation in 
org.apache.shiro.authz.annotation">RequiresAuthentication</a></td>
-<td class="colLast">
-<div class="block">Requires the current Subject to have been authenticated 
<em>during their current session</em> for the annotated
- class/instance/method to be accessed or invoked.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresGuest.html" 
title="annotation in org.apache.shiro.authz.annotation">RequiresGuest</a></td>
-<td class="colLast">
-<div class="block">Requires the current Subject to be a &quot;guest&quot;, 
that is, they are not authenticated <em>or</em> remembered
- from a previous session for the annotated class/instance/method to be 
accessed or invoked.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresPermissions.html"
 title="annotation in 
org.apache.shiro.authz.annotation">RequiresPermissions</a></td>
-<td class="colLast">
-<div class="block">
- Requires the current executor's Subject to imply a particular permission in
- order to execute the annotated method.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresRoles.html" 
title="annotation in org.apache.shiro.authz.annotation">RequiresRoles</a></td>
-<td class="colLast">
-<div class="block">Requires the currently executing <a 
href="../../../../../org/apache/shiro/subject/Subject.html" title="interface in 
org.apache.shiro.subject"><code>Subject</code></a> to have all of the 
- specified roles.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresUser.html" 
title="annotation in org.apache.shiro.authz.annotation">RequiresUser</a></td>
-<td class="colLast">
-<div class="block">Requires the current Subject to be an application 
<em>user</em> for the annotated class/instance/method to be
- accessed or invoked.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-<a name="package_description">
-<!--   -->
-</a>
-<h2 title="Package org.apache.shiro.authz.annotation Description">Package 
org.apache.shiro.authz.annotation Description</h2>
-<div class="block">Annotations used to restrict which classes, instances, or 
methods may be accessed or invoked depending on the
- caller's access abilities or authentication state.
- 
- Since 1.1, all core annotations were extends to accept Target 
ElementType.TYPE in additon to ElementType.METHOD</div>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li class="navBarCell1Rev">Package</li>
-<li>Class</li>
-<li><a href="package-use.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a href="../../../../../org/apache/shiro/authz/package-summary.html">Prev 
Package</a></li>
-<li><a 
href="../../../../../org/apache/shiro/authz/aop/package-summary.html">Next 
Package</a></li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../index.html?org/apache/shiro/authz/annotation/package-summary.html"
 target="_top">Frames</a></li>
-<li><a href="package-summary.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-tree.html
----------------------------------------------------------------------
diff --git 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-tree.html 
b/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-tree.html
deleted file mode 100644
index 1b0f55e..0000000
--- a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-tree.html
+++ /dev/null
@@ -1,143 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:28 PDT 2013 
-->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.shiro.authz.annotation Class Hierarchy (Apache Shiro 1.2.1 
API)</title>
-<meta name="date" content="2013-05-30">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.shiro.authz.annotation Class 
Hierarchy (Apache Shiro 1.2.1 API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- Begin Google Analytics code -->   <script type="text/javascript">       
var _gaq = _gaq || [];       _gaq.push(['_setAccount', 'UA-11551827-1']);       
_gaq.push(['_trackPageview']);        (function() {         var ga = 
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';         var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   
    })();   </script>   <!-- End Google Analytics code -->
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li class="navBarCell1Rev">Tree</li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a 
href="../../../../../org/apache/shiro/authz/package-tree.html">Prev</a></li>
-<li><a 
href="../../../../../org/apache/shiro/authz/aop/package-tree.html">Next</a></li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../index.html?org/apache/shiro/authz/annotation/package-tree.html"
 target="_top">Frames</a></li>
-<li><a href="package-tree.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 class="title">Hierarchy For Package org.apache.shiro.authz.annotation</h1>
-<span class="strong">Package Hierarchies:</span>
-<ul class="horizontal">
-<li><a href="../../../../../overview-tree.html">All Packages</a></li>
-</ul>
-</div>
-<div class="contentContainer">
-<h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
-<ul>
-<li type="circle">org.apache.shiro.authz.annotation.<a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresUser.html" 
title="annotation in org.apache.shiro.authz.annotation"><span 
class="strong">RequiresUser</span></a> (implements java.lang.annotation.<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.shiro.authz.annotation.<a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresRoles.html" 
title="annotation in org.apache.shiro.authz.annotation"><span 
class="strong">RequiresRoles</span></a> (implements java.lang.annotation.<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.shiro.authz.annotation.<a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresPermissions.html"
 title="annotation in org.apache.shiro.authz.annotation"><span 
class="strong">RequiresPermissions</span></a> (implements 
java.lang.annotation.<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.shiro.authz.annotation.<a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresGuest.html" 
title="annotation in org.apache.shiro.authz.annotation"><span 
class="strong">RequiresGuest</span></a> (implements java.lang.annotation.<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
-<li type="circle">org.apache.shiro.authz.annotation.<a 
href="../../../../../org/apache/shiro/authz/annotation/RequiresAuthentication.html"
 title="annotation in org.apache.shiro.authz.annotation"><span 
class="strong">RequiresAuthentication</span></a> (implements 
java.lang.annotation.<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
-</ul>
-<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
-<ul>
-<li type="circle">java.lang.<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang"><span class="strong">Object</span></a>
-<ul>
-<li type="circle">java.lang.<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><span 
class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a 
href="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a 
href="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
-<ul>
-<li type="circle">org.apache.shiro.authz.annotation.<a 
href="../../../../../org/apache/shiro/authz/annotation/Logical.html" 
title="enum in org.apache.shiro.authz.annotation"><span 
class="strong">Logical</span></a></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li>Class</li>
-<li>Use</li>
-<li class="navBarCell1Rev">Tree</li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li><a 
href="../../../../../org/apache/shiro/authz/package-tree.html">Prev</a></li>
-<li><a 
href="../../../../../org/apache/shiro/authz/aop/package-tree.html">Next</a></li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../index.html?org/apache/shiro/authz/annotation/package-tree.html"
 target="_top">Frames</a></li>
-<li><a href="package-tree.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-use.html
----------------------------------------------------------------------
diff --git 
a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-use.html 
b/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-use.html
deleted file mode 100644
index 547404a..0000000
--- a/static/1.2.1/apidocs/org/apache/shiro/authz/annotation/package-use.html
+++ /dev/null
@@ -1,157 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc (version 1.7.0_21) on Thu May 30 14:51:32 PDT 2013 
-->
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.shiro.authz.annotation (Apache Shiro 1.2.1 
API)</title>
-<meta name="date" content="2013-05-30">
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
-</head>
-<body>
-<script type="text/javascript"><!--
-    if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package 
org.apache.shiro.authz.annotation (Apache Shiro 1.2.1 API)";
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- Begin Google Analytics code -->   <script type="text/javascript">       
var _gaq = _gaq || [];       _gaq.push(['_setAccount', 'UA-11551827-1']);       
_gaq.push(['_trackPageview']);        (function() {         var ga = 
document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';         var s = 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   
    })();   </script>   <!-- End Google Analytics code -->
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar_top">
-<!--   -->
-</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li>Class</li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../index.html?org/apache/shiro/authz/annotation/package-use.html"
 target="_top">Frames</a></li>
-<li><a href="package-use.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_top");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_top">
-<!--   -->
-</a></div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<div class="header">
-<h1 title="Uses of Package org.apache.shiro.authz.annotation" 
class="title">Uses of Package<br>org.apache.shiro.authz.annotation</h1>
-</div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList">
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
packages, and an explanation">
-<caption><span>Packages that use <a 
href="../../../../../org/apache/shiro/authz/annotation/package-summary.html">org.apache.shiro.authz.annotation</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Package</th>
-<th class="colLast" scope="col">Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a 
href="#org.apache.shiro.authz.annotation">org.apache.shiro.authz.annotation</a></td>
-<td class="colLast">
-<div class="block">Annotations used to restrict which classes, instances, or 
methods may be accessed or invoked depending on the
- caller's access abilities or authentication state.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.shiro.authz.annotation">
-<!--   -->
-</a>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
classes, and an explanation">
-<caption><span>Classes in <a 
href="../../../../../org/apache/shiro/authz/annotation/package-summary.html">org.apache.shiro.authz.annotation</a>
 used by <a 
href="../../../../../org/apache/shiro/authz/annotation/package-summary.html">org.apache.shiro.authz.annotation</a></span><span
 class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a 
href="../../../../../org/apache/shiro/authz/annotation/class-use/Logical.html#org.apache.shiro.authz.annotation">Logical</a>
-<div class="block">An enum for specifying a logical operation that can be used 
for 
- interpreting authorization annotations</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar_bottom">
-<!--   -->
-</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li>Class</li>
-<li class="navBarCell1Rev">Use</li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
-<li><a href="../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../help-doc.html">Help</a></li>
-</ul>
-</div>
-<div class="subNav">
-<ul class="navList">
-<li>Prev</li>
-<li>Next</li>
-</ul>
-<ul class="navList">
-<li><a 
href="../../../../../index.html?org/apache/shiro/authz/annotation/package-use.html"
 target="_top">Frames</a></li>
-<li><a href="package-use.html" target="_top">No Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
-</ul>
-<div>
-<script type="text/javascript"><!--
-  allClassesLink = document.getElementById("allclasses_navbar_bottom");
-  if(window==top) {
-    allClassesLink.style.display = "block";
-  }
-  else {
-    allClassesLink.style.display = "none";
-  }
-  //-->
-</script>
-</div>
-<a name="skip-navbar_bottom">
-<!--   -->
-</a></div>
-<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2004-2013 <a 
href="http://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</small></p>
-</body>
-</html>

Reply via email to