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 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

      public String getScopeRequested()
    • getGrantedScopes

      public Set<String> getGrantedScopes()
    • getSpontaneousScopeService

      public SpontaneousScopeService getSpontaneousScopeService()
    • isAllowSpontaneousScopePersistence

      public boolean isAllowSpontaneousScopePersistence()
    • setAllowSpontaneousScopePersistence

      public void setAllowSpontaneousScopePersistence(boolean allowSpontaneousScopePersistence)
    • toString

      public String toString()
      Overrides:
      toString in class Object