|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.web.core.HTTPContext
public class HTTPContext
Protocol Context based on HTTP
Field Summary | |
---|---|
protected javax.servlet.http.HttpServletRequest |
request
|
protected javax.servlet.http.HttpServletResponse |
response
|
protected javax.servlet.ServletContext |
servletContext
|
Constructor Summary | |
---|---|
HTTPContext(javax.servlet.http.HttpServletRequest httpReq,
javax.servlet.http.HttpServletResponse httpResp,
javax.servlet.ServletContext sctx)
|
Method Summary | |
---|---|
String |
family()
What family the context belongs to.. |
QName |
getQName()
Return the QName of the token |
javax.servlet.http.HttpServletRequest |
getRequest()
|
javax.servlet.http.HttpServletResponse |
getResponse()
|
javax.servlet.ServletContext |
getServletContext()
|
String |
serviceName()
An optional service name |
HTTPContext |
setRequest(javax.servlet.http.HttpServletRequest req)
|
HTTPContext |
setResponse(javax.servlet.http.HttpServletResponse resp)
|
HTTPContext |
setServletContext(javax.servlet.ServletContext sctx)
|
String |
tokenType()
A String that represents the token type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.servlet.http.HttpServletRequest request
protected javax.servlet.http.HttpServletResponse response
protected javax.servlet.ServletContext servletContext
Constructor Detail |
---|
public HTTPContext(javax.servlet.http.HttpServletRequest httpReq, javax.servlet.http.HttpServletResponse httpResp, javax.servlet.ServletContext sctx)
Method Detail |
---|
public javax.servlet.http.HttpServletRequest getRequest()
public javax.servlet.http.HttpServletResponse getResponse()
public javax.servlet.ServletContext getServletContext()
public HTTPContext setRequest(javax.servlet.http.HttpServletRequest req)
public HTTPContext setResponse(javax.servlet.http.HttpServletResponse resp)
public HTTPContext setServletContext(javax.servlet.ServletContext sctx)
public String serviceName()
ProtocolContext
serviceName
in interface ProtocolContext
ProtocolContext.serviceName()
public String tokenType()
ProtocolContext
tokenType
in interface ProtocolContext
ProtocolContext.tokenType()
public QName getQName()
ProtocolContext
getQName
in interface ProtocolContext
public String family()
ProtocolContext
family
in interface ProtocolContext
ProtocolContext.family()
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |