Class ExternalCacheRefreshService

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • ExternalCacheRefreshService

        public ExternalCacheRefreshService()
    • Method Detail

      • 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,
                                                                                                               java.lang.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​(java.lang.String configId)
      • executeExternalIsStartProcessMethods

        public boolean executeExternalIsStartProcessMethods()