http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/2fd81719/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html
----------------------------------------------------------------------
diff --git 
a/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html 
b/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html
new file mode 100644
index 0000000..33eba2e
--- /dev/null
+++ b/content/site/apidocs/org/apache/juneau/dto/swagger/SecurityScheme.html
@@ -0,0 +1,744 @@
+<!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 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>SecurityScheme (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" 
title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="SecurityScheme (Apache Juneau (incubating) 
6.0.0-incubating-SNAPSHOT)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = 
{"i0":10,"i1":9,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<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/SecurityScheme.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/juneau/dto/swagger/SchemaInfo.html" 
title="class in org.apache.juneau.dto.swagger"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" 
title="class in org.apache.juneau.dto.swagger"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/juneau/dto/swagger/SecurityScheme.html"
 target="_top">Frames</a></li>
+<li><a href="SecurityScheme.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</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.juneau.dto.swagger</div>
+<h2 title="Class SecurityScheme" class="title">Class SecurityScheme</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.juneau.dto.swagger.SecurityScheme</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" 
title="annotation in org.apache.juneau.annotation">@Bean</a>(<a 
href="../../../../../org/apache/juneau/annotation/Bean.html#properties--">properties</a>="type,description,name,in,flow,authorizationUrl,tokenUrl,scopes")
+public class <a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.55">SecurityScheme</a>
+extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
+<div class="block">Allows the definition of a security scheme that can be used 
by the operations.
+ <p>
+ Supported schemes are basic authentication, an API key (either as a header or 
as a query parameter) and OAuth2's common flows (implicit, password, 
application and access code).
+
+ <h6 class='topic'>Example:</h6>
+ <p class='bcode'>
+   <jc>// Basic authentication sample</jc>
+   {
+      <js>"type"</js>: <js>"basic"</js>
+   }
+
+   <jc>// API key sample</jc>
+   {
+      <js>"type"</js>: <js>"apiKey"</js>,
+      <js>"name"</js>: <js>"api_key"</js>,
+      <js>"in"</js>: <js>"header"</js>
+   }
+
+   <jc>// Implicit OAuth2 sample</jc>
+   {
+      <js>"type"</js>: <js>"oauth2"</js>,
+      <js>"authorizationUrl"</js>: 
<js>"http://swagger.io/api/oauth/dialog";</js>,
+      <js>"flow"</js>: <js>"implicit"</js>,
+      <js>"scopes"</js>: {
+         <js>"write:pets"</js>: <js>"modify pets in your account"</js>,
+         <js>"read:pets"</js>: <js>"read your pets"</js>
+      }
+   }
+ </p></div>
+<dl>
+<dt><span class="simpleTagLabel">Author:</span></dt>
+<dd>james.bognar</dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#SecurityScheme--">SecurityScheme</a></span>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a 
href="javascript:show(1);">Static Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#addScope-java.lang.String-java.lang.String-">addScope</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
+        <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;description)</code>
+<div class="block">Bean property adder:  <property>scopes</property>.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#create-java.lang.String-">create</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;type)</code>
+<div class="block">Convenience method for creating a new SecurityScheme 
object.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#createStrict-java.lang.String-">createStrict</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;type)</code>
+<div class="block">Same as <a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#create-java.lang.String-"><code>create(String)</code></a>
 except methods will throw runtime exceptions if you attempt
