Package org.gluu.oxauth.service.external
Class ExternalDynamicClientRegistrationService
java.lang.Object
org.gluu.service.custom.script.ExternalScriptService
org.gluu.oxauth.service.external.ExternalDynamicClientRegistrationService
- All Implemented Interfaces:
Serializable
@ApplicationScoped
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:
-
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 TypeMethodDescriptionbooleanexecuteExternalCreateClientMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, RegisterRequest registerRequest, Client client) booleanexecuteExternalCreateClientMethods(RegisterRequest registerRequest, Client client) booleanexecuteExternalUpdateClientMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, RegisterRequest registerRequest, Client client) booleanexecuteExternalUpdateClientMethods(RegisterRequest registerRequest, Client client) getSoftwareStatementHmacSecret(javax.servlet.http.HttpServletRequest httpRequest, org.json.JSONObject registerRequest, Jwt softwareStatement) org.json.JSONObjectgetSoftwareStatementJwks(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
-
Constructor Details
-
ExternalDynamicClientRegistrationService
public ExternalDynamicClientRegistrationService()
-
-
Method Details
-
executeExternalCreateClientMethod
public boolean executeExternalCreateClientMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, RegisterRequest registerRequest, Client client) -
executeExternalCreateClientMethods
-
executeExternalUpdateClientMethod
public boolean executeExternalUpdateClientMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, RegisterRequest registerRequest, Client client) -
executeExternalUpdateClientMethods
-
getSoftwareStatementJwks
public org.json.JSONObject getSoftwareStatementJwks(javax.servlet.http.HttpServletRequest httpRequest, org.json.JSONObject registerRequest, Jwt softwareStatement) -
getSoftwareStatementHmacSecret
-