A D F G I M N R S T W 

A

addHeader(String, String) - Method in class waffle.apache.catalina.SimpleHttpRequest
 
addHeader(String, String) - Method in class waffle.apache.catalina.SimpleHttpResponse
 
addParameter(String, String) - Method in class waffle.apache.catalina.SimpleHttpRequest
 

D

doFilter(ServletRequest, ServletResponse) - Method in class waffle.apache.catalina.SimpleFilterChain
 

F

flushBuffer() - Method in class waffle.apache.catalina.SimpleHttpResponse
 
forward(ServletRequest, ServletResponse) - Method in class waffle.apache.catalina.SimpleRequestDispatcher
 

G

getAttribute(String) - Method in class waffle.apache.catalina.SimpleHttpSession
 
getContentLength() - Method in class waffle.apache.catalina.SimpleHttpRequest
 
getHeader(String) - Method in class waffle.apache.catalina.SimpleHttpRequest
 
getHeader(String) - Method in class waffle.apache.catalina.SimpleHttpResponse
 
getHeaderNames() - Method in class waffle.apache.catalina.SimpleHttpResponse
 
getHeaderValues(String) - Method in class waffle.apache.catalina.SimpleHttpResponse
 
getId() - Method in class waffle.apache.catalina.SimpleHttpSession
 
getMethod() - Method in class waffle.apache.catalina.SimpleHttpRequest
 
getName() - Method in class waffle.apache.catalina.SimpleRealm
 
getParameter(String) - Method in class waffle.apache.catalina.SimpleHttpRequest
 
getQueryString() - Method in class waffle.apache.catalina.SimpleHttpRequest
 
getRealm() - Method in class waffle.apache.catalina.SimpleContext
Get Realm Used By Waffle.
getRemoteAddr() - Method in class waffle.apache.catalina.SimpleHttpRequest
 
getRemoteHost() - Method in class waffle.apache.catalina.SimpleHttpRequest
 
getRemotePort() - Method in class waffle.apache.catalina.SimpleHttpRequest
 
getRemoteUser() - Method in class waffle.apache.catalina.SimpleHttpRequest
 
getRequest() - Method in class waffle.apache.catalina.SimpleFilterChain
 
getRequestDispatcher(String) - Method in class waffle.apache.catalina.SimpleServletContext
Get Request Dispatcher used by Waffle.
getRequestURI() - Method in class waffle.apache.catalina.SimpleHttpRequest
 
getResponse() - Method in class waffle.apache.catalina.SimpleFilterChain
 
getServletContext() - Method in class waffle.apache.catalina.SimpleContext
Get Servlet Context Used By Waffle.
getSession() - Method in class waffle.apache.catalina.SimpleHttpRequest
 
getSession(boolean) - Method in class waffle.apache.catalina.SimpleHttpRequest
 
getStatus() - Method in class waffle.apache.catalina.SimpleHttpResponse
 
getStatusString() - Method in class waffle.apache.catalina.SimpleHttpResponse
 
getUserPrincipal() - Method in class waffle.apache.catalina.SimpleHttpRequest
 

I

init() - Method in class waffle.apache.WaffleAuthenticatorBaseTest
 

M

MixedAuthenticatorTests - Class in waffle.apache
Waffle Tomcat Mixed Authenticator Tests.
MixedAuthenticatorTests() - Constructor for class waffle.apache.MixedAuthenticatorTests
 

N

NegotiateAuthenticatorTests - Class in waffle.apache
Waffle Tomcat Authenticator Tests.
NegotiateAuthenticatorTests() - Constructor for class waffle.apache.NegotiateAuthenticatorTests
 
nextRemotePort() - Static method in class waffle.apache.catalina.SimpleHttpRequest
 

R

removeAttribute(String) - Method in class waffle.apache.catalina.SimpleHttpSession
 
resetRemotePort() - Static method in class waffle.apache.catalina.SimpleHttpRequest
 

S

sendError(int) - Method in class waffle.apache.catalina.SimpleHttpResponse
 
sendError(int, String) - Method in class waffle.apache.catalina.SimpleHttpResponse
 
setAttribute(String, Object) - Method in class waffle.apache.catalina.SimpleHttpSession
 
setAttributes(Map<String, Object>) - Method in class waffle.apache.catalina.SimpleHttpSession
 
setContentLength(int) - Method in class waffle.apache.catalina.SimpleHttpRequest
 
setHeader(String, String) - Method in class waffle.apache.catalina.SimpleHttpResponse
 
setMethod(String) - Method in class waffle.apache.catalina.SimpleHttpRequest
 
setQueryString(String) - Method in class waffle.apache.catalina.SimpleHttpRequest
 
setRealm(Realm) - Method in class waffle.apache.catalina.SimpleContext
 
setRemoteAddr(String) - Method in class waffle.apache.catalina.SimpleHttpRequest
 
setRemoteHost(String) - Method in class waffle.apache.catalina.SimpleHttpRequest
 
setRemoteUser(String) - Method in class waffle.apache.catalina.SimpleHttpRequest
 
setRequestURI(String) - Method in class waffle.apache.catalina.SimpleHttpRequest
 
