public class BasicAuthentication extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MD5_PREFIX |
static String |
SHA_PREFIX |
| Constructor and Description |
|---|
BasicAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain) |
public static final String MD5_PREFIX
public static final String SHA_PREFIX
public BasicAuthentication()
throws IOException
IOExceptionpublic void doFilter(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2014–2016 Red Hat, Inc.. All rights reserved.