Download waffle Free Java Code

Description

Enable drop in Windows Single Sign On for popular Java web servers.

Icons

waffle

Source Files

The download file waffle-master.zip has the following entries.


.gitattributes/*from  w w  w.  j a va2s .c  o  m*/
.gitignore
CHANGELOG.md
Docs/ConfiguringBrowsers.md
Docs/FAQ.md
Docs/GettingStartedWithWaffleAPI.md
Docs/MavenReleaseGuide.md
Docs/ServletSingleSignOnSecurityFilter.md
Docs/SettingUpDevelopmentEnvironment.md
Docs/Troubleshooting.md
Docs/faq/AdditionalActiveDirectoryInfo.md
Docs/faq/AtlassianJIRA.md
Docs/faq/ClearLSACacheToAvoidOutdatedPrincipalNames.md
Docs/faq/ClientSide.md
Docs/faq/ClientSideFailures.md
Docs/faq/DoesWaffleWorkOnLinux.md
Docs/faq/waffleShiro.md
Docs/imgs/eclipse-start-jetty.png
Docs/spring/SpringSecurityAuthenticationProvider.md
Docs/spring/SpringSecuritySingleSignOnFilter.md
Docs/tomcat/TomcatJSPDemo.md
Docs/tomcat/TomcatMixedSingleSignOnAndFormAuthenticatorValve.md
Docs/tomcat/TomcatSingleSignOnValve.md
Docs/tomcat/TomcatWindowsLoginJAASAuthenticator.md
HISTORY.md
LICENSE
README.md
Source/Common/.gitkeep
Source/JNA/build.xml
Source/JNA/build/build.xml
Source/JNA/build/common.xml
Source/JNA/build/pom.xml
Source/JNA/demo/pom.xml
Source/JNA/demo/waffle-filter/META-INF/context.xml
Source/JNA/demo/waffle-filter/WEB-INF/classes/logback.xml
Source/JNA/demo/waffle-filter/WEB-INF/web.xml
Source/JNA/demo/waffle-filter/index.jsp
Source/JNA/demo/waffle-filter/pom.xml
Source/JNA/demo/waffle-form/META-INF/context.xml
Source/JNA/demo/waffle-form/WEB-INF/classes/logback.xml
Source/JNA/demo/waffle-form/WEB-INF/web.xml
Source/JNA/demo/waffle-form/error.html
Source/JNA/demo/waffle-form/index.jsp
Source/JNA/demo/waffle-form/jaas.policy
Source/JNA/demo/waffle-form/login.conf
Source/JNA/demo/waffle-form/login.jsp
Source/JNA/demo/waffle-jaas/META-INF/context.xml
Source/JNA/demo/waffle-jaas/WEB-INF/classes/logback.xml
Source/JNA/demo/waffle-jaas/WEB-INF/web.xml
Source/JNA/demo/waffle-jaas/index.jsp
Source/JNA/demo/waffle-jaas/jaas.policy
Source/JNA/demo/waffle-jaas/login.conf
Source/JNA/demo/waffle-mixed-post/401.html
Source/JNA/demo/waffle-mixed-post/META-INF/context.xml
Source/JNA/demo/waffle-mixed-post/WEB-INF/classes/logback.xml
Source/JNA/demo/waffle-mixed-post/WEB-INF/web.xml
Source/JNA/demo/waffle-mixed-post/error.html
Source/JNA/demo/waffle-mixed-post/index.jsp
Source/JNA/demo/waffle-mixed-post/login.jsp
Source/JNA/demo/waffle-mixed/401.html
Source/JNA/demo/waffle-mixed/META-INF/context.xml
Source/JNA/demo/waffle-mixed/WEB-INF/classes/logback.xml
Source/JNA/demo/waffle-mixed/WEB-INF/web.xml
Source/JNA/demo/waffle-mixed/error.html
Source/JNA/demo/waffle-mixed/index.jsp
Source/JNA/demo/waffle-mixed/login.jsp
Source/JNA/demo/waffle-negotiate/401.html
Source/JNA/demo/waffle-negotiate/META-INF/context.xml
Source/JNA/demo/waffle-negotiate/WEB-INF/classes/logback.xml
Source/JNA/demo/waffle-negotiate/WEB-INF/web.xml
Source/JNA/demo/waffle-negotiate/index.jsp
Source/JNA/demo/waffle-spring-filter/META-INF/context.xml
Source/JNA/demo/waffle-spring-filter/WEB-INF/classes/logback.xml
Source/JNA/demo/waffle-spring-filter/WEB-INF/waffle-filter.xml
Source/JNA/demo/waffle-spring-filter/WEB-INF/web.xml
Source/JNA/demo/waffle-spring-filter/index.jsp
Source/JNA/demo/waffle-spring-form/META-INF/context.xml
Source/JNA/demo/waffle-spring-form/WEB-INF/classes/logback.xml
Source/JNA/demo/waffle-spring-form/WEB-INF/log4j.properties
Source/JNA/demo/waffle-spring-form/WEB-INF/waffle-auth.xml
Source/JNA/demo/waffle-spring-form/WEB-INF/web.xml
Source/JNA/demo/waffle-spring-form/index.jsp
Source/JNA/demo/waffle-spring-form/login.jsp
Source/JNA/pom.xml
Source/JNA/waffle-jetty/.classpath
Source/JNA/waffle-jetty/.project
Source/JNA/waffle-jetty/build.xml
Source/JNA/waffle-jetty/pom.xml
Source/JNA/waffle-jetty/src-test/waffle/jetty/StartEmbeddedJetty.java
Source/JNA/waffle-jetty/src/waffle/jetty/package-info.java
Source/JNA/waffle-jna/.classpath
Source/JNA/waffle-jna/.project
Source/JNA/waffle-jna/build.xml
Source/JNA/waffle-jna/pom.xml
Source/JNA/waffle-jna/src-test/waffle/jaas/RolePrincipalTests.java
Source/JNA/waffle-jna/src-test/waffle/jaas/UserPrincipalTests.java
Source/JNA/waffle-jna/src-test/waffle/servlet/spi/SecurityFilterProviderCollectionTests.java
Source/JNA/waffle-jna/src-test/waffle/util/Base64Tests.java
Source/JNA/waffle-jna/src-test/waffle/util/NtlmMessageTests.java
Source/JNA/waffle-jna/src-test/waffle/util/SPNegoMessageTests.java
Source/JNA/waffle-jna/src-test/waffle/util/WaffleInfoTests.java
Source/JNA/waffle-jna/src-test/waffle/windows/auth/PrincipalFormatTests.java
Source/JNA/waffle-jna/src-test/waffle/windows/auth/WindowsAccountTests.java
Source/JNA/waffle-jna/src-test/waffle/windows/auth/WindowsCredentialsHandleTests.java
Source/JNA/waffle-jna/src-test/waffle/windows/auth/WindowsSecurityContextTests.java
Source/JNA/waffle-jna/src/waffle/jaas/RolePrincipal.java
Source/JNA/waffle-jna/src/waffle/jaas/UserPrincipal.java
Source/JNA/waffle-jna/src/waffle/jaas/WindowsLoginModule.java
Source/JNA/waffle-jna/src/waffle/servlet/AutoDisposableWindowsPrincipal.java
Source/JNA/waffle-jna/src/waffle/servlet/NegotiateRequestWrapper.java
Source/JNA/waffle-jna/src/waffle/servlet/NegotiateSecurityFilter.java
Source/JNA/waffle-jna/src/waffle/servlet/WaffleInfoServlet.java
Source/JNA/waffle-jna/src/waffle/servlet/WindowsPrincipal.java
Source/JNA/waffle-jna/src/waffle/servlet/spi/BasicSecurityFilterProvider.java
Source/JNA/waffle-jna/src/waffle/servlet/spi/NegotiateSecurityFilterProvider.java
Source/JNA/waffle-jna/src/waffle/servlet/spi/SecurityFilterProvider.java
Source/JNA/waffle-jna/src/waffle/servlet/spi/SecurityFilterProviderCollection.java
Source/JNA/waffle-jna/src/waffle/util/AuthorizationHeader.java
Source/JNA/waffle-jna/src/waffle/util/Base64.java
Source/JNA/waffle-jna/src/waffle/util/NtlmMessage.java
Source/JNA/waffle-jna/src/waffle/util/NtlmServletRequest.java
Source/JNA/waffle-jna/src/waffle/util/SPNegoMessage.java
Source/JNA/waffle-jna/src/waffle/util/WaffleInfo.java
Source/JNA/waffle-jna/src/waffle/windows/auth/IWindowsAccount.java
Source/JNA/waffle-jna/src/waffle/windows/auth/IWindowsAuthProvider.java
Source/JNA/waffle-jna/src/waffle/windows/auth/IWindowsComputer.java
Source/JNA/waffle-jna/src/waffle/windows/auth/IWindowsCredentialsHandle.java
Source/JNA/waffle-jna/src/waffle/windows/auth/IWindowsDomain.java
Source/JNA/waffle-jna/src/waffle/windows/auth/IWindowsIdentity.java
Source/JNA/waffle-jna/src/waffle/windows/auth/IWindowsImpersonationContext.java
Source/JNA/waffle-jna/src/waffle/windows/auth/IWindowsSecurityContext.java
Source/JNA/waffle-jna/src/waffle/windows/auth/PrincipalFormat.java
Source/JNA/waffle-jna/src/waffle/windows/auth/WindowsAccount.java
Source/JNA/waffle-jna/src/waffle/windows/auth/impl/WindowsAccountImpl.java
Source/JNA/waffle-jna/src/waffle/windows/auth/impl/WindowsAuthProviderImpl.java
Source/JNA/waffle-jna/src/waffle/windows/auth/impl/WindowsComputerImpl.java
Source/JNA/waffle-jna/src/waffle/windows/auth/impl/WindowsCredentialsHandleImpl.java
Source/JNA/waffle-jna/src/waffle/windows/auth/impl/WindowsDomainImpl.java
Source/JNA/waffle-jna/src/waffle/windows/auth/impl/WindowsIdentityImpersonationContextImpl.java
Source/JNA/waffle-jna/src/waffle/windows/auth/impl/WindowsIdentityImpl.java
Source/JNA/waffle-jna/src/waffle/windows/auth/impl/WindowsSecurityContextImpersonationContextImpl.java
Source/JNA/waffle-jna/src/waffle/windows/auth/impl/WindowsSecurityContextImpl.java
Source/JNA/waffle-shiro/.classpath
Source/JNA/waffle-shiro/.project
Source/JNA/waffle-shiro/build.xml
Source/JNA/waffle-shiro/pom.xml
Source/JNA/waffle-shiro/src-test/waffle/shiro/GroupMappingWaffleRealmTests.java
Source/JNA/waffle-shiro/src-test/waffle/shiro/dynamic/DynamicAuthenticationFilterTest.java
Source/JNA/waffle-shiro/src-test/waffle/shiro/negotiate/NegotiateAuthenticationFilterTest.java
Source/JNA/waffle-shiro/src-test/waffle/shiro/negotiate/NegotiateAuthenticationRealmTest.java
Source/JNA/waffle-shiro/src-test/waffle/shiro/negotiate/NegotiateAuthenticationStrategyTest.java
Source/JNA/waffle-shiro/src/waffle/shiro/AbstractWaffleRealm.java
Source/JNA/waffle-shiro/src/waffle/shiro/GroupMappingWaffleRealm.java
Source/JNA/waffle-shiro/src/waffle/shiro/WaffleFqnPrincipal.java
Source/JNA/waffle-shiro/src/waffle/shiro/dynamic/DynamicAuthenticationFilter.java
Source/JNA/waffle-shiro/src/waffle/shiro/negotiate/AuthenticationInProgressException.java
Source/JNA/waffle-shiro/src/waffle/shiro/negotiate/NegotiateAuthenticationFilter.java
Source/JNA/waffle-shiro/src/waffle/shiro/negotiate/NegotiateAuthenticationRealm.java
Source/JNA/waffle-shiro/src/waffle/shiro/negotiate/NegotiateAuthenticationStrategy.java
Source/JNA/waffle-shiro/src/waffle/shiro/negotiate/NegotiateInfo.java
Source/JNA/waffle-shiro/src/waffle/shiro/negotiate/NegotiateToken.java
Source/JNA/waffle-spring-security2/.classpath
Source/JNA/waffle-spring-security2/.project
Source/JNA/waffle-spring-security2/build.xml
Source/JNA/waffle-spring-security2/pom.xml
Source/JNA/waffle-spring-security2/src-test/springTestAuthBeans.xml
Source/JNA/waffle-spring-security2/src-test/springTestFilterBeans.xml
Source/JNA/waffle-spring-security2/src-test/waffle/spring/FqnGrantedAuthorityFactoryTests.java
Source/JNA/waffle-spring-security2/src-test/waffle/spring/NegotiateSecurityFilterEntryPointTests.java
Source/JNA/waffle-spring-security2/src-test/waffle/spring/NegotiateSecurityFilterTests.java
Source/JNA/waffle-spring-security2/src-test/waffle/spring/WindowsAuthenticationProviderTests.java
Source/JNA/waffle-spring-security2/src-test/waffle/spring/WindowsAuthenticationTokenTests.java
Source/JNA/waffle-spring-security2/src/waffle/spring/FqnGrantedAuthorityFactory.java
Source/JNA/waffle-spring-security2/src/waffle/spring/GrantedAuthorityFactory.java
Source/JNA/waffle-spring-security2/src/waffle/spring/GuestLoginDisabledAuthenticationException.java
Source/JNA/waffle-spring-security2/src/waffle/spring/NegotiateSecurityFilter.java
Source/JNA/waffle-spring-security2/src/waffle/spring/NegotiateSecurityFilterEntryPoint.java
Source/JNA/waffle-spring-security2/src/waffle/spring/WindowsAuthenticationProvider.java
Source/JNA/waffle-spring-security2/src/waffle/spring/WindowsAuthenticationToken.java
Source/JNA/waffle-spring-security3/.classpath
Source/JNA/waffle-spring-security3/.project
Source/JNA/waffle-spring-security3/build.xml
Source/JNA/waffle-spring-security3/pom.xml
Source/JNA/waffle-spring-security3/src-test/springTestAuthBeans.xml
Source/JNA/waffle-spring-security3/src-test/springTestFilterBeans.xml
Source/JNA/waffle-spring-security3/src-test/waffle/spring/FqnGrantedAuthorityFactoryTests.java
Source/JNA/waffle-spring-security3/src-test/waffle/spring/NegotiateSecurityFilterEntryPointTests.java
Source/JNA/waffle-spring-security3/src-test/waffle/spring/NegotiateSecurityFilterTests.java
Source/JNA/waffle-spring-security3/src-test/waffle/spring/WindowsAuthenticationProviderTests.java
Source/JNA/waffle-spring-security3/src-test/waffle/spring/WindowsAuthenticationTokenTests.java
Source/JNA/waffle-spring-security3/src/waffle/spring/FqnGrantedAuthorityFactory.java
Source/JNA/waffle-spring-security3/src/waffle/spring/GrantedAuthorityFactory.java
Source/JNA/waffle-spring-security3/src/waffle/spring/GuestLoginDisabledAuthenticationException.java
Source/JNA/waffle-spring-security3/src/waffle/spring/NegotiateSecurityFilter.java
Source/JNA/waffle-spring-security3/src/waffle/spring/NegotiateSecurityFilterEntryPoint.java
Source/JNA/waffle-spring-security3/src/waffle/spring/WindowsAuthenticationProvider.java
Source/JNA/waffle-spring-security3/src/waffle/spring/WindowsAuthenticationToken.java
Source/JNA/waffle-tests/.classpath
Source/JNA/waffle-tests/.project
Source/JNA/waffle-tests/build.xml
Source/JNA/waffle-tests/pom.xml
Source/JNA/waffle-tests/src-test/waffle/jaas/UsernamePasswordCallbackHandler.java
Source/JNA/waffle-tests/src-test/waffle/jaas/WindowsLoginModuleTests.java
Source/JNA/waffle-tests/src-test/waffle/servlet/BasicSecurityFilterTests.java
Source/JNA/waffle-tests/src-test/waffle/servlet/ImpersonateTests.java
Source/JNA/waffle-tests/src-test/waffle/servlet/NegotiateSecurityFilterLoadTests.java
Source/JNA/waffle-tests/src-test/waffle/servlet/NegotiateSecurityFilterTests.java
Source/JNA/waffle-tests/src-test/waffle/servlet/WaffleInfoServletTests.java
Source/JNA/waffle-tests/src-test/waffle/servlet/WindowsPrincipalTests.java
Source/JNA/waffle-tests/src-test/waffle/util/AuthorizationHeaderTests.java
Source/JNA/waffle-tests/src-test/waffle/util/NtlmServletRequestTests.java
Source/JNA/waffle-tests/src-test/waffle/windows/auth/WindowsAuthProviderLoadTests.java
Source/JNA/waffle-tests/src-test/waffle/windows/auth/WindowsAuthProviderTests.java
Source/JNA/waffle-tests/src/waffle/mock/MockWindowsAccount.java
Source/JNA/waffle-tests/src/waffle/mock/MockWindowsAuthProvider.java
Source/JNA/waffle-tests/src/waffle/mock/MockWindowsIdentity.java
Source/JNA/waffle-tests/src/waffle/mock/MockWindowsImpersonationContext.java
Source/JNA/waffle-tests/src/waffle/mock/MockWindowsSecurityContext.java
Source/JNA/waffle-tests/src/waffle/mock/http/SimpleFilterChain.java
Source/JNA/waffle-tests/src/waffle/mock/http/SimpleFilterConfig.java
Source/JNA/waffle-tests/src/waffle/mock/http/SimpleHttpRequest.java
Source/JNA/waffle-tests/src/waffle/mock/http/SimpleHttpResponse.java
Source/JNA/waffle-tests/src/waffle/mock/http/SimpleHttpSession.java
Source/JNA/waffle-tests/src/waffle/mock/http/SimpleRequestDispatcher.java
Source/JNA/waffle-tomcat5/.classpath
Source/JNA/waffle-tomcat5/.project
Source/JNA/waffle-tomcat5/build.xml
Source/JNA/waffle-tomcat5/pom.xml
Source/JNA/waffle-tomcat5/src-test/waffle/apache/MixedAuthenticatorTests.java
Source/JNA/waffle-tomcat5/src-test/waffle/apache/NegotiateAuthenticatorTests.java
Source/JNA/waffle-tomcat5/src-test/waffle/apache/WindowsAccountTests.java
Source/JNA/waffle-tomcat5/src-test/waffle/apache/WindowsRealmTests.java
Source/JNA/waffle-tomcat5/src-test/waffle/apache/catalina/SimpleContext.java
Source/JNA/waffle-tomcat5/src-test/waffle/apache/catalina/SimpleFilterChain.java
Source/JNA/waffle-tomcat5/src-test/waffle/apache/catalina/SimpleHttpRequest.java
Source/JNA/waffle-tomcat5/src-test/waffle/apache/catalina/SimpleHttpResponse.java
Source/JNA/waffle-tomcat5/src-test/waffle/apache/catalina/SimpleHttpSession.java
Source/JNA/waffle-tomcat5/src-test/waffle/apache/catalina/SimpleRealm.java
Source/JNA/waffle-tomcat5/src-test/waffle/apache/catalina/SimpleRequestDispatcher.java
Source/JNA/waffle-tomcat5/src-test/waffle/apache/catalina/SimpleServletContext.java
Source/JNA/waffle-tomcat5/src/waffle/apache/GenericWindowsPrincipal.java
Source/JNA/waffle-tomcat5/src/waffle/apache/MixedAuthenticator.java
Source/JNA/waffle-tomcat5/src/waffle/apache/NegotiateAuthenticator.java
Source/JNA/waffle-tomcat5/src/waffle/apache/WaffleAuthenticatorBase.java
Source/JNA/waffle-tomcat5/src/waffle/apache/WindowsRealm.java
Source/JNA/waffle-tomcat6/.classpath
Source/JNA/waffle-tomcat6/.project
Source/JNA/waffle-tomcat6/build.xml
Source/JNA/waffle-tomcat6/pom.xml
Source/JNA/waffle-tomcat6/src-test/waffle/apache/MixedAuthenticatorTests.java
Source/JNA/waffle-tomcat6/src-test/waffle/apache/NegotiateAuthenticatorTests.java
Source/JNA/waffle-tomcat6/src-test/waffle/apache/WindowsAccountTests.java
Source/JNA/waffle-tomcat6/src-test/waffle/apache/WindowsRealmTests.java
Source/JNA/waffle-tomcat6/src-test/waffle/apache/catalina/SimpleContext.java
Source/JNA/waffle-tomcat6/src-test/waffle/apache/catalina/SimpleFilterChain.java
Source/JNA/waffle-tomcat6/src-test/waffle/apache/catalina/SimpleHttpRequest.java
Source/JNA/waffle-tomcat6/src-test/waffle/apache/catalina/SimpleHttpResponse.java
Source/JNA/waffle-tomcat6/src-test/waffle/apache/catalina/SimpleHttpSession.java
Source/JNA/waffle-tomcat6/src-test/waffle/apache/catalina/SimpleRealm.java
Source/JNA/waffle-tomcat6/src-test/waffle/apache/catalina/SimpleRequestDispatcher.java
Source/JNA/waffle-tomcat6/src-test/waffle/apache/catalina/SimpleServletContext.java
Source/JNA/waffle-tomcat6/src/waffle/apache/GenericWindowsPrincipal.java
Source/JNA/waffle-tomcat6/src/waffle/apache/MixedAuthenticator.java
Source/JNA/waffle-tomcat6/src/waffle/apache/NegotiateAuthenticator.java
Source/JNA/waffle-tomcat6/src/waffle/apache/WaffleAuthenticatorBase.java
Source/JNA/waffle-tomcat6/src/waffle/apache/WindowsRealm.java
Source/JNA/waffle-tomcat7/.classpath
Source/JNA/waffle-tomcat7/.project
Source/JNA/waffle-tomcat7/build.xml
Source/JNA/waffle-tomcat7/pom.xml
Source/JNA/waffle-tomcat7/src-test/waffle/apache/MixedAuthenticatorTests.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/NegotiateAuthenticatorTests.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/WindowsAccountTests.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/WindowsRealmTests.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/catalina/SimpleContext.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/catalina/SimpleEngine.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/catalina/SimpleFilterChain.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/catalina/SimpleHttpRequest.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/catalina/SimpleHttpResponse.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/catalina/SimpleHttpSession.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/catalina/SimplePipeline.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/catalina/SimpleRealm.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/catalina/SimpleRequestDispatcher.java
Source/JNA/waffle-tomcat7/src-test/waffle/apache/catalina/SimpleServletContext.java
Source/JNA/waffle-tomcat7/src/waffle/apache/GenericWindowsPrincipal.java
Source/JNA/waffle-tomcat7/src/waffle/apache/MixedAuthenticator.java
Source/JNA/waffle-tomcat7/src/waffle/apache/NegotiateAuthenticator.java
Source/JNA/waffle-tomcat7/src/waffle/apache/WaffleAuthenticatorBase.java
Source/JNA/waffle-tomcat7/src/waffle/apache/WindowsRealm.java
Source/ThirdParty/.project
Source/ThirdParty/build.xml
Source/ThirdParty/ivy.xml
Source/ThirdParty/ivysettings.xml
Source/ThirdParty/tomcat/5.5.36/catalina-5.5.36.jar
Source/ThirdParty/tomcat/5.5.36/servlet-api-5.5.36.jar
Source/ThirdParty/tomcat/5.5.36/tomcat-util-5.5.36.jar
Source/Version/Properties/AssemblyInfo.cs
Source/Version/Version.csproj
Source/Version/Version.properties.template
Source/Version/Version.wxi.template
Source/WindowsAuthProvider/Advapi32.cs
Source/WindowsAuthProvider/IWindowsAccount.cs
Source/WindowsAuthProvider/IWindowsAuthProvider.cs
Source/WindowsAuthProvider/IWindowsComputer.cs
Source/WindowsAuthProvider/IWindowsDomain.cs
Source/WindowsAuthProvider/IWindowsIdentity.cs
Source/WindowsAuthProvider/IWindowsImpersonationContext.cs
Source/WindowsAuthProvider/IWindowsSecurityContext.cs
Source/WindowsAuthProvider/Kernel32.cs
Source/WindowsAuthProvider/LMCons.cs
Source/WindowsAuthProvider/Netapi32.cs
Source/WindowsAuthProvider/Properties/AssemblyInfo.cs
Source/WindowsAuthProvider/Secur32.cs
Source/WindowsAuthProvider/Windows.cs
Source/WindowsAuthProvider/WindowsAccountImpl.cs
Source/WindowsAuthProvider/WindowsAccountName.cs
Source/WindowsAuthProvider/WindowsAuthIdentity.cs
Source/WindowsAuthProvider/WindowsAuthProvider.cs
Source/WindowsAuthProvider/WindowsAuthProvider.csproj
Source/WindowsAuthProvider/WindowsAuthProviderNamespace.xml
Source/WindowsAuthProvider/WindowsComputerImpl.cs
Source/WindowsAuthProvider/WindowsCredentialsHandle.cs
Source/WindowsAuthProvider/WindowsDomainCollection.cs
Source/WindowsAuthProvider/WindowsDomainImpl.cs
Source/WindowsAuthProvider/WindowsIdentityImpl.cs
Source/WindowsAuthProvider/WindowsImpersonationContextImpl.cs
Source/WindowsAuthProvider/WindowsSecurityContext.cs
Source/WindowsAuthProviderMergeModule/WindowsAuthProviderMergeModule.wixproj
Source/WindowsAuthProviderMergeModule/WindowsAuthProviderMergeModule.wxs
Source/WindowsAuthProviderUnitTests/Properties/AssemblyInfo.cs
Source/WindowsAuthProviderUnitTests/WindowsAccountUnitTests.cs
Source/WindowsAuthProviderUnitTests/WindowsAuthProvider.vbs
Source/WindowsAuthProviderUnitTests/WindowsAuthProviderLocalUnitTests.cs
Source/WindowsAuthProviderUnitTests/WindowsAuthProviderUnitTests.cs
Source/WindowsAuthProviderUnitTests/WindowsAuthProviderUnitTests.csproj
Source/WindowsAuthProviderUnitTests/WindowsCredentialsHandleUnitTests.cs
Source/WindowsAuthProviderUnitTests/WindowsSecurityContextUnitTests.cs
Version.proj
Waffle.proj
Waffle.sln
Waffle.snk
build.cmd
waffle.jpg

Download

Click the following link to download waffle-master.zip.

waffle-master.zip




















Home »
  Java Free Code »
    Web »




CSS
CSS3
HTML
HTML5
HTTP
Web
Web Application
WebSite