http://git-wip-us.apache.org/repos/asf/shiro-site/blob/5896aacc/static/1.2.1/apidocs/org/apache/shiro/authz/class-use/AuthorizationException.html
----------------------------------------------------------------------
diff --git
a/static/1.2.1/apidocs/org/apache/shiro/authz/class-use/AuthorizationException.html
b/static/1.2.1/apidocs/org/apache/shiro/authz/class-use/AuthorizationException.html
deleted file mode 100644
index 39cfef2..0000000
---
a/static/1.2.1/apidocs/org/apache/shiro/authz/class-use/AuthorizationException.html
+++ /dev/null
@@ -1,677 +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.AuthorizationException (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.AuthorizationException (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/AuthorizationException.html"
title="class in org.apache.shiro.authz">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/class-use/AuthorizationException.html"
target="_top">Frames</a></li>
-<li><a href="AuthorizationException.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.AuthorizationException"
class="title">Uses of
Class<br>org.apache.shiro.authz.AuthorizationException</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/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a></span><span
class="tabEnd"> </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">org.apache.shiro.authz</a></td>
-<td class="colLast">
-<div class="block">Core interfaces and exceptions supporting Authorization
(access control).</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a
href="#org.apache.shiro.authz.aop">org.apache.shiro.authz.aop</a></td>
-<td class="colLast">
-<div class="block">Contains AOP implementation support classes specifically
used for authorization operations, particularly supporting
- AOP Method Interceptors and JSR-175 metadata Annotations.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a
href="#org.apache.shiro.mgt">org.apache.shiro.mgt</a></td>
-<td class="colLast">
-<div class="block">Provides the master <a
href="../../../../../org/apache/shiro/mgt/SecurityManager.html"
title="interface in org.apache.shiro.mgt"><code>SecurityManager</code></a>
interface and a default implementation
- hierarchy for managing all aspects of Shiro's functionality in an
application.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a
href="#org.apache.shiro.realm">org.apache.shiro.realm</a></td>
-<td class="colLast">
-<div class="block">Components and sub-packages used in supporting the core <a
href="../../../../../org/apache/shiro/realm/Realm.html" title="interface in
org.apache.shiro.realm"><code>Realm</code></a> interface.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a
href="#org.apache.shiro.session.mgt">org.apache.shiro.session.mgt</a></td>
-<td class="colLast">
-<div class="block"><a
href="../../../../../org/apache/shiro/session/mgt/SessionManager.html"
title="interface in
org.apache.shiro.session.mgt"><code>SessionManager</code></a> components
supporting enterprise session management.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a
href="#org.apache.shiro.subject">org.apache.shiro.subject</a></td>
-<td class="colLast">
-<div class="block">Components supporting the <a
href="../../../../../org/apache/shiro/subject/Subject.html" title="interface in
org.apache.shiro.subject"><code>Subject</code></a> interface, the most
important concept in
- Shiro's API.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a
href="#org.apache.shiro.subject.support">org.apache.shiro.subject.support</a></td>
-<td class="colLast">
-<div class="block">Concrete support implementations of most of the
<code>org.apache.shiro.subject</code> interfaces.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a
href="#org.apache.shiro.web.session.mgt">org.apache.shiro.web.session.mgt</a></td>
-<td class="colLast"> </td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList">
-<ul class="blockList">
-<li class="blockList"><a name="org.apache.shiro.authz">
-<!-- -->
-</a>
-<h3>Uses of <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a> in <a
href="../../../../../org/apache/shiro/authz/package-summary.html">org.apache.shiro.authz</a></h3>
-<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing
subclasses, and an explanation">
-<caption><span>Subclasses of <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a> in <a
href="../../../../../org/apache/shiro/authz/package-summary.html">org.apache.shiro.authz</a></span><span
class="tabEnd"> </span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><code>class </code></td>
-<td class="colLast"><code><strong><a
href="../../../../../org/apache/shiro/authz/HostUnauthorizedException.html"
title="class in
org.apache.shiro.authz">HostUnauthorizedException</a></strong></code>
-<div class="block">Thrown when a particular client (that is, host address) has
not been enabled to access the system
- or if the client has been enabled access but is not permitted to perform a
particular operation
- or access a particular resource.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>class </code></td>
-<td class="colLast"><code><strong><a
href="../../../../../org/apache/shiro/authz/UnauthenticatedException.html"
title="class in
org.apache.shiro.authz">UnauthenticatedException</a></strong></code>
-<div class="block">Exception thrown when attempting to execute an
authorization action when a successful
- authentication hasn't yet occurred.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>class </code></td>
-<td class="colLast"><code><strong><a
href="../../../../../org/apache/shiro/authz/UnauthorizedException.html"
title="class in
org.apache.shiro.authz">UnauthorizedException</a></strong></code>
-<div class="block">Thrown to indicate a requested operation or access to a
requested resource is not allowed.</div>
-</td>
-</tr>
-</tbody>
-</table>
-<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/package-summary.html">org.apache.shiro.authz</a>
that throw <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a></span><span
class="tabEnd"> </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>void</code></td>
-<td class="colLast"><span
class="strong">ModularRealmAuthorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#checkPermission(org.apache.shiro.subject.PrincipalCollection,
org.apache.shiro.authz.Permission)">checkPermission</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <a
href="../../../../../org/apache/shiro/authz/Permission.html" title="interface
in org.apache.shiro.authz">Permission</a> permission)</code>
-<div class="block">If !<a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection,
org.apache.shiro.authz.Permission)"><code>isPermitted(permission)</code></a>,
throws
- an <code>UnauthorizedException</code> otherwise returns quietly.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Authorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/Authorizer.html#checkPermission(org.apache.shiro.subject.PrincipalCollection,
org.apache.shiro.authz.Permission)">checkPermission</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> subjectPrincipal,
- <a
href="../../../../../org/apache/shiro/authz/Permission.html" title="interface
in org.apache.shiro.authz">Permission</a> permission)</code>
-<div class="block">Ensures a subject/user <a
href="../../../../../org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><code>Permission.implies(Permission)</code></a>
implies} the specified <tt>Permission</tt>.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">ModularRealmAuthorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#checkPermission(org.apache.shiro.subject.PrincipalCollection,
java.lang.String)">checkPermission</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <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> permission)</code>
-<div class="block">If !<a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection,
java.lang.String)"><code>isPermitted(permission)</code></a>, throws
- an <code>UnauthorizedException</code> otherwise returns quietly.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Authorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/Authorizer.html#checkPermission(org.apache.shiro.subject.PrincipalCollection,
java.lang.String)">checkPermission</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> subjectPrincipal,
- <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> permission)</code>
-<div class="block">Ensures the corresponding Subject/user implies the
specified permission String.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">ModularRealmAuthorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection,
java.util.Collection)">checkPermissions</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <a
href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<a
href="../../../../../org/apache/shiro/authz/Permission.html" title="interface
in org.apache.shiro.authz">Permission</a>> permissions)</code>
-<div class="block">If !<a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection,
org.apache.shiro.authz.Permission)"><code>isPermitted(permission)</code></a>
for
- <em>all</em> the given Permissions, throws
- an <code>UnauthorizedException</code> otherwise returns quietly.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Authorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/Authorizer.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection,
java.util.Collection)">checkPermissions</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> subjectPrincipal,
- <a
href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<a
href="../../../../../org/apache/shiro/authz/Permission.html" title="interface
in org.apache.shiro.authz">Permission</a>> permissions)</code>
-<div class="block">Ensures the corresponding Subject/user
- <a
href="../../../../../org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><code>implies</code></a>
all of the
- specified permission strings.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">ModularRealmAuthorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection,
java.lang.String...)">checkPermissions</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <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>... permissions)</code>
-<div class="block">If !<a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#isPermitted(org.apache.shiro.subject.PrincipalCollection,
java.lang.String...)"><code>isPermitted(permission)</code></a>,
- throws an <code>UnauthorizedException</code> otherwise returns quietly.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Authorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/Authorizer.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection,
java.lang.String...)">checkPermissions</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> subjectPrincipal,
- <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>... permissions)</code>
-<div class="block">Ensures the corresponding Subject/user
- <a
href="../../../../../org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><code>implies</code></a>
all of the
- specified permission strings.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">ModularRealmAuthorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#checkRole(org.apache.shiro.subject.PrincipalCollection,
java.lang.String)">checkRole</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <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> role)</code>
-<div class="block">If !<a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#hasRole(org.apache.shiro.subject.PrincipalCollection,
java.lang.String)"><code>hasRole(role)</code></a>, throws
- an <code>UnauthorizedException</code> otherwise returns quietly.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Authorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/Authorizer.html#checkRole(org.apache.shiro.subject.PrincipalCollection,
java.lang.String)">checkRole</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> subjectPrincipal,
- <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> roleIdentifier)</code>
-<div class="block">Asserts the corresponding Subject/user has the specified
role by returning quietly if they do or throwing an
- <a href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz"><code>AuthorizationException</code></a>
if they do not.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">ModularRealmAuthorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#checkRoles(org.apache.shiro.subject.PrincipalCollection,
java.util.Collection)">checkRoles</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <a
href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<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>> roles)</code>
-<div class="block">Calls {@link #checkRoles(PrincipalCollection principals,
String...</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Authorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/Authorizer.html#checkRoles(org.apache.shiro.subject.PrincipalCollection,
java.util.Collection)">checkRoles</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> subjectPrincipal,
- <a
href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<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>> roleIdentifiers)</code>
-<div class="block">Asserts the corresponding Subject/user has all of the
specified roles by returning quietly if they do or
- throwing an <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz"><code>AuthorizationException</code></a>
if they do not.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">ModularRealmAuthorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#checkRoles(org.apache.shiro.subject.PrincipalCollection,
java.lang.String...)">checkRoles</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <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>... roles)</code>
-<div class="block">Calls <a
href="../../../../../org/apache/shiro/authz/ModularRealmAuthorizer.html#checkRole(org.apache.shiro.subject.PrincipalCollection,
java.lang.String)"><code>checkRole</code></a> for each role specified.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Authorizer.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/Authorizer.html#checkRoles(org.apache.shiro.subject.PrincipalCollection,
java.lang.String...)">checkRoles</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> subjectPrincipal,
- <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>... roleIdentifiers)</code>
-<div class="block">Same as <a
href="../../../../../org/apache/shiro/authz/Authorizer.html#checkRoles(org.apache.shiro.subject.PrincipalCollection,
java.util.Collection)"><code>checkRoles(PrincipalCollection subjectPrincipal,
Collection<String> roleIdentifiers)</code></a> but doesn't require a
collection
- as an argument.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.shiro.authz.aop">
-<!-- -->
-</a>
-<h3>Uses of <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a> in <a
href="../../../../../org/apache/shiro/authz/aop/package-summary.html">org.apache.shiro.authz.aop</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/aop/package-summary.html">org.apache.shiro.authz.aop</a>
that throw <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a></span><span
class="tabEnd"> </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>void</code></td>
-<td class="colLast"><span
class="strong">UserAnnotationHandler.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/aop/UserAnnotationHandler.html#assertAuthorized(java.lang.annotation.Annotation)">assertAuthorized</a></strong>(<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> a)</code>
-<div class="block">Ensures that the calling <code>Subject</code> is a
<em>user</em>, that is, they are <em>either</code>
- <a
href="../../../../../org/apache/shiro/subject/Subject.html#isAuthenticated()"><code>authenticated</code></a>
<b><em>or</em></b> remembered via remember
- me services before allowing access, and if not, throws an
- <code>AuthorizingException</code> indicating access is not allowed.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">RoleAnnotationHandler.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/aop/RoleAnnotationHandler.html#assertAuthorized(java.lang.annotation.Annotation)">assertAuthorized</a></strong>(<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> a)</code>
-<div class="block">Ensures that the calling <code>Subject</code> has the
Annotation's specified roles, and if not, throws an
- <code>AuthorizingException</code> indicating that access is denied.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">PermissionAnnotationHandler.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/aop/PermissionAnnotationHandler.html#assertAuthorized(java.lang.annotation.Annotation)">assertAuthorized</a></strong>(<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> a)</code>
-<div class="block">Ensures that the calling <code>Subject</code> has the
Annotation's specified permissions, and if not, throws an
- <code>AuthorizingException</code> indicating access is denied.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">GuestAnnotationHandler.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/aop/GuestAnnotationHandler.html#assertAuthorized(java.lang.annotation.Annotation)">assertAuthorized</a></strong>(<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> a)</code>
-<div class="block">Ensures that the calling <code>Subject</code> is NOT a
<em>user</em>, that is, they do not
- have an <a
href="../../../../../org/apache/shiro/subject/Subject.html#getPrincipal()"><code>identity</code></a>
before continuing.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>abstract void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingAnnotationHandler.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/aop/AuthorizingAnnotationHandler.html#assertAuthorized(java.lang.annotation.Annotation)">assertAuthorized</a></strong>(<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> a)</code>
-<div class="block">Ensures the calling Subject is authorized to execute based
on the directive(s) found in the given
- annotation.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingMethodInterceptor.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/aop/AuthorizingMethodInterceptor.html#assertAuthorized(org.apache.shiro.aop.MethodInvocation)">assertAuthorized</a></strong>(<a
href="../../../../../org/apache/shiro/aop/MethodInvocation.html"
title="interface in
org.apache.shiro.aop">MethodInvocation</a> methodInvocation)</code>
-<div class="block">Asserts that the specified MethodInvocation is allowed to
continue by performing any necessary authorization
- (access control) checks first.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingAnnotationMethodInterceptor.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html#assertAuthorized(org.apache.shiro.aop.MethodInvocation)">assertAuthorized</a></strong>(<a
href="../../../../../org/apache/shiro/aop/MethodInvocation.html"
title="interface in org.apache.shiro.aop">MethodInvocation</a> mi)</code>
-<div class="block">Ensures the calling Subject is authorized to execute the
specified <code>MethodInvocation</code>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><span
class="strong">AnnotationsAuthorizingMethodInterceptor.</span><code><strong><a
href="../../../../../org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html#assertAuthorized(org.apache.shiro.aop.MethodInvocation)">assertAuthorized</a></strong>(<a
href="../../../../../org/apache/shiro/aop/MethodInvocation.html"
title="interface in
org.apache.shiro.aop">MethodInvocation</a> methodInvocation)</code>
-<div class="block">Iterates over the internal <a
href="../../../../../org/apache/shiro/authz/aop/AnnotationsAuthorizingMethodInterceptor.html#getMethodInterceptors()"><code>methodInterceptors</code></a>
collection, and for each one,
- ensures that if the interceptor
- <a
href="../../../../../org/apache/shiro/aop/AnnotationMethodInterceptor.html#supports(org.apache.shiro.aop.MethodInvocation)"><code>supports</code></a>
- the invocation, that the interceptor
- <a
href="../../../../../org/apache/shiro/authz/aop/AuthorizingAnnotationMethodInterceptor.html#assertAuthorized(org.apache.shiro.aop.MethodInvocation)"><code>asserts</code></a>
- that the invocation is authorized to proceed.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.shiro.mgt">
-<!-- -->
-</a>
-<h3>Uses of <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a> in <a
href="../../../../../org/apache/shiro/mgt/package-summary.html">org.apache.shiro.mgt</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/mgt/package-summary.html">org.apache.shiro.mgt</a>
that throw <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a></span><span
class="tabEnd"> </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>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingSecurityManager.</span><code><strong><a
href="../../../../../org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkPermission(org.apache.shiro.subject.PrincipalCollection,
org.apache.shiro.authz.Permission)">checkPermission</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <a
href="../../../../../org/apache/shiro/authz/Permission.html" title="interface
in org.apache.shiro.authz">Permission</a> permission)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingSecurityManager.</span><code><strong><a
href="../../../../../org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkPermission(org.apache.shiro.subject.PrincipalCollection,
java.lang.String)">checkPermission</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <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> permission)</code> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingSecurityManager.</span><code><strong><a
href="../../../../../org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection,
java.util.Collection)">checkPermissions</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <a
href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<a
href="../../../../../org/apache/shiro/authz/Permission.html" title="interface
in
org.apache.shiro.authz">Permission</a>> permissions)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingSecurityManager.</span><code><strong><a
href="../../../../../org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection,
java.lang.String...)">checkPermissions</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <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>... permissions)</code> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingSecurityManager.</span><code><strong><a
href="../../../../../org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkRole(org.apache.shiro.subject.PrincipalCollection,
java.lang.String)">checkRole</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <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> role)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingSecurityManager.</span><code><strong><a
href="../../../../../org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkRoles(org.apache.shiro.subject.PrincipalCollection,
java.util.Collection)">checkRoles</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <a
href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<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>> roles)</code> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingSecurityManager.</span><code><strong><a
href="../../../../../org/apache/shiro/mgt/AuthorizingSecurityManager.html#checkRoles(org.apache.shiro.subject.PrincipalCollection,
java.lang.String...)">checkRoles</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principals,
- <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>... roles)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a
href="../../../../../org/apache/shiro/session/Session.html" title="interface in
org.apache.shiro.session">Session</a></code></td>
-<td class="colLast"><span
class="strong">SessionsSecurityManager.</span><code><strong><a
href="../../../../../org/apache/shiro/mgt/SessionsSecurityManager.html#start(org.apache.shiro.session.mgt.SessionContext)">start</a></strong>(<a
href="../../../../../org/apache/shiro/session/mgt/SessionContext.html"
title="interface in
org.apache.shiro.session.mgt">SessionContext</a> context)</code> </td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.shiro.realm">
-<!-- -->
-</a>
-<h3>Uses of <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a> in <a
href="../../../../../org/apache/shiro/realm/package-summary.html">org.apache.shiro.realm</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/realm/package-summary.html">org.apache.shiro.realm</a>
that throw <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a></span><span
class="tabEnd"> </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>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingRealm.</span><code><strong><a
href="../../../../../org/apache/shiro/realm/AuthorizingRealm.html#checkPermission(org.apache.shiro.subject.PrincipalCollection,
org.apache.shiro.authz.Permission)">checkPermission</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principal,
- <a
href="../../../../../org/apache/shiro/authz/Permission.html" title="interface
in org.apache.shiro.authz">Permission</a> permission)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingRealm.</span><code><strong><a
href="../../../../../org/apache/shiro/realm/AuthorizingRealm.html#checkPermission(org.apache.shiro.subject.PrincipalCollection,
java.lang.String)">checkPermission</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> subjectIdentifier,
- <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> permission)</code> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingRealm.</span><code><strong><a
href="../../../../../org/apache/shiro/realm/AuthorizingRealm.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection,
java.util.Collection)">checkPermissions</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principal,
- <a
href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<a
href="../../../../../org/apache/shiro/authz/Permission.html" title="interface
in
org.apache.shiro.authz">Permission</a>> permissions)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingRealm.</span><code><strong><a
href="../../../../../org/apache/shiro/realm/AuthorizingRealm.html#checkPermissions(org.apache.shiro.subject.PrincipalCollection,
java.lang.String...)">checkPermissions</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> subjectIdentifier,
- <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>... permissions)</code> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingRealm.</span><code><strong><a
href="../../../../../org/apache/shiro/realm/AuthorizingRealm.html#checkRole(org.apache.shiro.subject.PrincipalCollection,
java.lang.String)">checkRole</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principal,
- <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> role)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingRealm.</span><code><strong><a
href="../../../../../org/apache/shiro/realm/AuthorizingRealm.html#checkRoles(org.apache.shiro.subject.PrincipalCollection,
java.util.Collection)">checkRoles</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principal,
- <a
href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<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>> roles)</code> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">AuthorizingRealm.</span><code><strong><a
href="../../../../../org/apache/shiro/realm/AuthorizingRealm.html#checkRoles(org.apache.shiro.subject.PrincipalCollection,
java.lang.String...)">checkRoles</a></strong>(<a
href="../../../../../org/apache/shiro/subject/PrincipalCollection.html"
title="interface in
org.apache.shiro.subject">PrincipalCollection</a> principal,
- <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>... roles)</code> </td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.shiro.session.mgt">
-<!-- -->
-</a>
-<h3>Uses of <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a> in <a
href="../../../../../org/apache/shiro/session/mgt/package-summary.html">org.apache.shiro.session.mgt</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/session/mgt/package-summary.html">org.apache.shiro.session.mgt</a>
that throw <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a></span><span
class="tabEnd"> </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>protected <a
href="../../../../../org/apache/shiro/session/Session.html" title="interface in
org.apache.shiro.session">Session</a></code></td>
-<td class="colLast"><span
class="strong">AbstractValidatingSessionManager.</span><code><strong><a
href="../../../../../org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#createSession(org.apache.shiro.session.mgt.SessionContext)">createSession</a></strong>(<a
href="../../../../../org/apache/shiro/session/mgt/SessionContext.html"
title="interface in
org.apache.shiro.session.mgt">SessionContext</a> context)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected abstract <a
href="../../../../../org/apache/shiro/session/Session.html" title="interface in
org.apache.shiro.session">Session</a></code></td>
-<td class="colLast"><span
class="strong">AbstractNativeSessionManager.</span><code><strong><a
href="../../../../../org/apache/shiro/session/mgt/AbstractNativeSessionManager.html#createSession(org.apache.shiro.session.mgt.SessionContext)">createSession</a></strong>(<a
href="../../../../../org/apache/shiro/session/mgt/SessionContext.html"
title="interface in
org.apache.shiro.session.mgt">SessionContext</a> context)</code>
-<div class="block">Creates a new <code>Session Session</code> instance based
on the specified (possibly <code>null</code>)
- initialization data.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected abstract <a
href="../../../../../org/apache/shiro/session/Session.html" title="interface in
org.apache.shiro.session">Session</a></code></td>
-<td class="colLast"><span
class="strong">AbstractValidatingSessionManager.</span><code><strong><a
href="../../../../../org/apache/shiro/session/mgt/AbstractValidatingSessionManager.html#doCreateSession(org.apache.shiro.session.mgt.SessionContext)">doCreateSession</a></strong>(<a
href="../../../../../org/apache/shiro/session/mgt/SessionContext.html"
title="interface in
org.apache.shiro.session.mgt">SessionContext</a> initData)</code> </td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.shiro.subject">
-<!-- -->
-</a>
-<h3>Uses of <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a> in <a
href="../../../../../org/apache/shiro/subject/package-summary.html">org.apache.shiro.subject</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/subject/package-summary.html">org.apache.shiro.subject</a>
that throw <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a></span><span
class="tabEnd"> </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>void</code></td>
-<td class="colLast"><span class="strong">Subject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/Subject.html#checkPermission(org.apache.shiro.authz.Permission)">checkPermission</a></strong>(<a
href="../../../../../org/apache/shiro/authz/Permission.html" title="interface
in org.apache.shiro.authz">Permission</a> permission)</code>
-<div class="block">Ensures this Subject <a
href="../../../../../org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><code>implies</code></a>
the specified <code>Permission</code>.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Subject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/Subject.html#checkPermission(java.lang.String)">checkPermission</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> permission)</code>
-<div class="block">Ensures this Subject implies the specified permission
String.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Subject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/Subject.html#checkPermissions(java.util.Collection)">checkPermissions</a></strong>(<a
href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<a
href="../../../../../org/apache/shiro/authz/Permission.html" title="interface
in org.apache.shiro.authz">Permission</a>> permissions)</code>
-<div class="block">Ensures this Subject
- <a
href="../../../../../org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><code>implies</code></a>
all of the
- specified permission strings.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Subject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/Subject.html#checkPermissions(java.lang.String...)">checkPermissions</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>... permissions)</code>
-<div class="block">Ensures this Subject
- <a
href="../../../../../org/apache/shiro/authz/Permission.html#implies(org.apache.shiro.authz.Permission)"><code>implies</code></a>
all of the
- specified permission strings.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Subject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/Subject.html#checkRole(java.lang.String)">checkRole</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> roleIdentifier)</code>
-<div class="block">Asserts this Subject has the specified role by returning
quietly if they do or throwing an
- <a href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz"><code>AuthorizationException</code></a>
if they do not.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Subject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/Subject.html#checkRoles(java.util.Collection)">checkRoles</a></strong>(<a
href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<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>> roleIdentifiers)</code>
-<div class="block">Asserts this Subject has all of the specified roles by
returning quietly if they do or throwing an
- <a href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz"><code>AuthorizationException</code></a>
if they do not.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Subject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/Subject.html#checkRoles(java.lang.String...)">checkRoles</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>... roleIdentifiers)</code>
-<div class="block">Same as <code>checkRoles(Collection<String>
roleIdentifiers)</code> but
- doesn't require a collection as a an argument.</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.shiro.subject.support">
-<!-- -->
-</a>
-<h3>Uses of <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a> in <a
href="../../../../../org/apache/shiro/subject/support/package-summary.html">org.apache.shiro.subject.support</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/subject/support/package-summary.html">org.apache.shiro.subject.support</a>
that throw <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a></span><span
class="tabEnd"> </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>protected void</code></td>
-<td class="colLast"><span
class="strong">DelegatingSubject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/support/DelegatingSubject.html#assertAuthzCheckPossible()">assertAuthzCheckPossible</a></strong>()</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">DelegatingSubject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/support/DelegatingSubject.html#checkPermission(org.apache.shiro.authz.Permission)">checkPermission</a></strong>(<a
href="../../../../../org/apache/shiro/authz/Permission.html" title="interface
in org.apache.shiro.authz">Permission</a> permission)</code> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">DelegatingSubject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/support/DelegatingSubject.html#checkPermission(java.lang.String)">checkPermission</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> permission)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">DelegatingSubject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/support/DelegatingSubject.html#checkPermissions(java.util.Collection)">checkPermissions</a></strong>(<a
href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<a
href="../../../../../org/apache/shiro/authz/Permission.html" title="interface
in
org.apache.shiro.authz">Permission</a>> permissions)</code> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">DelegatingSubject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/support/DelegatingSubject.html#checkPermissions(java.lang.String...)">checkPermissions</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>... permissions)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">DelegatingSubject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/support/DelegatingSubject.html#checkRole(java.lang.String)">checkRole</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> role)</code> </td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">DelegatingSubject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/support/DelegatingSubject.html#checkRoles(java.util.Collection)">checkRoles</a></strong>(<a
href="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true"
title="class or interface in java.util">Collection</a><<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>> roles)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span
class="strong">DelegatingSubject.</span><code><strong><a
href="../../../../../org/apache/shiro/subject/support/DelegatingSubject.html#checkRoles(java.lang.String...)">checkRoles</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>... roleIdentifiers)</code> </td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.shiro.web.session.mgt">
-<!-- -->
-</a>
-<h3>Uses of <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a> in <a
href="../../../../../org/apache/shiro/web/session/mgt/package-summary.html">org.apache.shiro.web.session.mgt</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/web/session/mgt/package-summary.html">org.apache.shiro.web.session.mgt</a>
that throw <a
href="../../../../../org/apache/shiro/authz/AuthorizationException.html"
title="class in org.apache.shiro.authz">AuthorizationException</a></span><span
class="tabEnd"> </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>protected <a
href="../../../../../org/apache/shiro/session/Session.html" title="interface in
org.apache.shiro.session">Session</a></code></td>
-<td class="colLast"><span
class="strong">ServletContainerSessionManager.</span><code><strong><a
href="../../../../../org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html#createSession(org.apache.shiro.session.mgt.SessionContext)">createSession</a></strong>(<a
href="../../../../../org/apache/shiro/session/mgt/SessionContext.html"
title="interface in
org.apache.shiro.session.mgt">SessionContext</a> sessionContext)</code> </td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a
href="../../../../../org/apache/shiro/session/Session.html" title="interface in
org.apache.shiro.session">Session</a></code></td>
-<td class="colLast"><span
class="strong">ServletContainerSessionManager.</span><code><strong><a
href="../../../../../org/apache/shiro/web/session/mgt/ServletContainerSessionManager.html#start(org.apache.shiro.session.mgt.SessionContext)">start</a></strong>(<a
href="../../../../../org/apache/shiro/session/mgt/SessionContext.html"
title="interface in
org.apache.shiro.session.mgt">SessionContext</a> context)</code> </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/AuthorizationException.html"
title="class in org.apache.shiro.authz">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/class-use/AuthorizationException.html"
target="_top">Frames</a></li>
-<li><a href="AuthorizationException.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 © 2004-2013 <a
href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights
Reserved.</small></p>
-</body>
-</html>