Class ExternalDynamicClientRegistrationService

  • All Implemented Interfaces:
    java.io.Serializable

    @ApplicationScoped
    @Named
    public class ExternalDynamicClientRegistrationService
    extends org.gluu.service.custom.script.ExternalScriptService
    Provides factory methods needed to create external dynamic client registration extension
    Author:
    Yuriy Movchan Date: 01/08/2015
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.gluu.service.custom.script.ExternalScriptService

        customScriptConfigurations, customScriptConfigurationsNameMap, customScriptManager, customScriptType, defaultExternalCustomScript, loaded, log
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean executeExternalCreateClientMethod​(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, RegisterRequest registerRequest, Client client)  
      boolean executeExternalCreateClientMethods​(RegisterRequest registerRequest, Client client)  
      boolean executeExternalUpdateClientMethod​(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, RegisterRequest registerRequest, Client client)  
      boolean executeExternalUpdateClientMethods​(RegisterRequest registerRequest, Client client)  
      java.lang.String getSoftwareStatementHmacSecret​(javax.servlet.http.HttpServletRequest httpRequest, org.json.JSONObject registerRequest, Jwt softwareStatement)  
      org.json.JSONObject getSoftwareStatementJwks​(javax.servlet.http.HttpServletRequest httpRequest, org.json.JSONObject registerRequest, Jwt softwareStatement)  
      • Methods 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExternalDynamicClientRegistrationService

        public ExternalDynamicClientRegistrationService()
    • Method Detail

      • executeExternalCreateClientMethod

        public boolean executeExternalCreateClientMethod​(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration,
                                                         RegisterRequest registerRequest,
                                                         Client client)
      • executeExternalCreateClientMethods

        public boolean executeExternalCreateClientMethods​(RegisterRequest registerRequest,
                                                          Client client)
      • executeExternalUpdateClientMethod

        public boolean executeExternalUpdateClientMethod​(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration,
                                                         RegisterRequest registerRequest,
                                                         Client client)
      • executeExternalUpdateClientMethods

        public boolean executeExternalUpdateClientMethods​(RegisterRequest registerRequest,
                                                          Client client)
      • getSoftwareStatementJwks

        public org.json.JSONObject getSoftwareStatementJwks​(javax.servlet.http.HttpServletRequest httpRequest,
                                                            org.json.JSONObject registerRequest,
                                                            Jwt softwareStatement)
      • getSoftwareStatementHmacSecret

        public java.lang.String getSoftwareStatementHmacSecret​(javax.servlet.http.HttpServletRequest httpRequest,
                                                               org.json.JSONObject registerRequest,
                                                               Jwt softwareStatement)