A D I P U 

A

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.AuthenticationFilter
 
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.AuthenticationFilter
 
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.

I

init(FilterConfig) - Method in class io.apiman.common.servlet.AuthenticationFilter
 
io.apiman.common.servlet - package io.apiman.common.servlet
 

P

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

U

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

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