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
-
public class SpontaneousScopeExternalContext extends ExternalScriptContext
-
-
Constructor Summary
Constructors Constructor Description SpontaneousScopeExternalContext(io.jans.as.common.model.registration.Client client, String scopeRequested, Set<String> grantedScopes, SpontaneousScopeService spontaneousScopeService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jans.as.common.model.registration.Client
getClient()
Set<String>
getGrantedScopes()
String
getScopeRequested()
SpontaneousScopeService
getSpontaneousScopeService()
boolean
isAllowSpontaneousScopePersistence()
void
setAllowSpontaneousScopePersistence(boolean allowSpontaneousScopePersistence)
String
toString()
-
Methods inherited from class io.jans.as.server.service.external.context.ExternalScriptContext
createWebApplicationException, createWebApplicationException, getAuthzRequest, getEntryAttributeValue, getEntryByDn, getExecutionContext, getPersistenceEntryManager, getWebApplicationException, isInNetwork, setWebApplicationException, throwWebApplicationExceptionIfSet
-
-
-
-
Constructor Detail
-
SpontaneousScopeExternalContext
public SpontaneousScopeExternalContext(io.jans.as.common.model.registration.Client client, String scopeRequested, Set<String> grantedScopes, SpontaneousScopeService spontaneousScopeService)
-
-
Method Detail
-
getClient
public io.jans.as.common.model.registration.Client getClient()
-
getScopeRequested
public String getScopeRequested()
-
getSpontaneousScopeService
public SpontaneousScopeService getSpontaneousScopeService()
-
isAllowSpontaneousScopePersistence
public boolean isAllowSpontaneousScopePersistence()
-
setAllowSpontaneousScopePersistence
public void setAllowSpontaneousScopePersistence(boolean allowSpontaneousScopePersistence)
-
-