Uses of Class
io.jans.as.server.service.external.context.ModifySsaResponseContext
-
Packages that use ModifySsaResponseContext Package Description io.jans.as.server.service.external io.jans.as.server.service.external.context io.jans.as.server.ssa.ws.rs -
-
Uses of ModifySsaResponseContext in io.jans.as.server.service.external
Methods in io.jans.as.server.service.external with parameters of type ModifySsaResponseContext Modifier and Type Method Description Function<io.jans.as.model.token.JsonWebResponse,Void>
ModifySsaResponseService. buildCreateProcessor(ModifySsaResponseContext context)
boolean
ModifySsaResponseService. create(io.jans.as.model.token.JsonWebResponse jsonWebResponse, ModifySsaResponseContext context)
boolean
ModifySsaResponseService. create(io.jans.model.custom.script.conf.CustomScriptConfiguration script, io.jans.as.model.token.JsonWebResponse jsonWebResponse, ModifySsaResponseContext context)
boolean
ModifySsaResponseService. get(org.json.JSONArray jsonArray, ModifySsaResponseContext context)
boolean
ModifySsaResponseService. revoke(List<io.jans.as.common.model.ssa.Ssa> ssaList, ModifySsaResponseContext context)
-
Uses of ModifySsaResponseContext in io.jans.as.server.service.external.context
Methods in io.jans.as.server.service.external.context that return ModifySsaResponseContext Modifier and Type Method Description static ModifySsaResponseContext
ModifySsaResponseContext. of(ExecutionContext executionContext)
-
Uses of ModifySsaResponseContext in io.jans.as.server.ssa.ws.rs
Methods in io.jans.as.server.ssa.ws.rs that return ModifySsaResponseContext Modifier and Type Method Description ModifySsaResponseContext
SsaContextBuilder. buildModifySsaResponseContext(jakarta.servlet.http.HttpServletRequest httpRequest, io.jans.as.common.model.registration.Client client)
Deprecated.
-