Skip to content

Commit

Permalink
Wagon: Adding site to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jan 1, 2025
1 parent 4529142 commit 2eebed2
Show file tree
Hide file tree
Showing 253 changed files with 34,018 additions and 0 deletions.
113 changes: 113 additions & 0 deletions waffle-shiro/apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) -->
<title>All Classes and Interfaces (waffle-shiro 3.5.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="script-dir/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="all-classes-index-page">
<script type="text/javascript">var pathtoroot = "./";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="waffle.shiro/module-summary.html">Module</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html#all-classes">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div id="navbar-sub-list"></div>
<div class="nav-list-search"><a href="search.html">SEARCH</a>
<input type="text" id="search-input" disabled placeholder="Search">
<input type="reset" id="reset-button" disabled value="reset">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces</h1>
</div>
<div id="all-classes-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="all-classes-table-tab0" role="tab" aria-selected="true" aria-controls="all-classes-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table', 2)" class="active-table-tab">All Classes and Interfaces</button><button id="all-classes-table-tab2" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab2', 2)" class="table-tab">Classes</button><button id="all-classes-table-tab5" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab5', 2)" class="table-tab">Exception Classes</button></div>
<div id="all-classes-table.tabpanel" role="tabpanel">
<div class="summary-table two-column-summary" aria-labelledby="all-classes-table-tab0">
<div class="table-header col-first">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="waffle.shiro/waffle/shiro/AbstractWaffleRealm.html" title="class in waffle.shiro">AbstractWaffleRealm</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">A <code>Realm</code> that authenticates with Active Directory using WAFFLE.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab5"><a href="waffle.shiro/waffle/shiro/negotiate/AuthenticationInProgressException.html" title="class in waffle.shiro.negotiate">AuthenticationInProgressException</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab5">
<div class="block">Thrown when the negotiate authentication is being established and requires an extra roundtrip to the client.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="waffle.shiro/waffle/shiro/dynamic/DynamicAuthenticationFilter.html" title="class in waffle.shiro.dynamic">DynamicAuthenticationFilter</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">When combined with the <a href="waffle.shiro/waffle/shiro/negotiate/NegotiateAuthenticationStrategy.html" title="class in waffle.shiro.negotiate"><code>NegotiateAuthenticationStrategy</code></a>, this filter can be used to
allow a client to choose which authentication filter is used at runtime.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="waffle.shiro/waffle/shiro/GroupMappingWaffleRealm.html" title="class in waffle.shiro">GroupMappingWaffleRealm</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">A <code>Realm</code> that authenticates with Active Directory using WAFFLE and assigns roles to
users based on a mapping from their groups.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="waffle.shiro/waffle/shiro/negotiate/NegotiateAuthenticationFilter.html" title="class in waffle.shiro.negotiate">NegotiateAuthenticationFilter</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">A authentication filter that implements the HTTP Negotiate mechanism.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="waffle.shiro/waffle/shiro/negotiate/NegotiateAuthenticationRealm.html" title="class in waffle.shiro.negotiate">NegotiateAuthenticationRealm</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">The Class NegotiateAuthenticationRealm.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="waffle.shiro/waffle/shiro/negotiate/NegotiateAuthenticationStrategy.html" title="class in waffle.shiro.negotiate">NegotiateAuthenticationStrategy</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Custom authentication strategy for the negotiate logic required for SSO/Negotiate auth realm
<a href="waffle.shiro/waffle/shiro/negotiate/NegotiateAuthenticationRealm.html" title="class in waffle.shiro.negotiate"><code>NegotiateAuthenticationRealm</code></a>.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="waffle.shiro/waffle/shiro/negotiate/NegotiateInfo.html" title="class in waffle.shiro.negotiate">NegotiateInfo</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Information about a user authenticated via the HTTP Negotiate authentication mechanism.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="waffle.shiro/waffle/shiro/negotiate/NegotiateToken.html" title="class in waffle.shiro.negotiate">NegotiateToken</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">An authentication token wrapping a Waffle Negotiate token.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="waffle.shiro/waffle/shiro/WaffleFqnPrincipal.html" title="class in waffle.shiro">WaffleFqnPrincipal</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">The Class WaffleFqnPrincipal.</div>
</div>
</div>
</div>
</div>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2010&#x2013;2025 <a href="https://github.com/waffle/">com.github.waffle</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>
78 changes: 78 additions & 0 deletions waffle-shiro/apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) -->
<title>All Packages (waffle-shiro 3.5.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="script-dir/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="all-packages-index-page">
<script type="text/javascript">var pathtoroot = "./";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="waffle.shiro/module-summary.html">Module</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html#all-packages">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div id="navbar-sub-list"></div>
<div class="nav-list-search"><a href="search.html">SEARCH</a>
<input type="text" id="search-input" disabled placeholder="Search">
<input type="reset" id="reset-button" disabled value="reset">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
</div>
<div class="caption"><span>Package Summary</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="waffle.shiro/waffle/shiro/package-summary.html">waffle.shiro</a></div>
<div class="col-last even-row-color">
<div class="block">Waffle Shiro Package.</div>
</div>
<div class="col-first odd-row-color"><a href="waffle.shiro/waffle/shiro/dynamic/package-summary.html">waffle.shiro.dynamic</a></div>
<div class="col-last odd-row-color">
<div class="block">Waffle Shiro Dynamic Package.</div>
</div>
<div class="col-first even-row-color"><a href="waffle.shiro/waffle/shiro/negotiate/package-summary.html">waffle.shiro.negotiate</a></div>
<div class="col-last even-row-color">
<div class="block">Waffle Shiro Negotiate Package.</div>
</div>
</div>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2010&#x2013;2025 <a href="https://github.com/waffle/">com.github.waffle</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>
86 changes: 86 additions & 0 deletions waffle-shiro/apidocs/constant-values.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) -->
<title>Constant Field Values (waffle-shiro 3.5.1 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="summary of constants">
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="script-dir/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="constants-summary-page">
<script type="text/javascript">var pathtoroot = "./";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="waffle.shiro/module-summary.html">Module</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html#constant-values">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div id="navbar-sub-list"></div>
<div class="nav-list-search"><a href="search.html">SEARCH</a>
<input type="text" id="search-input" disabled placeholder="Search">
<input type="reset" id="reset-button" disabled value="reset">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
</div>
<section class="packages">
<h2 title="Contents">Contents</h2>
<ul class="contents-list">
<li><a href="#waffle.shiro">waffle.shiro.*</a></li>
</ul>
</section>
<section class="constants-summary" id="waffle.shiro">
<h2 title="waffle.shiro.*">waffle.shiro.*</h2>
<ul class="block-list">
<li>
<div class="caption"><span>waffle.shiro.dynamic.<a href="waffle.shiro/waffle/shiro/dynamic/DynamicAuthenticationFilter.html" title="class in waffle.shiro.dynamic">DynamicAuthenticationFilter</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Constant Field</div>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="waffle.shiro.dynamic.DynamicAuthenticationFilter.PARAM_NAME_AUTHTYPE">public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color"><code><a href="waffle.shiro/waffle/shiro/dynamic/DynamicAuthenticationFilter.html#PARAM_NAME_AUTHTYPE">PARAM_NAME_AUTHTYPE</a></code></div>
<div class="col-last even-row-color"><code>"authType"</code></div>
<div class="col-first odd-row-color"><code id="waffle.shiro.dynamic.DynamicAuthenticationFilter.PARAM_VAL_AUTHTYPE_NEGOTIATE">public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color"><code><a href="waffle.shiro/waffle/shiro/dynamic/DynamicAuthenticationFilter.html#PARAM_VAL_AUTHTYPE_NEGOTIATE">PARAM_VAL_AUTHTYPE_NEGOTIATE</a></code></div>
<div class="col-last odd-row-color"><code>"j_negotiate"</code></div>
</div>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2010&#x2013;2025 <a href="https://github.com/waffle/">com.github.waffle</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>
33 changes: 33 additions & 0 deletions waffle-shiro/apidocs/copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions waffle-shiro/apidocs/element-list
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module:waffle.shiro
waffle.shiro
waffle.shiro.dynamic
waffle.shiro.negotiate
Loading

0 comments on commit 2eebed2

Please sign in to comment.