Class DynamicClientRegistrationContext
java.lang.Object
org.gluu.service.external.context.ExternalScriptContext
org.gluu.oxauth.service.external.context.ExternalScriptContext
org.gluu.oxauth.service.external.context.DynamicClientRegistrationContext
- Author:
- Yuriy Zabrovarnyy
-
Field Summary
Fields inherited from class org.gluu.service.external.context.ExternalScriptContext
httpRequest, httpResponse -
Constructor Summary
ConstructorsConstructorDescriptionDynamicClientRegistrationContext(javax.servlet.http.HttpServletRequest httpRequest, org.json.JSONObject registerRequest, org.gluu.model.custom.script.conf.CustomScriptConfiguration script) -
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObjectorg.gluu.model.custom.script.conf.CustomScriptConfigurationvoidsetRegisterRequest(org.json.JSONObject registerRequest) voidsetScript(org.gluu.model.custom.script.conf.CustomScriptConfiguration script) voidsetSoftwareStatement(Jwt softwareStatement) toString()Methods inherited from class org.gluu.oxauth.service.external.context.ExternalScriptContext
createWebApplicationException, createWebApplicationException, getEntryAttributeValue, getEntryByDn, getExecutionContext, getPersistenceEntryManager, getWebApplicationException, isInNetwork, setWebApplicationException, throwWebApplicationExceptionIfSetMethods inherited from class org.gluu.service.external.context.ExternalScriptContext
getContextVariables, getHttpRequest, getHttpResponse, getIpAddress, getLog
-
Constructor Details
-
DynamicClientRegistrationContext
public DynamicClientRegistrationContext(javax.servlet.http.HttpServletRequest httpRequest, org.json.JSONObject registerRequest, org.gluu.model.custom.script.conf.CustomScriptConfiguration script)
-
-
Method Details
-
getSoftwareStatement
-
setSoftwareStatement
-
getScript
public org.gluu.model.custom.script.conf.CustomScriptConfiguration getScript() -
setScript
public void setScript(org.gluu.model.custom.script.conf.CustomScriptConfiguration script) -
getRegisterRequest
public org.json.JSONObject getRegisterRequest() -
setRegisterRequest
public void setRegisterRequest(org.json.JSONObject registerRequest) -
toString
-