Class SpontaneousScopeExternalContext
java.lang.Object
io.jans.service.external.context.ExternalScriptContext
io.jans.as.server.service.external.context.ExternalScriptContext
io.jans.as.server.service.external.context.SpontaneousScopeExternalContext
-
Field Summary
Fields inherited from class io.jans.service.external.context.ExternalScriptContext
httpRequest, httpResponse
-
Constructor Summary
ConstructorsConstructorDescriptionSpontaneousScopeExternalContext
(io.jans.as.common.model.registration.Client client, String scopeRequested, Set<String> grantedScopes, SpontaneousScopeService spontaneousScopeService) -
Method Summary
Modifier and TypeMethodDescriptionio.jans.as.common.model.registration.Client
boolean
void
setAllowSpontaneousScopePersistence
(boolean allowSpontaneousScopePersistence) toString()
Methods inherited from class io.jans.as.server.service.external.context.ExternalScriptContext
createWebApplicationException, createWebApplicationException, getAuthzDetail, getAuthzRequest, getEntryAttributeValue, getEntryByDn, getExecutionContext, getPersistenceEntryManager, getRequestParameter, getWebApplicationException, isInNetwork, setWebApplicationException, throwWebApplicationExceptionIfSet
Methods inherited from class io.jans.service.external.context.ExternalScriptContext
getContextVariables, getHttpRequest, getHttpResponse, getIpAddress, getLog
-
Constructor Details
-
SpontaneousScopeExternalContext
public SpontaneousScopeExternalContext(io.jans.as.common.model.registration.Client client, String scopeRequested, Set<String> grantedScopes, SpontaneousScopeService spontaneousScopeService)
-
-
Method Details
-
getClient
public io.jans.as.common.model.registration.Client getClient() -
getScopeRequested
-
getGrantedScopes
-
getSpontaneousScopeService
-
isAllowSpontaneousScopePersistence
public boolean isAllowSpontaneousScopePersistence() -
setAllowSpontaneousScopePersistence
public void setAllowSpontaneousScopePersistence(boolean allowSpontaneousScopePersistence) -
toString
-