|
Oracle Fusion Middleware PDP Extension Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27156-01 EXAPI |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RequestHandle
| Method Summary | |
|---|---|
void |
appendReturnData(java.lang.String name, java.lang.Object data)appends named attribute. |
com.wles.util.AttributeElement |
getAttribute(java.lang.String name, boolean typeCheck)Get attribute value. |
java.lang.Object |
getSharedContext(java.lang.String name)Get shared context attribute. |
void |
setSharedContext(java.lang.String name, java.lang.Object data)Set shared context attribute. |
| Method Detail |
|---|
void appendReturnData(java.lang.String name,
java.lang.Object data)
name: - attribute namedata: - return dateRuntimeException: - may throw RuntimeException while transfer the data to ASI type value.
com.wles.util.AttributeElement getAttribute(java.lang.String name,
boolean typeCheck)
throws com.bea.security.providers.authorization.asi.ARME.exceptions.ArmeRuntimeException,
com.wles.BadParameterException,
com.bea.security.providers.authorization.asi.ARME.exceptions.CredvarException,
com.bea.security.quark.exceptions.ParserException,
com.bea.security.providers.authorization.asi.ARME.exceptions.NotReadyException
name - attribute nametypeCheck - if do type checkAttributeElement.com.bea.security.providers.authorization.asi.ARME.exceptions.ArmeRuntimeExceptioncom.wles.BadParameterExceptioncom.bea.security.providers.authorization.asi.ARME.exceptions.CredvarExceptionBoolEvalInternalExceptioncom.bea.security.providers.authorization.asi.ARME.exceptions.NotReadyExceptioncom.bea.security.quark.exceptions.ParserExceptionjava.lang.Object getSharedContext(java.lang.String name)
name - name of the shared context attribute
void setSharedContext(java.lang.String name,
java.lang.Object data)
name - name of the shared context attributedata - value of the shared context attribute
|
Oracle Fusion Middleware PDP Extension Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27156-01 EXAPI |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||