+ to pass in invalid values per the Swagger spec.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#getAuthorizationUrl--">getAuthorizationUrl</a></span>()</code>
+<div class="block">Bean property getter:  
<property>authorizationUrl</property>.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#getDescription--">getDescription</a></span>()</code>
+<div class="block">Bean property getter:  
<property>description</property>.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#getFlow--">getFlow</a></span>()</code>
+<div class="block">Bean property getter:  <property>flow</property>.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#getIn--">getIn</a></span>()</code>
+<div class="block">Bean property getter:  <property>in</property>.</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#getName--">getName</a></span>()</code>
+<div class="block">Bean property getter:  <property>name</property>.</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#getScopes--">getScopes</a></span>()</code>
+<div class="block">Bean property getter:  <property>scopes</property>.</div>
+</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#getTokenUrl--">getTokenUrl</a></span>()</code>
+<div class="block">Bean property getter:  <property>tokenUrl</property>.</div>
+</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#getType--">getType</a></span>()</code>
+<div class="block">Bean property getter:  <property>type</property>.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setAuthorizationUrl-java.lang.String-">setAuthorizationUrl</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;authorizationUrl)</code>
+<div class="block">Bean property setter:  
<property>authorizationUrl</property>.</div>
+</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setDescription-java.lang.String-">setDescription</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;description)</code>
+<div class="block">Bean property setter:  
<property>description</property>.</div>
+</td>
+</tr>
+<tr id="i13" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setFlow-java.lang.String-">setFlow</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;flow)</code>
+<div class="block">Bean property setter:  <property>flow</property>.</div>
+</td>
+</tr>
+<tr id="i14" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setIn-java.lang.String-">setIn</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;in)</code>
+<div class="block">Bean property setter:  <property>in</property>.</div>
+</td>
+</tr>
+<tr id="i15" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setName-java.lang.String-">setName</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Bean property setter:  <property>name</property>.</div>
+</td>
+</tr>
+<tr id="i16" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setScopes-java.util.Map-">setScopes</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;scopes)</code>
+<div class="block">Bean property setter:  <property>scopes</property>.</div>
+</td>
+</tr>
+<tr id="i17" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setTokenUrl-java.lang.String-">setTokenUrl</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;tokenUrl)</code>
+<div class="block">Bean property setter:  <property>tokenUrl</property>.</div>
+</td>
+</tr>
+<tr id="i18" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#setType-java.lang.String-">setType</a></span>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;type)</code>
+<div class="block">Bean property setter:  <property>type</property>.</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-";
 title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="SecurityScheme--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>SecurityScheme</h4>
+<pre>public&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.55">SecurityScheme</a>()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="create-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>create</h4>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.76">create</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<div class="block">Convenience method for creating a new SecurityScheme 
object.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>type</code> - Required. The type of the security scheme.
+   Valid values are <js>"basic"</js>, <js>"apiKey"</js> or 
<js>"oauth2"</js>.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>A new SecurityScheme object.</dd>
+</dl>
+</li>
+</ul>
+<a name="createStrict-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createStrict</h4>
+<pre>public static&nbsp;<a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.88">createStrict</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<div class="block">Same as <a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html#create-java.lang.String-"><code>create(String)</code></a>
 except methods will throw runtime exceptions if you attempt
