public interface ExtendedHttpServletRequest
extends javax.servlet.http.HttpServletRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
FAILED |
static ImmutableHashSet |
IMMUTABLE_NULL_SET |
static String |
SUCCEEDED |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributes(String authority,
Map attributes) |
void |
audit() |
Map |
getAllAttributes() |
Set |
getAttributeValues(String key) |
String |
getAuthority() |
String |
getFromHeader() |
String |
getPassword() |
String |
getUser() |
boolean |
hasAttributeValues(String key) |
boolean |
isAttributeDefined(String key) |
boolean |
isAuthenticated() |
boolean |
isUserSponsored() |
void |
lockSponsoredUser() |
void |
lockWrapper() |
void |
setAuthenticated(Principal userPrincipal,
String authority) |
void |
setSponsoredUser() |
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRolegetAttribute, 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, setCharacterEncodingstatic final String SUCCEEDED
static final String FAILED
static final ImmutableHashSet IMMUTABLE_NULL_SET
void audit()
void setAuthenticated(Principal userPrincipal, String authority) throws Exception
Exceptionboolean isUserSponsored()
boolean isAuthenticated()
Set getAttributeValues(String key) throws AuthzOperationalException
AuthzOperationalExceptionboolean hasAttributeValues(String key) throws AuthzOperationalException
AuthzOperationalExceptionboolean isAttributeDefined(String key) throws AuthzOperationalException
AuthzOperationalExceptionvoid addAttributes(String authority, Map attributes) throws Exception
ExceptionString getAuthority()
String getFromHeader()
Copyright © 2013 DuraSpace. All Rights Reserved.