Index

A C D G I L M N P R S W 
All Classes and Interfaces|All Packages|Serialized Form

A

allowGuestLogin - Variable in class waffle.apache.MixedAuthenticator
The allow guest login.
allowGuestLogin - Variable in class waffle.apache.NegotiateAuthenticator
The allow guest login.
auth - Variable in class waffle.apache.MixedAuthenticator
The auth.
auth - Variable in class waffle.apache.NegotiateAuthenticator
The auth.
authenticate(Request, HttpServletResponse) - Method in class waffle.apache.MixedAuthenticator
 
authenticate(Request, HttpServletResponse) - Method in class waffle.apache.NegotiateAuthenticator
 

C

continueContextsTimeout - Variable in class waffle.apache.MixedAuthenticator
The auth continueContextsTimeout configuration.
continueContextsTimeout - Variable in class waffle.apache.NegotiateAuthenticator
The auth continueContextsTimeout configuration.
createPrincipal(IWindowsIdentity) - Method in class waffle.apache.MixedAuthenticator
This method will create an instance of a IWindowsIdentity based GenericPrincipal.
createPrincipal(IWindowsIdentity) - Method in class waffle.apache.NegotiateAuthenticator
This method will create an instance of a IWindowsIdentity based GenericPrincipal.

D

doAuthenticate(Request, HttpServletResponse) - Method in class waffle.apache.MixedAuthenticator
XXX The 'doAuthenticate' is intended to replace 'authenticate' for needs like ours.
doAuthenticate(Request, HttpServletResponse) - Method in class waffle.apache.NegotiateAuthenticator
XXX The 'doAuthenticate' is intended to replace 'authenticate' for needs like ours.
doLogin(Request, String, String) - Method in class waffle.apache.MixedAuthenticator
 
doLogin(Request, String, String) - Method in class waffle.apache.NegotiateAuthenticator
 

G

GenericWindowsPrincipal - Class in waffle.apache
A Windows Principal.
GenericWindowsPrincipal(IWindowsIdentity, PrincipalFormat, PrincipalFormat) - Constructor for class waffle.apache.GenericWindowsPrincipal
A windows principal.
getAuth() - Method in class waffle.apache.MixedAuthenticator
Windows authentication provider.
getAuth() - Method in class waffle.apache.NegotiateAuthenticator
Windows authentication provider.
getAuthMethod() - Method in class waffle.apache.MixedAuthenticator
 
getAuthMethod() - Method in class waffle.apache.NegotiateAuthenticator
 
getContinueContextsTimeout() - Method in class waffle.apache.MixedAuthenticator
Gets the continue context time out configuration.
getContinueContextsTimeout() - Method in class waffle.apache.NegotiateAuthenticator
Gets the continue context time out configuration.
getGroups() - Method in class waffle.apache.GenericWindowsPrincipal
Windows groups that the user is a member of.
getInfo() - Method in class waffle.apache.MixedAuthenticator
Gets the info.
getInfo() - Method in class waffle.apache.NegotiateAuthenticator
Gets the info.
getPassword(String) - Method in class waffle.apache.WindowsRealm
 
getPrincipal(String) - Method in class waffle.apache.WindowsRealm
 
getPrincipalFormat() - Method in class waffle.apache.MixedAuthenticator
Principal format.
getPrincipalFormat() - Method in class waffle.apache.NegotiateAuthenticator
Principal format.
getRoleFormat() - Method in class waffle.apache.MixedAuthenticator
Principal format.
getRoleFormat() - Method in class waffle.apache.NegotiateAuthenticator
Principal format.
getRolesString() - Method in class waffle.apache.GenericWindowsPrincipal
Get an array of roles as a string.
getSid() - Method in class waffle.apache.GenericWindowsPrincipal
Byte representation of the SID.
getSidString() - Method in class waffle.apache.GenericWindowsPrincipal
String representation of the SID.

I

