Skip navigation links
A D G H I J L M O P R S T U 

A

addArgument(Argument) - Method in class org.apache.geode.modules.session.installer.args.ArgumentProcessor
Adds a new argument.
addForm(String) - Method in class org.apache.geode.modules.session.installer.args.Argument
Adds a possible representation of the command line argument.
addResult(Argument, String[]) - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
Sets the data values found for a specific argument.
Argument - Class in org.apache.geode.modules.session.installer.args
Class representing a single command line argument.
Argument(String, boolean, String...) - Constructor for class org.apache.geode.modules.session.installer.args.Argument
Contructor to create an argument definition.
ArgumentHandler - Interface in org.apache.geode.modules.session.installer.args
Interface specifying the requirements for objects wiching to be able to examine arguments (potentially tweaking parameters) at the time of parsing, thereby allowing for usage display to occur automatically.
ArgumentProcessor - Class in org.apache.geode.modules.session.installer.args
This class is used to process command line arguments for Java programs in a flexible and powerful manner.
ArgumentProcessor(String) - Constructor for class org.apache.geode.modules.session.installer.args.ArgumentProcessor
Creates a new Argument processor instance for te program name given.
ArgumentValues - Class in org.apache.geode.modules.session.installer.args
Result object capturing the result of processing command line arguments.

D

destroy() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter
Destroy method for this filter
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter
 

G

getAllResults(Argument) - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
Returns all results for the specified argument.
getArgumentHandler() - Method in class org.apache.geode.modules.session.installer.args.Argument
Returns the argument handler.
getDefaults() - Method in class org.apache.geode.modules.session.installer.args.Argument
Returns the defaults.
getDefinedArguments() - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
Returns a list of all defined arguments.
getDefinedCount(Argument...) - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
Counts the number of arguments defined on the command line which are in the list provided.
getDescription() - Method in class org.apache.geode.modules.session.installer.args.Argument
Returns a usage description of this argument.
getEnvVars() - Method in class org.apache.geode.modules.session.installer.args.Argument
Returns the environment variable names for each parameter.
getFilterConfig() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter
Return the filter configuration object for this filter.
getFirstResult(Argument) - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
Convenience method to return the first value of the first instance of the command line argument values for the specified argument.
getFirstResultAsInt(Argument, int) - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
Convenience method to return the result of getFirstResult method as an integer.
getForms() - Method in class org.apache.geode.modules.session.installer.args.Argument
Returns a list of all valid representations of this command line argument.
getParameterCount() - Method in class org.apache.geode.modules.session.installer.args.Argument
Returns the number of parameters that this argument takes.
getParameterName(int) - Method in class org.apache.geode.modules.session.installer.args.Argument
Returns the name of the parameter position requested.
getPostArgs() - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
After processing the command line arguments, this method may be used to return all arguments which were excluded from processing by their placement after the "--" psuedo-argument.
getPrimaryForm() - Method in class org.apache.geode.modules.session.installer.args.Argument
Returns the primary form of the argument.
getRemoteUser() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
getRequestedSessionId() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
getResult(Argument) - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
Convenience method to retrieve the first instance of the command line argument's values.
getSession() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
getSession(boolean) - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
Create our own sessions.
getSessionManager() - Static method in class org.apache.geode.modules.session.filter.SessionCachingFilter
Retrieve the SessionManager.
getStackTrace(Throwable) - Static method in class org.apache.geode.modules.session.filter.SessionCachingFilter
 
getUsage() - Method in class org.apache.geode.modules.session.installer.args.ArgumentProcessor
Generates command line usage text for display to user.
getUsage() - Method in exception org.apache.geode.modules.session.installer.args.UsageException
Returns the usage message previously set.
getUserPrincipal() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
getWrappingSession(HttpSession) - Static method in class org.apache.geode.modules.session.filter.SessionCachingFilter
Return the GemFire session which wraps a native session

H

handleArgument(Argument, String, String[]) - Method in interface org.apache.geode.modules.session.installer.args.ArgumentHandler
Process the argument values specified.
handleArgument(Argument, String, String[]) - Method in class org.apache.geode.modules.session.installer.args.URLArgumentHandler
Ensure that the argument is either a file path or a properly formatted URL.
handleUnknownArgument(String, String[]) - Method in interface org.apache.geode.modules.session.installer.args.UnknownArgumentHandler
Called when an unknown argument is supplied.

I

init(FilterConfig) - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter
This is where all the initialization happens.
Installer - Class in org.apache.geode.modules.session.installer
 
Installer(String[]) - Constructor for class org.apache.geode.modules.session.installer.Installer
 
