Class ExternalIntrospectionContext
java.lang.Object
io.jans.service.external.context.ExternalScriptContext
io.jans.as.server.service.external.context.ExternalScriptContext
io.jans.as.server.service.external.context.ExternalIntrospectionContext
- Author:
- Yuriy Zabrovarnyy
-
Field Summary
Fields inherited from class io.jans.service.external.context.ExternalScriptContext
httpRequest, httpResponse
-
Constructor Summary
ConstructorsConstructorDescriptionExternalIntrospectionContext
(AuthorizationGrant tokenGrant, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, io.jans.as.model.configuration.AppConfiguration appConfiguration, io.jans.as.common.service.AttributeService attributeService) -
Method Summary
Modifier and TypeMethodDescriptionio.jans.as.model.jwt.Jwt
io.jans.as.model.configuration.AppConfiguration
io.jans.as.common.service.AttributeService
io.jans.model.custom.script.conf.CustomScriptConfiguration
io.jans.as.common.model.common.User
getUser()
boolean
void
setAccessTokenAsJwt
(io.jans.as.model.jwt.Jwt accessTokenAsJwt) void
setGrantOfIntrospectionToken
(AuthorizationGrant grantOfIntrospectionToken) void
setScript
(io.jans.model.custom.script.conf.CustomScriptConfiguration script) void
setTranferIntrospectionPropertiesIntoJwtClaims
(boolean tranferIntrospectionPropertiesIntoJwtClaims) 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
-
ExternalIntrospectionContext
public ExternalIntrospectionContext(AuthorizationGrant tokenGrant, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, io.jans.as.model.configuration.AppConfiguration appConfiguration, io.jans.as.common.service.AttributeService attributeService)
-
-
Method Details
-
getTokenGrant
-
getAppConfiguration
public io.jans.as.model.configuration.AppConfiguration getAppConfiguration() -
getAttributeService
public io.jans.as.common.service.AttributeService getAttributeService() -
getScript
public io.jans.model.custom.script.conf.CustomScriptConfiguration getScript() -
setScript
public void setScript(io.jans.model.custom.script.conf.CustomScriptConfiguration script) -
getAccessTokenAsJwt
public io.jans.as.model.jwt.Jwt getAccessTokenAsJwt() -
setAccessTokenAsJwt
public void setAccessTokenAsJwt(io.jans.as.model.jwt.Jwt accessTokenAsJwt) -
isTranferIntrospectionPropertiesIntoJwtClaims
public boolean isTranferIntrospectionPropertiesIntoJwtClaims() -
setTranferIntrospectionPropertiesIntoJwtClaims
public void setTranferIntrospectionPropertiesIntoJwtClaims(boolean tranferIntrospectionPropertiesIntoJwtClaims) -
getGrantOfIntrospectionToken
-
setGrantOfIntrospectionToken
-
getUser
public io.jans.as.common.model.common.User getUser()
-