fedora.server.security.servletfilters
Interface ExtendedHttpServletRequest
- All Superinterfaces:
- javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest
- All Known Implementing Classes:
- ExtendedHttpServletRequestWrapper
public interface ExtendedHttpServletRequest
- extends javax.servlet.http.HttpServletRequest
- Author:
- Bill Niebel (niebel@virginia.edu)
| Fields inherited from interface javax.servlet.http.HttpServletRequest |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
| Methods inherited from interface javax.servlet.http.HttpServletRequest |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole |
| Methods inherited from interface javax.servlet.ServletRequest |
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding |
SUCCEEDED
static final java.lang.String SUCCEEDED
- See Also:
- Constant Field Values
FAILED
static final java.lang.String FAILED
- See Also:
- Constant Field Values
IMMUTABLE_NULL_SET
static final ImmutableHashSet IMMUTABLE_NULL_SET
audit
void audit()
lockWrapper
void lockWrapper()
throws java.lang.Exception
- Throws:
java.lang.Exception
setSponsoredUser
void setSponsoredUser()
throws java.lang.Exception
- Throws:
java.lang.Exception
lockSponsoredUser
void lockSponsoredUser()
throws java.lang.Exception
- Throws:
java.lang.Exception
setAuthenticated
void setAuthenticated(java.security.Principal userPrincipal,
java.lang.String authority)
throws java.lang.Exception
- Throws:
java.lang.Exception
isUserSponsored
boolean isUserSponsored()
isAuthenticated
boolean isAuthenticated()
getAttributeValues
java.util.Set getAttributeValues(java.lang.String key)
throws AuthzOperationalException
- Throws:
AuthzOperationalException
hasAttributeValues
boolean hasAttributeValues(java.lang.String key)
throws AuthzOperationalException
- Throws:
AuthzOperationalException
isAttributeDefined
boolean isAttributeDefined(java.lang.String key)
throws AuthzOperationalException
- Throws:
AuthzOperationalException
addAttributes
void addAttributes(java.lang.String authority,
java.util.Map attributes)
throws java.lang.Exception
- Throws:
java.lang.Exception
getUser
java.lang.String getUser()
throws java.lang.Exception
- Throws:
java.lang.Exception
getPassword
java.lang.String getPassword()
throws java.lang.Exception
- Throws:
java.lang.Exception
getAllAttributes
java.util.Map getAllAttributes()
throws java.lang.Exception
- Throws:
java.lang.Exception
getAuthority
java.lang.String getAuthority()
getFromHeader
java.lang.String getFromHeader()