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 ddf8daf commit bfd5fff
Show file tree
Hide file tree
Showing 187 changed files with 28,547 additions and 0 deletions.
110 changes: 110 additions & 0 deletions waffle-spring-security6/apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) -->
<title>All Classes and Interfaces (waffle-spring-security6 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.spring.security6/module-summary.html">Module</a></li>
<li><a href="waffle.spring.security6/waffle/spring/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="waffle.spring.security6/waffle/spring/package-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-tab1" role="tab" aria-selected="false" aria-controls="all-classes-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('all-classes-table', 'all-classes-table-tab1', 2)" class="table-tab">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.spring.security6/waffle/spring/DelegatingNegotiateSecurityFilter.html" title="class in waffle.spring">DelegatingNegotiateSecurityFilter</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">Supports optional injection of spring security entities, allowing Waffle to act as an interface towards an identity
provider(the AD).</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="waffle.spring.security6/waffle/spring/FqnGrantedAuthorityFactory.html" title="class in waffle.spring">FqnGrantedAuthorityFactory</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">A <a href="waffle.spring.security6/waffle/spring/GrantedAuthorityFactory.html" title="interface in waffle.spring"><code>GrantedAuthorityFactory</code></a> that uses the <code>WindowsAccount</code>'s fqn as the basis of the
<code>GrantedAuthority</code> string, and (optionally) applies two transformations:

prepending a prefix, and
converting to uppercase

.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab1"><a href="waffle.spring.security6/waffle/spring/GrantedAuthorityFactory.html" title="interface in waffle.spring">GrantedAuthorityFactory</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab1">
<div class="block">Used by <a href="waffle.spring.security6/waffle/spring/WindowsAuthenticationToken.html" title="class in waffle.spring"><code>WindowsAuthenticationToken</code></a> to convert <code>WindowsAccount</code>s representing groups into
<code>GrantedAuthority</code>s.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab5"><a href="waffle.spring.security6/waffle/spring/GuestLoginDisabledAuthenticationException.html" title="class in waffle.spring">GuestLoginDisabledAuthenticationException</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab5">
<div class="block">Guest login is disabled authentication exception.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="waffle.spring.security6/waffle/spring/NegotiateSecurityFilter.html" title="class in waffle.spring">NegotiateSecurityFilter</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">A Spring Negotiate security filter.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="waffle.spring.security6/waffle/spring/NegotiateSecurityFilterEntryPoint.html" title="class in waffle.spring">NegotiateSecurityFilterEntryPoint</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Sends back a request for a Negotiate Authentication to the browser.</div>
</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="waffle.spring.security6/waffle/spring/WindowsAuthenticationProvider.html" title="class in waffle.spring">WindowsAuthenticationProvider</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">A Waffle authentication provider for Spring-security.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="waffle.spring.security6/waffle/spring/WindowsAuthenticationToken.html" title="class in waffle.spring">WindowsAuthenticationToken</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">A Windows authentication token.</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>
70 changes: 70 additions & 0 deletions waffle-spring-security6/apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!DOCTYPE HTML>
<html lang>
<head>
<!-- Generated by javadoc (21) -->
<title>All Packages (waffle-spring-security6 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.spring.security6/module-summary.html">Module</a></li>
<li><a href="waffle.spring.security6/waffle/spring/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="waffle.spring.security6/waffle/spring/package-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.spring.security6/waffle/spring/package-summary.html">waffle.spring</a></div>
<div class="col-last even-row-color">
<div class="block">Waffle Spring 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>
33 changes: 33 additions & 0 deletions waffle-spring-security6/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.
2 changes: 2 additions & 0 deletions waffle-spring-security6/apidocs/element-list
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
module:waffle.spring.security6
waffle.spring
Loading

0 comments on commit bfd5fff

Please sign in to comment.