Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

acceptCookie - Variable in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
Of voor inloggen gechecked moet worden of er een geldig auth token cookie aanwezig is.
addHttpMethod(String) - Method in class org.securityfilter.config.WebResourceCollection
Add an http method to this WebResourceCollection.
addRealm(Object) - Method in class org.securityfilter.config.SecurityConfig
Adds a realm to use for authentication.
addRole(String) - Method in class org.securityfilter.config.AuthConstraint
Add a role.
addSecurityConstraint(SecurityConstraint) - Method in class org.securityfilter.config.SecurityConfig
Adds a SecurityConstraint.
addURLPattern(String) - Method in class org.securityfilter.config.WebResourceCollection
Add a url pattern to this WebResourceCollection.
addWebResourceCollection(WebResourceCollection) - Method in class org.securityfilter.config.SecurityConstraint
Add a WebResourceCollection to this SecurityConstraint.
ALREADY_PROCESSED - Static variable in class org.securityfilter.filter.SecurityFilter
 
AUTH_METHOD - Static variable in class org.securityfilter.authenticator.CookieAuthenticator
 
AUTH_TOKEN_COOKIE_PRINCIPAL - Static variable in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
 
AuthConstraint - Class in org.securityfilter.config
AuthConstraint
AuthConstraint() - Constructor for class org.securityfilter.config.AuthConstraint
Constructor
authenticate(SecurityRequestWrapper) - Method in interface org.securityfilter.realm.FlexibleRealmInterface
Authenticate a user.
authenticate(String, String) - Method in interface org.securityfilter.realm.SecurityRealmInterface
Authenticate a user.
authenticate(String, String) - Method in class org.securityfilter.realm.SimpleSecurityRealmBase
Authenticate a user.
Authenticator - Interface in org.securityfilter.authenticator
Authenticator - interface for a SecurityFilter authenticator module.
authenticator - Variable in class org.securityfilter.filter.SecurityFilter
 
AuthenticatorFactory - Class in org.securityfilter.authenticator
AuthenticatorFactory - this class will create Authenticator instance.
AuthenticatorFactory() - Constructor for class org.securityfilter.authenticator.AuthenticatorFactory
 
AUTHORIZED_BY_AUTH_TOKEN - Static variable in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
 

B

BasicAuthenticator - Class in org.securityfilter.authenticator
BasicAuthenticator - authenticator implementation for the BASIC auth method.
BasicAuthenticator() - Constructor for class org.securityfilter.authenticator.BasicAuthenticator
 
booleanAuthenticate(String, String) - Method in class org.securityfilter.realm.SimpleSecurityRealmBase
Authenticate a user.
bypassSecurityForThisRequest(SecurityRequestWrapper, URLPatternMatcher) - Method in interface org.securityfilter.authenticator.Authenticator
Return true if security checks should be bypassed for this request.
bypassSecurityForThisRequest(SecurityRequestWrapper, URLPatternMatcher) - Method in class org.securityfilter.authenticator.BasicAuthenticator
Return true if security checks should be bypassed for this request.
bypassSecurityForThisRequest(SecurityRequestWrapper, URLPatternMatcher) - Method in class org.securityfilter.authenticator.CookieAuthenticator
Controls which pages must be visible without authorisation (login, error and logout)
bypassSecurityForThisRequest(SecurityRequestWrapper, URLPatternMatcher) - Method in class org.securityfilter.authenticator.FormAuthenticator
The login and error pages should be viewable, even if they would otherwise be blocked by a security constraint.

C

CHARSET - Static variable in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
 
cipherParameters - Variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
compareTo(Object) - Method in class org.securityfilter.filter.URLPattern
Compares this URLPattern to obj to support sorting.
compiledPattern - Variable in class org.securityfilter.filter.URLPattern
 
compiler - Variable in class org.securityfilter.filter.URLPatternFactory
 
config - Variable in class org.securityfilter.filter.SecurityFilter
 
CONFIG_FILE_KEY - Static variable in class org.securityfilter.filter.SecurityFilter
 
