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:
  • 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

      public boolean executeExternalUpdateUserMethods(GluuCustomPerson user)
    • executeExternalUpdateSourceUserMethods

      public boolean executeExternalUpdateSourceUserMethods(GluuSimplePerson user)
    • executeExternalGetBindCredentialsMethods

      public org.gluu.model.custom.script.model.bind.BindCredentials executeExternalGetBindCredentialsMethods(String configId)
    • executeExternalIsStartProcessMethods

      public boolean executeExternalIsStartProcessMethods()