Uses of Class
io.jans.as.server.service.external.context.ConsentGatheringContext
-
Packages that use ConsentGatheringContext Package Description io.jans.as.server.authorize.ws.rs io.jans.as.server.service.external -
-
Uses of ConsentGatheringContext in io.jans.as.server.authorize.ws.rs
Methods in io.jans.as.server.authorize.ws.rs that return ConsentGatheringContext Modifier and Type Method Description ConsentGatheringContext
ConsentGathererService. getContext()
-
Uses of ConsentGatheringContext in io.jans.as.server.service.external
Methods in io.jans.as.server.service.external with parameters of type ConsentGatheringContext Modifier and Type Method Description boolean
ExternalConsentGatheringService. authorize(io.jans.model.custom.script.conf.CustomScriptConfiguration script, int step, ConsentGatheringContext context)
int
ExternalConsentGatheringService. getNextStep(io.jans.model.custom.script.conf.CustomScriptConfiguration script, int step, ConsentGatheringContext context)
String
ExternalConsentGatheringService. getPageForStep(io.jans.model.custom.script.conf.CustomScriptConfiguration script, int step, ConsentGatheringContext context)
int
ExternalConsentGatheringService. getStepsCount(io.jans.model.custom.script.conf.CustomScriptConfiguration script, ConsentGatheringContext context)
boolean
ExternalConsentGatheringService. prepareForStep(io.jans.model.custom.script.conf.CustomScriptConfiguration script, int step, ConsentGatheringContext context)
-