info - Variable in class waffle.apache.MixedAuthenticator
The info.
info - Variable in class waffle.apache.NegotiateAuthenticator
The info.
isAllowGuestLogin() - Method in class waffle.apache.MixedAuthenticator
True if Guest login permitted.
isAllowGuestLogin() - Method in class waffle.apache.NegotiateAuthenticator
True if Guest login permitted.

L

log - Variable in class waffle.apache.MixedAuthenticator
The log.
log - Variable in class waffle.apache.NegotiateAuthenticator
The log.

M

MixedAuthenticator - Class in waffle.apache
Mixed Negotiate + Form Authenticator.
MixedAuthenticator() - Constructor for class waffle.apache.MixedAuthenticator
Instantiates a new mixed authenticator.

N

NegotiateAuthenticator - Class in waffle.apache
An Apache Negotiate (NTLM, Kerberos) Authenticator.
NegotiateAuthenticator() - Constructor for class waffle.apache.NegotiateAuthenticator
Instantiates a new negotiate authenticator.

P

principalFormat - Variable in class waffle.apache.MixedAuthenticator
The principal format.
principalFormat - Variable in class waffle.apache.NegotiateAuthenticator
The principal format.
protocols - Variable in class waffle.apache.MixedAuthenticator
The protocols.
protocols - Variable in class waffle.apache.NegotiateAuthenticator
The protocols.

R

roleFormat - Variable in class waffle.apache.MixedAuthenticator
The role format.
roleFormat - Variable in class waffle.apache.NegotiateAuthenticator
The role format.

S

sendError(HttpServletResponse, int) - Method in class waffle.apache.MixedAuthenticator
Send an error code.
sendError(HttpServletResponse, int) - Method in class waffle.apache.NegotiateAuthenticator
Send an error code.
sendUnauthorized(HttpServletResponse) - Method in class waffle.apache.MixedAuthenticator
Send a 401 Unauthorized along with protocol authentication headers.
sendUnauthorized(HttpServletResponse) - Method in class waffle.apache.NegotiateAuthenticator
Send a 401 Unauthorized along with protocol authentication headers.
setAllowGuestLogin(boolean) - Method in class waffle.apache.MixedAuthenticator
Set whether Guest login is permitted.
setAllowGuestLogin(boolean) - Method in class waffle.apache.NegotiateAuthenticator
Set whether Guest login is permitted.
setAuth(IWindowsAuthProvider) - Method in class waffle.apache.MixedAuthenticator
Set Windows auth provider.
setAuth(IWindowsAuthProvider) - Method in class waffle.apache.NegotiateAuthenticator
Set Windows auth provider.
setContinueContextsTimeout(int) - Method in class waffle.apache.MixedAuthenticator
Sets the continue context time out configuration.
setContinueContextsTimeout(int) - Method in class waffle.apache.NegotiateAuthenticator
Sets the continue context time out configuration.
setPrincipalFormat(String) - Method in class waffle.apache.MixedAuthenticator
Set the principal format.
setPrincipalFormat(String) - Method in class waffle.apache.NegotiateAuthenticator
Set the principal format.
setProtocols(String) - Method in class waffle.apache.MixedAuthenticator
Set the authentication protocols.
setProtocols(String) - Method in class waffle.apache.NegotiateAuthenticator
Set the authentication protocols.
setRoleFormat(String) - Method in class waffle.apache.MixedAuthenticator
Set the principal format.
setRoleFormat(String) - Method in class waffle.apache.NegotiateAuthenticator
Set the principal format.
startInternal() - Method in class waffle.apache.MixedAuthenticator
 
startInternal() - Method in class waffle.apache.NegotiateAuthenticator
 
stopInternal() - Method in class waffle.apache.MixedAuthenticator
 
stopInternal() - Method in class waffle.apache.NegotiateAuthenticator
 

W

waffle.apache - package waffle.apache
Waffle Tomcat Package.
WindowsRealm - Class in waffle.apache
A rudimentary Windows realm.
WindowsRealm() - Constructor for class waffle.apache.WindowsRealm
 
A C D G I L M N P R S W 
All Classes and Interfaces|All Packages|Serialized Form