setServletContext(ServletContext) - Method in class waffle.apache.catalina.SimpleContext
Set Servlet Context Used By Waffle.
setStatus(int) - Method in class waffle.apache.catalina.SimpleHttpResponse
 
setUp() - Method in class waffle.apache.MixedAuthenticatorTests
 
setUp() - Method in class waffle.apache.NegotiateAuthenticatorTests
 
setUp() - Method in class waffle.apache.WindowsAccountTests
 
setUrl(String) - Method in class waffle.apache.catalina.SimpleRequestDispatcher
 
setUserPrincipal(Principal) - Method in class waffle.apache.catalina.SimpleHttpRequest
 
should_accept_both_protocols() - Method in class waffle.apache.WaffleAuthenticatorBaseTest
 
should_accept_Negotiate_protocol() - Method in class waffle.apache.WaffleAuthenticatorBaseTest
 
should_accept_NTLM_protocol() - Method in class waffle.apache.WaffleAuthenticatorBaseTest
 
should_refuse_other_protocol() - Method in class waffle.apache.WaffleAuthenticatorBaseTest
 
SimpleContext - Class in waffle.apache.catalina
Simple Context.
SimpleContext() - Constructor for class waffle.apache.catalina.SimpleContext
 
SimpleFilterChain - Class in waffle.apache.catalina
Simple filter chain.
SimpleFilterChain() - Constructor for class waffle.apache.catalina.SimpleFilterChain
 
SimpleHttpRequest - Class in waffle.apache.catalina
Simple HTTP Request.
SimpleHttpRequest() - Constructor for class waffle.apache.catalina.SimpleHttpRequest
 
SimpleHttpResponse - Class in waffle.apache.catalina
Simple HTTP Response.
SimpleHttpResponse() - Constructor for class waffle.apache.catalina.SimpleHttpResponse
 
SimpleHttpSession - Class in waffle.apache.catalina
Simple HTTP Session.
SimpleHttpSession() - Constructor for class waffle.apache.catalina.SimpleHttpSession
 
SimpleRealm - Class in waffle.apache.catalina
Simple Realm.
SimpleRealm() - Constructor for class waffle.apache.catalina.SimpleRealm
 
SimpleRequestDispatcher - Class in waffle.apache.catalina
Simple Request Dispatcher.
SimpleRequestDispatcher() - Constructor for class waffle.apache.catalina.SimpleRequestDispatcher
 
SimpleServletContext - Class in waffle.apache.catalina
Simple Servlet Context.
SimpleServletContext() - Constructor for class waffle.apache.catalina.SimpleServletContext
 

T

tearDown() - Method in class waffle.apache.MixedAuthenticatorTests
 
tearDown() - Method in class waffle.apache.NegotiateAuthenticatorTests
 
testAllowGuestLogin() - Method in class waffle.apache.NegotiateAuthenticatorTests
 
testChallengeGET() - Method in class waffle.apache.MixedAuthenticatorTests
 
testChallengeGET() - Method in class waffle.apache.NegotiateAuthenticatorTests
 
testChallengePOST() - Method in class waffle.apache.MixedAuthenticatorTests
 
testChallengePOST() - Method in class waffle.apache.NegotiateAuthenticatorTests
 
testEquals() - Method in class waffle.apache.WindowsAccountTests
 
testGet() - Method in class waffle.apache.MixedAuthenticatorTests
 
testGetInfo() - Method in class waffle.apache.MixedAuthenticatorTests
 
testGetInfo() - Method in class waffle.apache.NegotiateAuthenticatorTests
 
testIsSerializable() - Method in class waffle.apache.WindowsAccountTests
 
testNegotiate() - Method in class waffle.apache.MixedAuthenticatorTests
 
testNegotiate() - Method in class waffle.apache.NegotiateAuthenticatorTests
 
testPOSTEmpty() - Method in class waffle.apache.NegotiateAuthenticatorTests
 
testPostSecurityCheck() - Method in class waffle.apache.MixedAuthenticatorTests
 
testPrincipalFormat() - Method in class waffle.apache.NegotiateAuthenticatorTests
 
testProperties() - Method in class waffle.apache.WindowsAccountTests
 
testProperties() - Method in class waffle.apache.WindowsRealmTests
 
testRoleFormat() - Method in class waffle.apache.NegotiateAuthenticatorTests
 
testSecurityCheckParameters() - Method in class waffle.apache.MixedAuthenticatorTests
 
testSecurityCheckQueryString() - Method in class waffle.apache.MixedAuthenticatorTests
 

W

waffle.apache - package waffle.apache
 
waffle.apache.catalina - package waffle.apache.catalina
 
WaffleAuthenticatorBaseTest - Class in waffle.apache
Waffle Authenticator Base Tests.
WaffleAuthenticatorBaseTest() - Constructor for class waffle.apache.WaffleAuthenticatorBaseTest
 
WindowsAccountTests - Class in waffle.apache
Windows Account Tests.
WindowsAccountTests() - Constructor for class waffle.apache.WindowsAccountTests
 
WindowsRealmTests - Class in waffle.apache
Windows Realm Tests.
WindowsRealmTests() - Constructor for class waffle.apache.WindowsRealmTests
 
A D F G I M N R S T W 

Copyright © 2010–2015 com.github.dblock. All rights reserved.