constraint - Variable in class org.securityfilter.filter.URLPattern
 
convertedPattern - Variable in class org.securityfilter.filter.URLPattern
 
COOKIE_NAME - Static variable in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
 
COOKIE_PASSWORD - Static variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
COOKIE_REMEMBERME - Static variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
COOKIE_USERNAME - Static variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
COOKIE_VALIDATION - Static variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
CookieAuthenticator - Class in org.securityfilter.authenticator
The authenticator implemented for the configuration "COOKIE_WITH_ID".
CookieAuthenticator() - Constructor for class org.securityfilter.authenticator.CookieAuthenticator
 
cookieExpire - Variable in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
Aantal seconden dat het auth token cookie geldig is
cookieLife - Variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
cookiePaths - Variable in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
Paden waarvoor cookies moeten worden gezet.
createAuthenticator(FilterConfig, SecurityConfig) - Static method in class org.securityfilter.authenticator.AuthenticatorFactory
Create an Authenticator based on the specified configuration information.
createURLPattern(String, SecurityConstraint, WebResourceCollection, int) - Method in class org.securityfilter.filter.URLPatternFactory
Create a URLPattern instance.
createURLPatternMatcher() - Method in class org.securityfilter.filter.URLPatternFactory
Create a URLPatternMatcher object that is compatible with the URLPattern objects created by this Facotry class.

D

DEFAULT_CONFIG_FILE - Static variable in class org.securityfilter.filter.SecurityFilter
 
DEFAULT_LOGIN_SUBMIT_PATTERN - Static variable in class org.securityfilter.authenticator.FormAuthenticator
 
DEFAULT_TYPE - Static variable in class org.securityfilter.filter.URLPattern
Pattern type for EXTENSION_TYPE mappings.
defaultPage - Variable in class org.securityfilter.authenticator.FormAuthenticator
 
DefaultPersistentLoginManager - Class in org.securityfilter.authenticator.persistent
DefaultPersistentLoginManager manages the saving and retrieving of the persistant logins for the "remember me" functionality.
DefaultPersistentLoginManager() - Constructor for class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
The constructor method initializes the cipherParameters variable in case the implementation intends to use encryption to secure user names and passwords
destroy() - Method in class org.securityfilter.filter.SecurityFilter
Destroy the filter, releasing resources.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.securityfilter.filter.SecurityFilter
Perform filtering operation, and optionally pass the request down the chain.

E

encryptionAlgorithm - Static variable in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
 
encryptionAlgorithm - Variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
encryptionKey - Variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
encryptionMode - Variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
encryptionPadding - Variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
equals(Object) - Method in class org.securityfilter.filter.URLPattern
Test if this pattern is equivalent to another pattern.
equals(Object) - Method in class org.securityfilter.realm.SimplePrincipal
Compares this principal to the specified object.
errorPage - Variable in class org.securityfilter.authenticator.CookieAuthenticator
 
errorPage - Variable in class org.securityfilter.authenticator.FormAuthenticator
 
errorPagePattern - Variable in class org.securityfilter.authenticator.CookieAuthenticator
 
errorPagePattern - Variable in class org.securityfilter.authenticator.FormAuthenticator
 
EXACT_TYPE - Static variable in class org.securityfilter.filter.URLPattern
Pattern type for patterns that do not meet the specifications for the other pattern types.
ExtendedFormAuthenticator - Class in org.securityfilter.authenticator
In addition to the standard form login, this ExtendedFormAuthenticator puts into the HTTP session username (under the key j_username) and the exception (under the key j_exception), when the login fails.
ExtendedFormAuthenticator() - Constructor for class org.securityfilter.authenticator.ExtendedFormAuthenticator
 
EXTENSION_TYPE - Static variable in class org.securityfilter.filter.URLPattern
Pattern type for EXTENSION_TYPE mappings.
ExternalAuthenticatedRealm - Interface in org.securityfilter.realm
 
extraHashString - Variable in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
String die wordt toegevoegd aan het cookie voor het hashen, dit om de geldigheid van de gedecypte waardes te controleren.

