|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtendedHttpServletRequest
| Field Summary | |
|---|---|
static String |
FAILED
|
static ImmutableHashSet |
IMMUTABLE_NULL_SET
|
static String |
SUCCEEDED
|
| Fields inherited from interface javax.servlet.http.HttpServletRequest |
|---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
| Method Summary | |
|---|---|
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()
|
| 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 |
| Field Detail |
|---|
static final String SUCCEEDED
static final String FAILED
static final ImmutableHashSet IMMUTABLE_NULL_SET
| Method Detail |
|---|
void audit()
void lockWrapper()
throws Exception
Exception
void setSponsoredUser()
throws Exception
Exception
void lockSponsoredUser()
throws Exception
Exception
void setAuthenticated(Principal userPrincipal,
String authority)
throws Exception
Exceptionboolean isUserSponsored()
boolean isAuthenticated()
Set getAttributeValues(String key)
throws AuthzOperationalException
AuthzOperationalException
boolean hasAttributeValues(String key)
throws AuthzOperationalException
AuthzOperationalException
boolean isAttributeDefined(String key)
throws AuthzOperationalException
AuthzOperationalException
void addAttributes(String authority,
Map attributes)
throws Exception
Exception
String getUser()
throws Exception
Exception
String getPassword()
throws Exception
Exception
Map getAllAttributes()
throws Exception
ExceptionString getAuthority()
String getFromHeader()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||