isDefined(Argument) - Method in class org.apache.geode.modules.session.installer.args.ArgumentValues
Returns whetheror not the command line argument was actually provided on the command line.
isDefinedInEnv() - Method in class org.apache.geode.modules.session.installer.args.Argument
Determines if the argument provisioning has been done via the environment.
isRequestedSessionIdFromCookie() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
isRequestedSessionIdFromURL() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
isRequired() - Method in class org.apache.geode.modules.session.installer.args.Argument
Returns whether or not this argument is required to be defined.
isUserInRole(String) - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper

J

JarClassLoader - Class in org.apache.geode.modules.session.installer
Classloader, which allows finding classes in jars within jars.
JarClassLoader(URL[], ClassLoader) - Constructor for class org.apache.geode.modules.session.installer.JarClassLoader
 

L

loadClass(String, boolean) - Method in class org.apache.geode.modules.session.installer.JarClassLoader
 
log(String) - Static method in class org.apache.geode.modules.session.installer.Installer
 

M

main(String[]) - Static method in class org.apache.geode.modules.session.installer.Installer
Class main method

O

org.apache.geode.modules.session.filter - package org.apache.geode.modules.session.filter
 
org.apache.geode.modules.session.installer - package org.apache.geode.modules.session.installer
 
org.apache.geode.modules.session.installer.args - package org.apache.geode.modules.session.installer.args
 

P

process(String[]) - Method in class org.apache.geode.modules.session.installer.args.ArgumentProcessor
Process the command line arguments provided.
process() - Method in class org.apache.geode.modules.session.installer.Installer
The main entry point for processing
processWebXml(InputStream, OutputStream) - Method in class org.apache.geode.modules.session.installer.Installer
 

R

RequestWrapper(SessionManager, HttpServletRequest, SessionCachingFilter.ResponseWrapper) - Constructor for class org.apache.geode.modules.session.filter.SessionCachingFilter.RequestWrapper
 

S

SessionCachingFilter - Class in org.apache.geode.modules.session.filter
Primary class which orchestrates everything.
SessionCachingFilter() - Constructor for class org.apache.geode.modules.session.filter.SessionCachingFilter
 
SessionCachingFilter.RequestWrapper - Class in org.apache.geode.modules.session.filter
This request wrapper class extends the support class HttpServletRequestWrapper, which implements all the methods in the HttpServletRequest interface, as delegations to the wrapped request.
sessionCreated(HttpSessionEvent) - Method in class org.apache.geode.modules.session.filter.SessionListener
 
sessionDestroyed(HttpSessionEvent) - Method in class org.apache.geode.modules.session.filter.SessionListener
This will receive events from the container using the native sessions.
SessionListener - Class in org.apache.geode.modules.session.filter
 
SessionListener() - Constructor for class org.apache.geode.modules.session.filter.SessionListener
 
setArgumentHandler(ArgumentHandler) - Method in class org.apache.geode.modules.session.installer.args.Argument
Sets the argument handler.
setDefaults(String...) - Method in class org.apache.geode.modules.session.installer.args.Argument
Sets the default values when no explicit values were provided.
setDescription(String) - Method in class org.apache.geode.modules.session.installer.args.Argument
Sets a usage description for this argument.
setEnvVars(String...) - Method in class org.apache.geode.modules.session.installer.args.Argument
Sets the environment variables which will be checked for values before falling back on the default values.
setFilterConfig(FilterConfig) - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter
Set the filter configuration object for this filter.
setUnknownArgumentHandler(UnknownArgumentHandler) - Method in class org.apache.geode.modules.session.installer.args.ArgumentProcessor
Sets the handler to call when an unknown argument is encountered.
setUsage(String) - Method in exception org.apache.geode.modules.session.installer.args.UsageException
Attaches a usage message to the exception for later consumption.

T

toString() - Method in class org.apache.geode.modules.session.filter.SessionCachingFilter
Return a String representation of this object.
toString() - Method in class org.apache.geode.modules.session.installer.args.Argument
Returns a human readable form.

U

UnknownArgumentHandler - Interface in org.apache.geode.modules.session.installer.args
Interface defining unknown argument handlers, given the opportunity to either ignore the issue or force the parameter to be dealt with.
URLArgumentHandler - Class in org.apache.geode.modules.session.installer.args
Argument handler implementation which accepts file paths or URLs and normalizes the parameters to URLs.
URLArgumentHandler() - Constructor for class org.apache.geode.modules.session.installer.args.URLArgumentHandler
 
UsageException - Exception in org.apache.geode.modules.session.installer.args
Invalid usage exception.
UsageException() - Constructor for exception org.apache.geode.modules.session.installer.args.UsageException
Creates a new UsageException.
UsageException(String) - Constructor for exception org.apache.geode.modules.session.installer.args.UsageException
Creates a new UsageException.
UsageException(String, Throwable) - Constructor for exception org.apache.geode.modules.session.installer.args.UsageException
Creates a new UsageException.
UsageException(Throwable) - Constructor for exception org.apache.geode.modules.session.installer.args.UsageException
Creates a new UsageException.
A D G H I J L M O P R S T U 
Skip navigation links