A D H I L P R U 

A

ApimanCorsFilter - Class in io.apiman.common.servlet
A simple CORS filter for apiman.
ApimanCorsFilter() - Constructor for class io.apiman.common.servlet.ApimanCorsFilter
Constructor.
AuthenticationFilter - Class in io.apiman.common.servlet
A simple implementation of an authentication filter - uses the APIMan AuthToken concept to implement the equivalent of bearer token authentication.
AuthenticationFilter() - Constructor for class io.apiman.common.servlet.AuthenticationFilter
Constructor.
AuthenticationFilter.Creds - Class in io.apiman.common.servlet
Models inbound basic auth credentials (user/password).
AuthenticationFilter.Creds(String, String) - Constructor for class io.apiman.common.servlet.AuthenticationFilter.Creds
Constructor.

D

defaultAllowedIssuers() - Method in class io.apiman.common.servlet.AuthenticationFilter
 
defaultKeyAlias() - Method in class io.apiman.common.servlet.AuthenticationFilter
 
defaultKeyPassword() - Method in class io.apiman.common.servlet.AuthenticationFilter
 
defaultKeystorePassword() - Method in class io.apiman.common.servlet.AuthenticationFilter
 
defaultKeystorePath() - Method in class io.apiman.common.servlet.AuthenticationFilter
 
defaultRealm() - Method in class io.apiman.common.servlet.AuthenticationFilter
 
defaultSignatureRequired() - Method in class io.apiman.common.servlet.AuthenticationFilter
 
defaultWrapRequest() - Method in class io.apiman.common.servlet.AuthenticationFilter
 
destroy() - Method in class io.apiman.common.servlet.ApimanCorsFilter
 
destroy() - Method in class io.apiman.common.servlet.AuthenticationFilter
 
destroy() - Method in class io.apiman.common.servlet.DisableCachingFilter
 
destroy() - Method in class io.apiman.common.servlet.LocaleFilter
 
destroy() - Method in class io.apiman.common.servlet.ResourceCacheControlFilter
 
DisableCachingFilter - Class in io.apiman.common.servlet
Filter to disable all caching.
DisableCachingFilter() - Constructor for class io.apiman.common.servlet.DisableCachingFilter
C'tor
doBasicAuth(AuthenticationFilter.Creds, HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.apiman.common.servlet.AuthenticationFilter
Handle BASIC authentication.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.apiman.common.servlet.ApimanCorsFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.apiman.common.servlet.AuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.apiman.common.servlet.DisableCachingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.apiman.common.servlet.LocaleFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.apiman.common.servlet.ResourceCacheControlFilter
 
doFilterChain(ServletRequest, ServletResponse, FilterChain, AuthPrincipal) - Method in class io.apiman.common.servlet.AuthenticationFilter
Further process the filter chain.
doTokenAuth(AuthToken, HttpServletRequest, HttpServletResponse, FilterChain) - Method in class io.apiman.common.servlet.AuthenticationFilter
Implements token based authentication.

H

hasOriginHeader(HttpServletRequest) - Method in class io.apiman.common.servlet.ApimanCorsFilter
Returns true if the Origin request header is present.

I

init(FilterConfig) - Method in class io.apiman.common.servlet.ApimanCorsFilter
 
init(FilterConfig) - Method in class io.apiman.common.servlet.AuthenticationFilter
 
init(FilterConfig) - Method in class io.apiman.common.servlet.DisableCachingFilter
 
init(FilterConfig) - Method in class io.apiman.common.servlet.LocaleFilter
 
init(FilterConfig) - Method in class io.apiman.common.servlet.ResourceCacheControlFilter
 
io.apiman.common.servlet - package io.apiman.common.servlet
 
isOptionsMethod(HttpServletRequest) - Method in class io.apiman.common.servlet.ApimanCorsFilter
Returns true if it's an OPTIONS http request.
isPreflightRequest(HttpServletRequest) - Method in class io.apiman.common.servlet.ApimanCorsFilter
Determines whether the request is a CORS preflight request.

L

LocaleFilter - Class in io.apiman.common.servlet
A simple servlet filter that sets the user's locale on the i18n messages framework so that messages logged are in the correct locale.
LocaleFilter() - Constructor for class io.apiman.common.servlet.LocaleFilter
Constructor.

P

password - Variable in class io.apiman.common.servlet.AuthenticationFilter.Creds
 

R

ResourceCacheControlFilter - Class in io.apiman.common.servlet
Filter to add cache control headers for resources such as CSS and images.
ResourceCacheControlFilter() - Constructor for class io.apiman.common.servlet.ResourceCacheControlFilter
C'tor

U

username - Variable in class io.apiman.common.servlet.AuthenticationFilter.Creds
 
A D H I L P R U 

Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.