Package org.silverpeas.core.web.rs
Class HTTPAuthentication.AuthenticationContext
- java.lang.Object
-
- org.silverpeas.core.web.rs.HTTPAuthentication.AuthenticationContext
-
- Enclosing class:
- HTTPAuthentication
public static class HTTPAuthentication.AuthenticationContext extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationScheme
getAuthenticationScheme()
javax.servlet.http.HttpServletRequest
getHttpServletRequest()
javax.servlet.http.HttpServletResponse
getHttpServletResponse()
String
getUserCredentials()
void
setAuthenticationScheme(AuthenticationScheme scheme)
void
setUserCredentials(String credentials)
-
-
-
Method Detail
-
getUserCredentials
public String getUserCredentials()
-
setUserCredentials
public void setUserCredentials(String credentials)
-
getAuthenticationScheme
public AuthenticationScheme getAuthenticationScheme()
-
setAuthenticationScheme
public void setAuthenticationScheme(AuthenticationScheme scheme)
-
getHttpServletResponse
public javax.servlet.http.HttpServletResponse getHttpServletResponse()
-
getHttpServletRequest
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
-
-