F

FlexibleRealmInterface - Interface in org.securityfilter.realm
SecurityRealmInterface - realm interface for SecurityFilter.
forgetLogin(HttpServletRequest, HttpServletResponse) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Forget a login
forgetLogin(HttpServletRequest, HttpServletResponse) - Method in interface org.securityfilter.authenticator.persistent.PersistentLoginManagerInterface
Forget a login
FORM_PASSWORD - Static variable in class org.securityfilter.authenticator.FormAuthenticator
 
FORM_REMEMBERME - Static variable in class org.securityfilter.authenticator.FormAuthenticator
 
FORM_USERNAME - Static variable in class org.securityfilter.authenticator.FormAuthenticator
 
FormAuthenticator - Class in org.securityfilter.authenticator
FormAuthenticator - authenticator implementation for the FORM auth method.
FormAuthenticator() - Constructor for class org.securityfilter.authenticator.FormAuthenticator
 
FormDomainCookieTokenAuthenticator - Class in org.securityfilter.authenticator
Idem als FormAuthenticator, maar zet na de login een cookie voor andere webapps op hetzelfde domein met login info.
FormDomainCookieTokenAuthenticator() - Constructor for class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
 

G

getAuthConstraint() - Method in class org.securityfilter.config.SecurityConstraint
Get the AuthConstraint.
getAuthenticatedPrincipal(String, String) - Method in interface org.securityfilter.realm.ExternalAuthenticatedRealm
Get user that has been authenticated by external means (auth token cookie, single sign on)
getAuthMethod() - Method in interface org.securityfilter.authenticator.Authenticator
Get the auth method string for this authentication scheme.
getAuthMethod() - Method in class org.securityfilter.authenticator.BasicAuthenticator
Returns BASIC as the authentication method.
getAuthMethod() - Method in class org.securityfilter.authenticator.CookieAuthenticator
 
getAuthMethod() - Method in class org.securityfilter.authenticator.ExtendedFormAuthenticator
 
