Class DynamicScopeExternalContext
java.lang.Object
org.gluu.service.external.context.ExternalScriptContext
org.gluu.oxauth.service.external.context.ExternalScriptContext
org.gluu.oxauth.service.external.context.DynamicScopeExternalContext
Holds object required in dynamic scope custom scripts
- Author:
- Yuriy Movchan Date: 07/01/2015
-
Field Summary
Fields inherited from class org.gluu.service.external.context.ExternalScriptContext
httpRequest, httpResponse -
Constructor Summary
ConstructorsConstructorDescriptionDynamicScopeExternalContext(List<Scope> dynamicScopes, JsonWebResponse jsonWebResponse, IAuthorizationGrant authorizationGrant) -
Method Summary
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
-
DynamicScopeExternalContext
public DynamicScopeExternalContext(List<Scope> dynamicScopes, JsonWebResponse jsonWebResponse, IAuthorizationGrant authorizationGrant)
-
-
Method Details
-
getDynamicScopes
This method is used by scripts.- Returns:
- dynamic scopes as string
-
getScopes
-
getJsonWebResponse
-
getAuthorizationGrant
-
getUser
-