Uses of Interface
org.oa4mp.delegation.server.server.OIDCServiceTransactionInterface
-
Packages that use OIDCServiceTransactionInterface Package Description org.oa4mp.delegation.server.jwt -
-
Uses of OIDCServiceTransactionInterface in org.oa4mp.delegation.server.jwt
Methods in org.oa4mp.delegation.server.jwt with parameters of type OIDCServiceTransactionInterface Modifier and Type Method Description protected voidHandlerRunner. 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. if this is called after all claims sources have been processed and the script just massages the claims or flow states.protected edu.uiuc.ncsa.security.util.scripting.ScriptRunRequestHandlerRunner. newSRR(OIDCServiceTransactionInterface transaction, String phase)creates newScriptRunRequestwith the basic information from the transaction.Constructors in org.oa4mp.delegation.server.jwt with parameters of type OIDCServiceTransactionInterface Constructor Description HandlerRunner(OIDCServiceTransactionInterface transaction, edu.uiuc.ncsa.security.util.scripting.ScriptRuntimeEngine scriptRuntimeEngine)
-