getAuthMethod() - Method in class org.securityfilter.authenticator.FormAuthenticator
Returns FORM as the authentication method.
getAuthMethod() - Method in class org.securityfilter.config.SecurityConfig
Get the authentication method being used to challenge the user.
getAuthType() - Method in class org.securityfilter.filter.SecurityRequestWrapper
Returns the auth type (e.g.
getCompiledPattern() - Method in class org.securityfilter.filter.URLPattern
Get the compiled version of this pattern.
getContinueToURL(HttpServletRequest) - Method in class org.securityfilter.authenticator.FormAuthenticator
FormAuthenticator has a special case where the user should be sent to a default page if the user spontaneously submits a login request.
getContinueToURL(HttpServletRequest) - Static method in class org.securityfilter.filter.SecurityFilter
Get the URL to continue to after successful login.
getCookieExpire() - Method in class org.securityfilter.config.SecurityConfig
Return the amount of seconds the authentication token cookie should remain valid after logging in (in seconds).
getCookiePaths() - Method in class org.securityfilter.config.SecurityConfig
Return the paths for which authentication token cookies should be set.
getCurrentRequest() - Method in class org.securityfilter.filter.SecurityRequestWrapper
Get the original HttpServletRequest object.
getDefaultPage() - Method in class org.securityfilter.config.SecurityConfig
Return the default page URL.
getErrorPage() - Method in class org.securityfilter.config.SecurityConfig
Return the error page URL.
getExtraHashString() - Method in class org.securityfilter.config.SecurityConfig
Return the extra hash string for adding salt to the validation hash
getFilterConfig() - Method in class org.securityfilter.filter.SecurityFilter
Get the filter config object, included for WebLogic 6 compatibility.
getHttpMethods() - Method in class org.securityfilter.config.WebResourceCollection
Get a collection of http methods for this WebResourceCollection.
getInputStream() - Method in class org.securityfilter.filter.SecurityRequestWrapper
This method is provided to restore functionality of this method in case the wrapper class we are extending has disabled it.
getLoginPage() - Method in class org.securityfilter.config.SecurityConfig
Return the login page URL.
getLogoutPage() - Method in class org.securityfilter.config.SecurityConfig
Return the logout page URL.
getMatchableURL() - Method in class org.securityfilter.filter.SecurityRequestWrapper
Get a URL that can be matched against security URL patterns.
getMethod() - Method in class org.securityfilter.filter.SavedRequest
Get the HTTP method
getMethod() - Method in class org.securityfilter.filter.SecurityRequestWrapper
Returns the HTTP method used to make this request.
getName() - Method in class org.securityfilter.realm.SimplePrincipal
Returns the name of this principal.
getOrder() - Method in class org.securityfilter.filter.URLPattern
Get the order value for this pattern (the order in which it appeared in the config file).
getParameter(String) - Method in class org.securityfilter.filter.SecurityRequestWrapper
Get a parameter value by name.
getParameterMap() - Method in class org.securityfilter.filter.SavedRequest
Get a map of parameters (names & values)
getParameterMap() - Method in class org.securityfilter.filter.SecurityRequestWrapper
Get a map of parameter values for this request.
getParameterNames() - Method in class org.securityfilter.filter.SecurityRequestWrapper
Get an enumeration of paramaeter names for this request.
getParameterValues(String) - Method in class org.securityfilter.filter.SecurityRequestWrapper
Get an array of values for a parameter.
getPathLength() - Method in class org.securityfilter.filter.URLPattern
Get the path length of the pattern.
getPattern() - Method in class org.securityfilter.filter.URLPattern
Get the url pattern to match.
getPatternType() - Method in class org.securityfilter.filter.URLPattern
Get the pattern type.
getPersistentLoginManager() - Method in class org.securityfilter.config.SecurityConfig
Return the StickyLoginManager used for this implementation
getRealm() - Method in class org.securityfilter.config.SecurityConfig
Return the realm to use for authentication.
getRealmName() - Method in class org.securityfilter.config.SecurityConfig
Get the authentication realm name.
getRememberedPassword(HttpServletRequest, HttpServletResponse) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Get remembered password
getRememberedPassword(HttpServletRequest, HttpServletResponse) - Method in interface org.securityfilter.authenticator.persistent.PersistentLoginManagerInterface
Get remembered password
getRememberedUsername(HttpServletRequest, HttpServletResponse) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Get remembered username
getRememberedUsername(HttpServletRequest, HttpServletResponse) - Method in interface org.securityfilter.authenticator.persistent.PersistentLoginManagerInterface
Get remembered username
getRemoteUser() - Method in class org.securityfilter.filter.SecurityRequestWrapper
Get the remote user's login name
getRoles() - Method in class org.securityfilter.config.AuthConstraint
Get the roles collection.
getSavedRequest(HttpServletRequest) - Method in class org.securityfilter.filter.SecurityFilter
If this request matches the one we saved, return the SavedRequest and remove it from the session.
getSecretKey() - Method in class org.securityfilter.config.SecurityConfig
Return the secret key for encrypting the authentication token cookie.
getSecurityConstraint() - Method in class org.securityfilter.filter.URLPattern
Get the SecurityConstraint object associated with this pattern.
getSecurityConstraints() - Method in class org.securityfilter.config.SecurityConfig
Return the configured SecurityConstraints.
getURLPatterns() - Method in class org.securityfilter.config.WebResourceCollection
Get a list of url patterns in the order they were added to this WebResourceCollection.
getUserPrincipal() - Method in class org.securityfilter.filter.SecurityRequestWrapper
Get a Principal object for the current user.
getWebResourceCollection() - Method in class org.securityfilter.filter.URLPattern
Get the WebResourceCollection associated with this pattern.
getWebResourceCollections() - Method in class org.securityfilter.config.SecurityConstraint
Get the WebResourceCollections for this SecurityConstraint.

H

hashCode() - Method in class org.securityfilter.realm.SimplePrincipal
Returns a hashcode for this principal.

I

init(FilterConfig, SecurityConfig) - Method in interface org.securityfilter.authenticator.Authenticator
Initialize this Authenticator.
init(FilterConfig, SecurityConfig) - Method in class org.securityfilter.authenticator.BasicAuthenticator
Initialize this Authenticator.
init(FilterConfig, SecurityConfig) - Method in class org.securityfilter.authenticator.CookieAuthenticator
Initialises the parameters needed for this authenticator
init(FilterConfig, SecurityConfig) - Method in class org.securityfilter.authenticator.FormAuthenticator
Initilize this Authenticator.
init(FilterConfig, SecurityConfig) - Method in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
 
init(FilterConfig) - Method in class org.securityfilter.filter.SecurityFilter
Initialize the SecurityFilter.
initCompiledPattern(PatternCompiler) - Method in class org.securityfilter.filter.URLPattern
Initialize the compiledPattern protected member.
initConvertedPattern() - Method in class org.securityfilter.filter.URLPattern
Initialize the convertedPattern protected member.
initPathLength() - Method in class org.securityfilter.filter.URLPattern
Initialize the pathLength protected member.
initPatternType() - Method in class org.securityfilter.filter.URLPattern
Initialize the patternType protected member.
isAcceptCookie() - Method in class org.securityfilter.config.SecurityConfig
 
isSetCookies() - Method in class org.securityfilter.config.SecurityConfig
 
isUserInRole(String) - Method in class org.securityfilter.filter.SecurityRequestWrapper
Check if a user is in a role.
isUserInRole(Principal, String) - Method in interface org.securityfilter.realm.SecurityRealmInterface
Test for role membership.
isUserInRole(String, String) - Method in class org.securityfilter.realm.SimpleSecurityRealmBase
Test for role membership.
isUserInRole(Principal, String) - Method in class org.securityfilter.realm.SimpleSecurityRealmBase
Test for role membership.

L

loadConfig(URL) - Method in class org.securityfilter.config.SecurityConfig
Loads configuration from the specifued configURL.
LOGIN_ATTEMPTS - Static variable in class org.securityfilter.authenticator.BasicAuthenticator
 
LOGIN_FAILED_MESSAGE - Static variable in class org.securityfilter.authenticator.BasicAuthenticator
 
LOGIN_SUBMIT_PATTERN_KEY - Static variable in class org.securityfilter.authenticator.FormAuthenticator
 
loginPage - Variable in class org.securityfilter.authenticator.CookieAuthenticator
 
loginPage - Variable in class org.securityfilter.authenticator.FormAuthenticator
 
loginPagePattern - Variable in class org.securityfilter.authenticator.CookieAuthenticator
 
loginPagePattern - Variable in class org.securityfilter.authenticator.FormAuthenticator
 
loginSubmitPattern - Variable in class org.securityfilter.authenticator.FormAuthenticator
 
logoutPagePattern - Variable in class org.securityfilter.authenticator.CookieAuthenticator
 
logoutPagePattern - Variable in class org.securityfilter.authenticator.FormAuthenticator
 

M

match(String, URLPattern) - Method in class org.securityfilter.filter.URLPatternMatcher
Test to see if a string pattern matches a URLPattern.
match(String, String, URLPattern) - Method in class org.securityfilter.filter.URLPatternMatcher
Test to see if a string pattern and HTTP method matches a URLPattern.
matchesLogoutPattern(String, URLPatternMatcher) - Method in class org.securityfilter.authenticator.FormAuthenticator
Returns true if the logout pattern is not null and the request URL string passed in matches it.
matchPattern(String, String, URLPatternMatcher) - Method in class org.securityfilter.filter.SecurityFilter
Find a match for the requested pattern & method, if any.
MAX_ATTEMPTS - Static variable in class org.securityfilter.authenticator.BasicAuthenticator
 

N

NoResponseServlet - Class in org.securityfilter.servlet
This servlet does nothing.
NoResponseServlet() - Constructor for class org.securityfilter.servlet.NoResponseServlet
 

O

order - Variable in class org.securityfilter.filter.URLPattern
 
org.securityfilter.authenticator - package org.securityfilter.authenticator
 
org.securityfilter.authenticator.persistent - package org.securityfilter.authenticator.persistent
 
org.securityfilter.config - package org.securityfilter.config
 
org.securityfilter.filter - package org.securityfilter.filter
 
org.securityfilter.realm - package org.securityfilter.realm
 
org.securityfilter.servlet - package org.securityfilter.servlet
 

P

PATH_TYPE - Static variable in class org.securityfilter.filter.URLPattern
Pattern type for PATH_TYPE mappings.
pathLength - Variable in class org.securityfilter.filter.URLPattern
 
pattern - Variable in class org.securityfilter.filter.URLPattern
 
patternFactory - Variable in class org.securityfilter.filter.SecurityFilter
 
patternList - Variable in class org.securityfilter.filter.SecurityFilter
 
patternType - Variable in class org.securityfilter.filter.URLPattern
 
persistentLoginManager - Variable in class org.securityfilter.authenticator.FormAuthenticator
 
PersistentLoginManagerInterface - Interface in org.securityfilter.authenticator.persistent
PersistentLoginManagerInterface - Interface for the "remember me" implementation class.
PRINCIPAL_SESSION_KEY - Static variable in class org.securityfilter.filter.SecurityRequestWrapper
 
processLogin(SecurityRequestWrapper, HttpServletResponse) - Method in interface org.securityfilter.authenticator.Authenticator
Process any login information that was included in the request, if any.
processLogin(SecurityRequestWrapper, HttpServletResponse) - Method in class org.securityfilter.authenticator.BasicAuthenticator
Process any login information that was included in the request, if any.
processLogin(SecurityRequestWrapper, HttpServletResponse) - Method in class org.securityfilter.authenticator.CookieAuthenticator
Process the login information stored in the cookie, named "AuthInfo".
processLogin(SecurityRequestWrapper, HttpServletResponse) - Method in class org.securityfilter.authenticator.ExtendedFormAuthenticator
 
processLogin(SecurityRequestWrapper, HttpServletResponse) - Method in class org.securityfilter.authenticator.FormAuthenticator
Process any login information that was included in the request, if any.
processLogin(SecurityRequestWrapper, HttpServletResponse) - Method in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
 
processLogout(SecurityRequestWrapper, HttpServletResponse, URLPatternMatcher) - Method in interface org.securityfilter.authenticator.Authenticator
Return true if this is a logout request.
processLogout(SecurityRequestWrapper, HttpServletResponse, URLPatternMatcher) - Method in class org.securityfilter.authenticator.BasicAuthenticator
Return true if this is a logout request.
processLogout(SecurityRequestWrapper, HttpServletResponse, URLPatternMatcher) - Method in class org.securityfilter.authenticator.CookieAuthenticator
 
processLogout(SecurityRequestWrapper, HttpServletResponse, URLPatternMatcher) - Method in class org.securityfilter.authenticator.ExtendedFormAuthenticator
 
processLogout(SecurityRequestWrapper, HttpServletResponse, URLPatternMatcher) - Method in class org.securityfilter.authenticator.FormAuthenticator
Return true if this is a logout request.
processLogout(SecurityRequestWrapper, HttpServletResponse, URLPatternMatcher) - Method in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
 
protection - Variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
PROTECTION_ALL - Static variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
PROTECTION_ENCRYPTION - Static variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
PROTECTION_NONE - Static variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
PROTECTION_VALIDATION - Static variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 

R

realm - Variable in class org.securityfilter.authenticator.BasicAuthenticator
 
realm - Variable in class org.securityfilter.authenticator.CookieAuthenticator
 
realm - Variable in class org.securityfilter.authenticator.FormAuthenticator
 
realm - Variable in class org.securityfilter.filter.SecurityFilter
 
realmName - Variable in class org.securityfilter.authenticator.BasicAuthenticator
 
realmName - Variable in class org.securityfilter.authenticator.CookieAuthenticator
 
registerLocalDTDs(Digester) - Method in class org.securityfilter.config.SecurityConfig
Register local copies of the SecurityFilter DTD files.
rememberingLogin(HttpServletRequest) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Ask "Are we remembering logins"
rememberingLogin(HttpServletRequest) - Method in interface org.securityfilter.authenticator.persistent.PersistentLoginManagerInterface
Ask "Are we remembering logins"
rememberLogin(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Remember a specific login
rememberLogin(HttpServletRequest, HttpServletResponse, String, String) - Method in interface org.securityfilter.authenticator.persistent.PersistentLoginManagerInterface
Remember a specific login
resourceCollection - Variable in class org.securityfilter.filter.URLPattern
 

S

SAVED_REQUEST - Static variable in class org.securityfilter.filter.SecurityFilter
 
SAVED_REQUEST_URL - Static variable in class org.securityfilter.filter.SecurityFilter
 
SavedRequest - Class in org.securityfilter.filter
SavedRequest represents a request that initiated an authorization sequence.
SavedRequest(HttpServletRequest) - Constructor for class org.securityfilter.filter.SavedRequest
Constructor
saveRequestInformation(HttpServletRequest) - Static method in class org.securityfilter.filter.SecurityFilter
Save request information to re-use when the user is successfully authenticated.
secretKey - Variable in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
Key waarmee het cookie wordt encrypt/decrypt.
secretKey - Variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
SecurityConfig - Class in org.securityfilter.config
SecurityConfig gathers information from the security-config.xml file to be used by the filter.
SecurityConfig(boolean) - Constructor for class org.securityfilter.config.SecurityConfig
Constructor that takes the validating flag and debug level to be used while parsing.
SecurityConstraint - Class in org.securityfilter.config
SecurityConstraint
SecurityConstraint() - Constructor for class org.securityfilter.config.SecurityConstraint
Constructor
SecurityFilter - Class in org.securityfilter.filter
SecurityFilter provides authentication and authorization services.
SecurityFilter() - Constructor for class org.securityfilter.filter.SecurityFilter
 
SecurityRealmInterface - Interface in org.securityfilter.realm
SecurityRealmInterface - realm interface for SecurityFilter.
SecurityRequestWrapper - Class in org.securityfilter.filter
SecurityRequestWrapper
SecurityRequestWrapper(HttpServletRequest, SavedRequest, SecurityRealmInterface, String) - Constructor for class org.securityfilter.filter.SecurityRequestWrapper
Construct a new SecurityRequestWrapper.
setAcceptCookie(String) - Method in class org.securityfilter.config.SecurityConfig
 
setAuthConstraint(AuthConstraint) - Method in class org.securityfilter.config.SecurityConstraint
Set the AuthConstraint.
setAuthMethod(String) - Method in class org.securityfilter.config.SecurityConfig
Set the authentication method being used to challenge the user.
setCookieExpire(String) - Method in class org.securityfilter.config.SecurityConfig
Set cookie validity duration in seconds.
setCookieLife(String) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Set Cookie Life
setCookiePaths(String) - Method in class org.securityfilter.config.SecurityConfig
Set cookie paths.
setCookies - Variable in class org.securityfilter.authenticator.FormDomainCookieTokenAuthenticator
Of na inloggen cookies moeten worden gemaakt.
setDefaultPage(String) - Method in class org.securityfilter.config.SecurityConfig
Set the default page URL.
setEncryptionAlgorithm(String) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Set the Encryption Algorithm used to encrypt and decrypt cookies
setEncryptionKey(String) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Set the Encryptin Key used to create a secret key, the secret key is passed to the Cipher object to be used during encryption and decryption of cookie values.
setEncryptionMode(String) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Set the Encryption Mode used to encrypt and decrypt cookies
setEncryptionPadding(String) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Set the Encryption Padding used to encrypt and decrypt cookies
setErrorPage(String) - Method in class org.securityfilter.config.SecurityConfig
Set the error page URL.
setExtraHashString(String) - Method in class org.securityfilter.config.SecurityConfig
Set extra hash string
setFilterConfig(FilterConfig) - Method in class org.securityfilter.filter.SecurityFilter
Set the filter configuration, included for WebLogic 6 compatibility.
setLoginPage(String) - Method in class org.securityfilter.config.SecurityConfig
Set the login page URL.
setLogoutPage(String) - Method in class org.securityfilter.config.SecurityConfig
Set the logout page URL.
setPersistentLoginManager(PersistentLoginManagerInterface) - Method in class org.securityfilter.config.SecurityConfig
Set the PersistentLoginManager to be used for persisting logins.
setProtection(String) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Set protection level for the "Remember Me" functionality
setRealmName(String) - Method in class org.securityfilter.config.SecurityConfig
Set the authentication realm name.
setRequest(ServletRequest) - Method in class org.securityfilter.filter.SecurityRequestWrapper
Set the request that is to be wrapped.
setSecretKey(String) - Method in class org.securityfilter.config.SecurityConfig
Set secret key.
setSetCookies(String) - Method in class org.securityfilter.config.SecurityConfig
 
setUseIP(String) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Set the UseIP variable used to determine if the client's IP address should be included in the hash calculation when using validation
setUserPrincipal(Principal) - Method in class org.securityfilter.filter.SecurityRequestWrapper
Set the username of the current user.
setValidationKey(String) - Method in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
Set the Validation Key used to generate hash value, the hash value is stored with the cookie and used to verify that the cookie has not been tampered with
showLogin(HttpServletRequest, HttpServletResponse) - Method in interface org.securityfilter.authenticator.Authenticator
Show the login interface.
showLogin(HttpServletRequest, HttpServletResponse) - Method in class org.securityfilter.authenticator.BasicAuthenticator
Show the login page.
showLogin(HttpServletRequest, HttpServletResponse) - Method in class org.securityfilter.authenticator.CookieAuthenticator
Redirects to the login page.
showLogin(HttpServletRequest, HttpServletResponse) - Method in class org.securityfilter.authenticator.FormAuthenticator
Show the login page.
SimplePrincipal - Class in org.securityfilter.realm
SimplePrincipal - a simple, serializable Principal.
SimplePrincipal(String) - Constructor for class org.securityfilter.realm.SimplePrincipal
Constructor
SimpleSecurityRealmBase - Class in org.securityfilter.realm
Security realm base class.
SimpleSecurityRealmBase() - Constructor for class org.securityfilter.realm.SimpleSecurityRealmBase
 
stripQueryString(String) - Method in class org.securityfilter.authenticator.FormAuthenticator
Utility method to strip the query string from a uri.

T

toString() - Method in class org.securityfilter.realm.SimplePrincipal
Returns a string representation of this principal.
TRUE - Static variable in class org.securityfilter.filter.SecurityFilter
 

U

URLPattern - Class in org.securityfilter.filter
URLPattern - Contains matchable URL pattern and the associated SecurityConstraint and WebResourceCollection objects for the pattern.
URLPattern(String, SecurityConstraint, WebResourceCollection, int, PatternCompiler) - Constructor for class org.securityfilter.filter.URLPattern
Construct a new URLPattern object.
URLPatternFactory - Class in org.securityfilter.filter
URLPatternFactory creates URLPattern instances.
URLPatternFactory() - Constructor for class org.securityfilter.filter.URLPatternFactory
Constructor
URLPatternMatcher - Class in org.securityfilter.filter
URLPatternMatcher - A non-thread safe object to be used to match a request pattern with URLPattern objects.
URLPatternMatcher() - Constructor for class org.securityfilter.filter.URLPatternMatcher
Constructor
useIP - Variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 

V

VALIDATE_KEY - Static variable in class org.securityfilter.filter.SecurityFilter
 
validationKey - Variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
valueAfterMD5 - Variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 
valueBeforeMD5 - Variable in class org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager
 

W

WebResourceCollection - Class in org.securityfilter.config
WebResourceCollection represents a web-resource-collection from the security config file.
WebResourceCollection() - Constructor for class org.securityfilter.config.WebResourceCollection
Constructor
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2020 B3Partners B.V.. All rights reserved.