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.Jwtio.jans.as.model.configuration.AppConfigurationio.jans.as.common.service.AttributeServiceio.jans.model.custom.script.conf.CustomScriptConfigurationio.jans.as.common.model.common.UsergetUser()booleanvoidsetAccessTokenAsJwt(io.jans.as.model.jwt.Jwt accessTokenAsJwt) voidsetGrantOfIntrospectionToken(AuthorizationGrant grantOfIntrospectionToken) voidsetScript(io.jans.model.custom.script.conf.CustomScriptConfiguration script) voidsetTranferIntrospectionPropertiesIntoJwtClaims(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, throwWebApplicationExceptionIfSetMethods 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()
-