Class ExternalCacheRefreshService
java.lang.Object
org.gluu.service.custom.script.ExternalScriptService
org.gluu.oxtrust.service.external.ExternalCacheRefreshService
- All Implemented Interfaces:
Serializable
@ApplicationScoped
@Named("externalCacheRefreshService")
public class ExternalCacheRefreshService
extends org.gluu.service.custom.script.ExternalScriptService
Provides factory methods needed to create external cache refresh extension
- Author:
- Yuriy Movchan Date: 01/12/2015
- See Also:
-
Field Summary
Fields inherited from class org.gluu.service.custom.script.ExternalScriptService
customScriptConfigurations, customScriptConfigurationsNameMap, customScriptManager, customScriptType, defaultExternalCustomScript, loaded, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gluu.model.custom.script.model.bind.BindCredentialsexecuteExternalGetBindCredentialsMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, String configId) org.gluu.model.custom.script.model.bind.BindCredentialsbooleanexecuteExternalIsStartProcessMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration) booleanbooleanexecuteExternalUpdateSourceUserMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, GluuSimplePerson user) booleanbooleanexecuteExternalUpdateUserMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, GluuCustomPerson user) booleanMethods inherited from class org.gluu.service.custom.script.ExternalScriptService
addExternalConfigurations, clearScriptError, configure, determineDefaultCustomScriptConfiguration, executeExternalGetApiVersion, getCustomScriptConfigurationByName, getCustomScriptConfigurations, getCustomScriptConfigurationsByDns, getCustomScriptType, getDefaultExternalCustomScript, init, isEnabled, isLoaded, reload, reloadExternal, saveScriptError
-
Constructor Details
-
ExternalCacheRefreshService
public ExternalCacheRefreshService()
-
-
Method Details
-
executeExternalUpdateUserMethod
public boolean executeExternalUpdateUserMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, GluuCustomPerson user) -
executeExternalUpdateSourceUserMethod
public boolean executeExternalUpdateSourceUserMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, GluuSimplePerson user) -
executeExternalGetBindCredentialsMethod
public org.gluu.model.custom.script.model.bind.BindCredentials executeExternalGetBindCredentialsMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, String configId) -
executeExternalIsStartProcessMethod
public boolean executeExternalIsStartProcessMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration) -
executeExternalUpdateUserMethods
-
executeExternalUpdateSourceUserMethods
-
executeExternalGetBindCredentialsMethods
public org.gluu.model.custom.script.model.bind.BindCredentials executeExternalGetBindCredentialsMethods(String configId) -
executeExternalIsStartProcessMethods
public boolean executeExternalIsStartProcessMethods()
-