Class ModifySsaResponseService
- java.lang.Object
-
- io.jans.service.custom.script.ExternalScriptService
-
- io.jans.as.server.service.external.ModifySsaResponseService
-
- All Implemented Interfaces:
Serializable
@ApplicationScoped public class ModifySsaResponseService extends io.jans.service.custom.script.ExternalScriptService
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifySsaResponseService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<io.jans.as.model.token.JsonWebResponse,Void>
buildCreateProcessor(ModifySsaResponseContext context)
boolean
create(io.jans.as.model.token.JsonWebResponse jsonWebResponse, ModifySsaResponseContext context)
boolean
create(io.jans.model.custom.script.conf.CustomScriptConfiguration script, io.jans.as.model.token.JsonWebResponse jsonWebResponse, ModifySsaResponseContext context)
boolean
get(org.json.JSONArray jsonArray, ModifySsaResponseContext context)
boolean
revoke(List<io.jans.as.common.model.ssa.Ssa> ssaList, ModifySsaResponseContext context)
-
Methods inherited from class io.jans.service.custom.script.ExternalScriptService
addExternalConfigurations, clearScriptError, configure, determineDefaultCustomScriptConfiguration, executeExternalGetApiVersion, getCustomScriptConfigurationByName, getCustomScriptConfigurations, getCustomScriptConfigurationsByDns, getCustomScriptType, getDefaultExternalCustomScript, init, isEnabled, isLoaded, reload, reloadExternal, saveScriptError
-
-
-
-
Method Detail
-
create
public boolean create(io.jans.model.custom.script.conf.CustomScriptConfiguration script, io.jans.as.model.token.JsonWebResponse jsonWebResponse, ModifySsaResponseContext context)
-
create
public boolean create(io.jans.as.model.token.JsonWebResponse jsonWebResponse, ModifySsaResponseContext context)
-
get
public boolean get(org.json.JSONArray jsonArray, ModifySsaResponseContext context)
-
revoke
public boolean revoke(List<io.jans.as.common.model.ssa.Ssa> ssaList, ModifySsaResponseContext context)
-
buildCreateProcessor
public Function<io.jans.as.model.token.JsonWebResponse,Void> buildCreateProcessor(ModifySsaResponseContext context)
-
-