+ to pass in invalid values per the Swagger spec.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>type</code> - Required. The type of the security scheme.
+   Valid values are <js>"basic"</js>, <js>"apiKey"</js> or 
<js>"oauth2"</js>.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>A new SecurityScheme object.</dd>
+</dl>
+</li>
+</ul>
+<a name="getType--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getType</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/juneau/dto/swagger/SecurityScheme.html#line.105">getType</a>()</pre>
+<div class="block">Bean property getter:  <property>type</property>.
+ <p>
+ Required. The type of the security scheme.
+ Valid values are <js>"basic"</js>, <js>"apiKey"</js> or 
<js>"oauth2"</js>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>type</property> property on this bean, or 
<jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setType-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setType</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.118">setType</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;type)</pre>
+<div class="block">Bean property setter:  <property>type</property>.
+ <p>
+ Required. The type of the security scheme.
+ Valid values are <js>"basic"</js>, <js>"apiKey"</js> or 
<js>"oauth2"</js>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>type</code> - The new value for the <property>type</property> 
property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
+<a name="getDescription--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDescription</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/juneau/dto/swagger/SecurityScheme.html#line.132">getDescription</a>()</pre>
+<div class="block">Bean property getter:  <property>description</property>.
+ <p>
+ A short description for security scheme.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>description</property> property on this bean, 
or <jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setDescription-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDescription</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.144">setDescription</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;description)</pre>
+<div class="block">Bean property setter:  <property>description</property>.
+ <p>
+ A short description for security scheme.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>description</code> - The new value for the 
<property>description</property> property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
+<a name="getName--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getName</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/juneau/dto/swagger/SecurityScheme.html#line.156">getName</a>()</pre>
+<div class="block">Bean property getter:  <property>name</property>.
+ <p>
+ The name of the header or query parameter to be used.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>name</property> property on this bean, or 
<jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setName-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setName</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.168">setName</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<div class="block">Bean property setter:  <property>name</property>.
+ <p>
+ The name of the header or query parameter to be used.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - The new value for the <property>name</property> 
property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
+<a name="getIn--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getIn</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/juneau/dto/swagger/SecurityScheme.html#line.180">getIn</a>()</pre>
+<div class="block">Bean property getter:  <property>in</property>.
+ <p>
+ The location of the API key. Valid values are <js>"query"</js> or 
<js>"header"</js>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>in</property> property on this bean, or 
<jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setIn-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setIn</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.192">setIn</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;in)</pre>
+<div class="block">Bean property setter:  <property>in</property>.
+ <p>
+ The location of the API key. Valid values are <js>"query"</js> or 
<js>"header"</js>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>in</code> - The new value for the <property>in</property> property 
on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
+<a name="getFlow--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFlow</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/juneau/dto/swagger/SecurityScheme.html#line.205">getFlow</a>()</pre>
+<div class="block">Bean property getter:  <property>flow</property>.
+ <p>
+ The flow used by the OAuth2 security scheme.
+ Valid values are <js>"implicit"</js>, <js>"password"</js>, 
<js>"application"</js> or <js>"accessCode"</js>.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>flow</property> property on this bean, or 
<jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setFlow-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setFlow</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.218">setFlow</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;flow)</pre>
+<div class="block">Bean property setter:  <property>flow</property>.
+ <p>
+ The flow used by the OAuth2 security scheme.
+ Valid values are <js>"implicit"</js>, <js>"password"</js>, 
<js>"application"</js> or <js>"accessCode"</js>.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>flow</code> - The new value for the <property>flow</property> 
property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
+<a name="getAuthorizationUrl--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAuthorizationUrl</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/juneau/dto/swagger/SecurityScheme.html#line.231">getAuthorizationUrl</a>()</pre>
+<div class="block">Bean property getter:  
<property>authorizationUrl</property>.
+ <p>
+ The authorization URL to be used for this flow.
+ This SHOULD be in the form of a URL.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>authorizationUrl</property> property on this 
bean, or <jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setAuthorizationUrl-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setAuthorizationUrl</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.244">setAuthorizationUrl</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;authorizationUrl)</pre>
+<div class="block">Bean property setter:  
<property>authorizationUrl</property>.
+ <p>
+ The authorization URL to be used for this flow.
+ This SHOULD be in the form of a URL.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>authorizationUrl</code> - The new value for the 
<property>authorizationUrl</property> property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
+<a name="getTokenUrl--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTokenUrl</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/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/juneau/dto/swagger/SecurityScheme.html#line.257">getTokenUrl</a>()</pre>
+<div class="block">Bean property getter:  <property>tokenUrl</property>.
+ <p>
+ The token URL to be used for this flow.
+ This SHOULD be in the form of a URL.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>tokenUrl</property> property on this bean, or 
<jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setTokenUrl-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setTokenUrl</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.270">setTokenUrl</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;tokenUrl)</pre>
+<div class="block">Bean property setter:  <property>tokenUrl</property>.
+ <p>
+ The token URL to be used for this flow.
+ This SHOULD be in the form of a URL.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>tokenUrl</code> - The new value for the 
<property>tokenUrl</property> property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
+<a name="getScopes--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getScopes</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.282">getScopes</a>()</pre>
+<div class="block">Bean property getter:  <property>scopes</property>.
+ <p>
+ The available scopes for the OAuth2 security scheme.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>The value of the <property>scopes</property> property on this bean, or 
<jk>null</jk> if it is not set.</dd>
+</dl>
+</li>
+</ul>
+<a name="setScopes-java.util.Map-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setScopes</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.294">setScopes</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;scopes)</pre>
+<div class="block">Bean property setter:  <property>scopes</property>.
+ <p>
+ The available scopes for the OAuth2 security scheme.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>scopes</code> - The new value for the <property>scopes</property> 
property on this bean.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</dd>
+</dl>
+</li>
+</ul>
+<a name="addScope-java.lang.String-java.lang.String-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>addScope</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/juneau/dto/swagger/SecurityScheme.html" 
title="class in org.apache.juneau.dto.swagger">SecurityScheme</a>&nbsp;<a 
href="../../../../../src-html/org/apache/juneau/dto/swagger/SecurityScheme.html#line.309">addScope</a>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name,
+                               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;description)</pre>
+<div class="block">Bean property adder:  <property>scopes</property>.
+ <p>
+ The available scopes for the OAuth2 security scheme.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>name</code> - The name of the scope.</dd>
+<dd><code>description</code> - A short description of the scope.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This object (for method chaining).</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>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<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/SecurityScheme.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/juneau/dto/swagger/SchemaInfo.html" 
title="class in org.apache.juneau.dto.swagger"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/juneau/dto/swagger/Swagger.html" 
title="class in org.apache.juneau.dto.swagger"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/juneau/dto/swagger/SecurityScheme.html"
 target="_top">Frames</a></li>
+<li><a href="SecurityScheme.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.detail">Method</a></li>
+</ul>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2016 <a 
href="http://www.apache.org/";>Apache</a>. All rights reserved.</small></p>
+</body>
+</html>


Reply via email to