|
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.ActiveExpressionContext
public class ActiveExpressionContext
Contains the various context classes passed to the method
invoke()
in the custom authorization class.
| Method Summary | |
|---|---|
APIContext |
getAPIContext()
Retrieves the APIContext portion of this
ActiveExpressionContext. |
RequestContext |
getRequestContext()
Retrieves the RequestContext portion of this
ActiveExpressionContext. |
static java.util.ResourceBundle |
getResourceBundle()
Internal use only. |
SMAPIFactory |
getSMAPIFactory()
Internal use only. |
UserContext |
getUserContext()
Retrieves the UserContext portion of this
ActiveExpressionContext. |
static void |
main(java.lang.String[] args)
Internal use only. |
void |
setErrorText(java.lang.String errorText)
Sets the error text response for this ActiveExpressionContext. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public APIContext getAPIContext()
Retrieves the APIContext portion of this
ActiveExpressionContext.
AppSpecificContext
object. It also provides methods for sending log, trace, and error messages to the
Policy Server.
APIContext object.public UserContext getUserContext()
Retrieves the UserContext portion of this
ActiveExpressionContext.
UserContext object.public RequestContext getRequestContext()
Retrieves the RequestContext portion of this
ActiveExpressionContext.
RequestContext object.public SMAPIFactory getSMAPIFactory()
public void setErrorText(java.lang.String errorText)
Sets the error text response for this ActiveExpressionContext.
Use this method to send an error message to the Policy Server.
The Active Expression returns false when this method is called within the Active Expression.
errorText - The error text.public static java.util.ResourceBundle getResourceBundle()
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||