Uses of Interface
org.oa4mp.delegation.server.server.OIDCServiceTransactionInterface
-
Packages that use OIDCServiceTransactionInterface Package Description edu.uiuc.ncsa.oa4mp.delegation.oa2.jwt -
-
Uses of OIDCServiceTransactionInterface in edu.uiuc.ncsa.oa4mp.delegation.oa2.jwt
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.jwt with parameters of type OIDCServiceTransactionInterface Modifier and Type Method Description protected void
JWTRunner. handleSREResponse(OIDCServiceTransactionInterface transaction, edu.uiuc.ncsa.security.util.scripting.ScriptRunResponse scriptRunResponse)
Process the script, but the claim sources are not updated because we are not interested in the claim sources, e.g.protected edu.uiuc.ncsa.security.util.scripting.ScriptRunRequest
JWTRunner. newSRR(OIDCServiceTransactionInterface transaction, String phase)
creates newScriptRunRequest
with the basic information from the transaction.Constructors in edu.uiuc.ncsa.oa4mp.delegation.oa2.jwt with parameters of type OIDCServiceTransactionInterface Constructor Description JWTRunner(OIDCServiceTransactionInterface transaction, edu.uiuc.ncsa.security.util.scripting.ScriptRuntimeEngine scriptRuntimeEngine)
-