|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.policyserver.smapi.RequestContext
public class RequestContext
Provides information about the user's access request-- for example, the server or resource portion of the request.
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Retrieves the HTTP action as requested by the user. |
java.lang.String |
getResource()
Retrieves the resource portion of the user's access request. |
java.lang.String |
getServer()
Retrieves the server portion of the user's access request. |
java.lang.String |
getVarsResolved()
Internal use only. |
java.lang.String |
getVarsToBeResolved()
Internal use only. |
void |
setReturnVarsResolved(java.lang.String varsResolved)
Internal use only. |
void |
setReturnVarsToBeResolved(java.lang.String varsToBeResolved)
Internal use only. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getServer()
Retrieves the server portion of the user's access request.
For example, if the user accesses http://www.server.com/index.html,
the server portion is www.server.com.
public java.lang.String getResource()
Retrieves the resource portion of the user's access request.
For example, if the user accesses http://www.server.com/index.html,
the resource portion is /index.html.
public java.lang.String getAction()
Retrieves the HTTP action as requested by the user.
The typical HTTP action when accessing Web resources is GET.
public java.lang.String getVarsToBeResolved()
public java.lang.String getVarsResolved()
public void setReturnVarsToBeResolved(java.lang.String varsToBeResolved)
public void setReturnVarsResolved(java.lang.String varsResolved)
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||