Package org.gluu.oxauth.service.external
Class ExternalUmaClaimsGatheringService
java.lang.Object
org.gluu.service.custom.script.ExternalScriptService
org.gluu.oxauth.service.external.ExternalUmaClaimsGatheringService
- All Implemented Interfaces:
Serializable
@ApplicationScoped
public class ExternalUmaClaimsGatheringService
extends org.gluu.service.custom.script.ExternalScriptService
- Author:
- yuriyz on 06/18/2017.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.gluu.service.custom.script.ExternalScriptService
customScriptConfigurations, customScriptConfigurationsNameMap, customScriptManager, customScriptType, defaultExternalCustomScript, loaded -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gluu.model.custom.script.conf.CustomScriptConfigurationdetermineScript(String[] scriptNames) booleangather(org.gluu.model.custom.script.conf.CustomScriptConfiguration script, int step, UmaGatherContext context) intgetNextStep(org.gluu.model.custom.script.conf.CustomScriptConfiguration script, int step, UmaGatherContext context) getPageForStep(org.gluu.model.custom.script.conf.CustomScriptConfiguration script, int step, UmaGatherContext context) org.gluu.model.custom.script.conf.CustomScriptConfigurationgetScriptByDn(String scriptDn) org.gluu.model.custom.script.conf.CustomScriptConfigurationgetScriptByInum(String inum) intgetStepsCount(org.gluu.model.custom.script.conf.CustomScriptConfiguration script, UmaGatherContext context) booleanprepareForStep(org.gluu.model.custom.script.conf.CustomScriptConfiguration script, int step, UmaGatherContext context) protected voidMethods inherited from class org.gluu.service.custom.script.ExternalScriptService
addExternalConfigurations, clearScriptError, configure, determineDefaultCustomScriptConfiguration, executeExternalGetApiVersion, getCustomScriptConfigurationByName, getCustomScriptConfigurations, getCustomScriptConfigurationsByDns, getCustomScriptType, getDefaultExternalCustomScript, init, isEnabled, isLoaded, reload, saveScriptError
-
Field Details
-
scriptInumMap
-
-
Constructor Details
-
ExternalUmaClaimsGatheringService
public ExternalUmaClaimsGatheringService()
-
-
Method Details
-
reloadExternal
protected void reloadExternal()- Overrides:
reloadExternalin classorg.gluu.service.custom.script.ExternalScriptService
-
determineScript
public org.gluu.model.custom.script.conf.CustomScriptConfiguration determineScript(String[] scriptNames) -
getScriptByDn
-
getScriptByInum
-
gather
public boolean gather(org.gluu.model.custom.script.conf.CustomScriptConfiguration script, int step, UmaGatherContext context) -
getNextStep
public int getNextStep(org.gluu.model.custom.script.conf.CustomScriptConfiguration script, int step, UmaGatherContext context) -
prepareForStep
public boolean prepareForStep(org.gluu.model.custom.script.conf.CustomScriptConfiguration script, int step, UmaGatherContext context) -
getStepsCount
public int getStepsCount(org.gluu.model.custom.script.conf.CustomScriptConfiguration script, UmaGatherContext context) -
getPageForStep
public String getPageForStep(org.gluu.model.custom.script.conf.CustomScriptConfiguration script, int step, UmaGatherContext context)
-