Class SpontaneousScopeExternalContext
- java.lang.Object
-
- org.gluu.service.external.context.ExternalScriptContext
-
- org.gluu.oxauth.service.external.context.ExternalScriptContext
-
- org.gluu.oxauth.service.external.context.SpontaneousScopeExternalContext
-
public class SpontaneousScopeExternalContext extends ExternalScriptContext
-
-
Constructor Summary
Constructors Constructor Description SpontaneousScopeExternalContext(Client client, java.lang.String scopeRequested, java.util.Set<java.lang.String> grantedScopes, SpontaneousScopeService spontaneousScopeService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Client
getClient()
java.util.Set<java.lang.String>
getGrantedScopes()
java.lang.String
getScopeRequested()
SpontaneousScopeService
getSpontaneousScopeService()
boolean
isAllowSpontaneousScopePersistence()
void
setAllowSpontaneousScopePersistence(boolean allowSpontaneousScopePersistence)
java.lang.String
toString()
-
Methods inherited from class org.gluu.oxauth.service.external.context.ExternalScriptContext
createWebApplicationException, createWebApplicationException, getEntryAttributeValue, getEntryByDn, getPersistenceEntryManager, getWebApplicationException, isInNetwork, setWebApplicationException, throwWebApplicationExceptionIfSet
-
-
-
-
Constructor Detail
-
SpontaneousScopeExternalContext
public SpontaneousScopeExternalContext(Client client, java.lang.String scopeRequested, java.util.Set<java.lang.String> grantedScopes, SpontaneousScopeService spontaneousScopeService)
-
-
Method Detail
-
getClient
public Client getClient()
-
getScopeRequested
public java.lang.String getScopeRequested()
-
getGrantedScopes
public java.util.Set<java.lang.String> getGrantedScopes()
-
getSpontaneousScopeService
public SpontaneousScopeService getSpontaneousScopeService()
-
isAllowSpontaneousScopePersistence
public boolean isAllowSpontaneousScopePersistence()
-
setAllowSpontaneousScopePersistence
public void setAllowSpontaneousScopePersistence(boolean allowSpontaneousScopePersistence)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-