Uses of Class
io.jans.as.server.model.common.ExecutionContext
Packages that use ExecutionContext
Package
Description
-
Uses of ExecutionContext in io.jans.as.server.authorize.ws.rs
Methods in io.jans.as.server.authorize.ws.rs with parameters of type ExecutionContextModifier and TypeMethodDescriptionio.jans.as.model.authzdetails.AuthzDetailsAuthzDetailsService.validateAuthorizationDetails(String authorizationDetailsString, ExecutionContext executionContext) -
Uses of ExecutionContext in io.jans.as.server.authzen.ws.rs
Methods in io.jans.as.server.authzen.ws.rs with parameters of type ExecutionContextModifier and TypeMethodDescriptionorg.json.JSONObjectAccessEvaluationDiscoveryService.discovery(ExecutionContext context) io.jans.model.authzen.AccessEvaluationResponseAccessEvaluationService.evaluation(io.jans.model.authzen.AccessEvaluationRequest request, ExecutionContext executionContext) -
Uses of ExecutionContext in io.jans.as.server.model.common
Methods in io.jans.as.server.model.common that return ExecutionContextModifier and TypeMethodDescriptionExecutionContext.copy()static ExecutionContextExecutionContext.of(AuthzRequest authzRequest) static ExecutionContextExecutionContext.of(ExecutionContext context) static ExecutionContextExecutionContext.of(jakarta.faces.context.ExternalContext externalContext) static ExecutionContextExecutionContext.of(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse) ExecutionContext.setClient(io.jans.as.common.model.registration.Client client) ExecutionContext.setRequestId(String requestId) Methods in io.jans.as.server.model.common with parameters of type ExecutionContextModifier and TypeMethodDescriptionAbstractAuthorizationGrant.createAccessToken(ExecutionContext executionContext) AuthorizationGrant.createAccessToken(ExecutionContext context) IAuthorizationGrant.createAccessToken(ExecutionContext executionContext) UnmodifiableAuthorizationGrant.createAccessToken(ExecutionContext executionContext) AuthorizationGrant.createAccessTokenAsJwt(AccessToken accessToken, ExecutionContext context) AuthorizationGrant.createIdToken(String nonce, AuthorizationCode authorizationCode, AccessToken accessToken, RefreshToken refreshToken, String state, ExecutionContext executionContext) IAuthorizationGrant.createIdToken(String nonce, AuthorizationCode authorizationCode, AccessToken accessToken, RefreshToken refreshToken, String state, ExecutionContext executionContext) UnmodifiableAuthorizationGrant.createIdToken(String nonce, AuthorizationCode authorizationCode, AccessToken accessToken, RefreshToken refreshToken, String state, ExecutionContext executionContext) AbstractAuthorizationGrant.createRefreshToken(ExecutionContext context) AbstractAuthorizationGrant.createRefreshToken(ExecutionContext context, int lifetime) AuthorizationGrant.createRefreshToken(ExecutionContext context) AuthorizationGrant.createRefreshToken(ExecutionContext context, int lifetime) AuthorizationGrant.createRefreshToken(ExecutionContext context, Date expirationDate) ClientCredentialsGrant.createRefreshToken(ExecutionContext executionContext) The authorization server MUST NOT issue a refresh token.IAuthorizationGrant.createRefreshToken(ExecutionContext executionContext) IAuthorizationGrant.createRefreshToken(ExecutionContext executionContext, int lifetime) ImplicitGrant.createRefreshToken(ExecutionContext executionContext) The authorization server MUST NOT issue a refresh token.UnmodifiableAuthorizationGrant.createRefreshToken(ExecutionContext executionContext) UnmodifiableAuthorizationGrant.createRefreshToken(ExecutionContext executionContext, int lifetime) voidAuthorizationGrant.fillPayloadOfAccessTokenJwt(io.jans.as.model.jwt.JwtClaims claims, AccessToken accessToken, ExecutionContext context) intAbstractAuthorizationGrant.getAccessTokenLifetimeInSeconds(ExecutionContext executionContext) static ExecutionContextExecutionContext.of(ExecutionContext context) -
Uses of ExecutionContext in io.jans.as.server.model.token
Methods in io.jans.as.server.model.token with parameters of type ExecutionContextModifier and TypeMethodDescriptionio.jans.as.model.token.JsonWebResponseIdTokenFactory.createJwr(IAuthorizationGrant grant, AuthorizationCode authorizationCode, AccessToken accessToken, RefreshToken refreshToken, ExecutionContext executionContext) -
Uses of ExecutionContext in io.jans.as.server.service.external
Methods in io.jans.as.server.service.external with parameters of type ExecutionContextModifier and TypeMethodDescriptionbooleanExternalAuthorizationChallengeService.externalAuthorize(ExecutionContext executionContext) ExternalCreateUserService.externalBuildPostAuthorizeUrl(ExecutionContext context) ExternalCreateUserService.externalBuildPostAuthorizeUrl(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context) booleanExternalCreateUserService.externalCreate(ExecutionContext context) booleanExternalCreateUserService.externalCreate(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context) io.jans.model.authzen.AccessEvaluationResponseExternalAccessEvaluationService.externalEvaluate(io.jans.model.authzen.AccessEvaluationRequest request, ExecutionContext context) ExternalSelectAccountService.externalGetAccountDisplayName(ExecutionContext context) ExternalSelectAccountService.externalGetAccountDisplayName(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context) ExternalCreateUserService.externalGetCreateUserPage(ExecutionContext context) ExternalCreateUserService.externalGetCreateUserPage(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context) ExternalSelectAccountService.externalGetSelectAccountPage(ExecutionContext context) ExternalSelectAccountService.externalGetSelectAccountPage(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context) ExternalAuthzDetailTypeService.externalGetUiRepresentation(ExecutionContext executionContext, io.jans.as.model.authzdetails.AuthzDetail detail) ExternalAuthzDetailTypeService.externalGetUiRepresentation(ExecutionContext executionContext, io.jans.model.custom.script.conf.CustomScriptConfiguration script) ExternalHealthCheckService.externalHealthCheck(ExecutionContext context) booleanExternalTokenExchangeService.externalModifyResponse(org.json.JSONObject response, ExecutionContext context) booleanExternalTokenExchangeService.externalModifyResponse(org.json.JSONObject response, io.jans.model.custom.script.conf.CustomScriptConfiguration script, ExecutionContext context) booleanExternalSelectAccountService.externalOnSelect(ExecutionContext context) booleanExternalSelectAccountService.externalOnSelect(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context) booleanExternalCreateUserService.externalPrepare(ExecutionContext context) booleanExternalCreateUserService.externalPrepare(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context) booleanExternalSelectAccountService.externalPrepare(ExecutionContext context) booleanExternalSelectAccountService.externalPrepare(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExecutionContext context) io.jans.model.custom.script.type.token.ScriptTokenExchangeControlExternalTokenExchangeService.externalValidate(ExecutionContext context) io.jans.model.custom.script.type.token.ScriptTokenExchangeControlExternalTokenExchangeService.externalValidate(io.jans.model.custom.script.conf.CustomScriptConfiguration script, ExecutionContext context) voidExternalAuthzDetailTypeService.externalValidateAuthzDetails(ExecutionContext executionContext) voidExternalAuthzDetailTypeService.externalValidateDetail(ExecutionContext executionContext, io.jans.model.custom.script.conf.CustomScriptConfiguration script) ExternalAuthorizationChallengeService.getAuthenticationMethodClaims(ExecutionContext executionContext) booleanExternalApplicationSessionService.modifyActiveSessionsResponse(org.json.JSONArray jsonArray, ExecutionContext executionContext) booleanExternalAccessEvaluationDiscoveryService.modifyDiscovery(org.json.JSONObject jsonObject, ExecutionContext context) booleanExternalDiscoveryService.modifyDiscovery(org.json.JSONObject jsonObject, ExecutionContext context) booleanExternalDynamicClientRegistrationService.modifyPostResponse(org.json.JSONObject responseAsJsonObject, ExecutionContext context) booleanExternalDynamicClientRegistrationService.modifyPutResponse(org.json.JSONObject responseAsJsonObject, ExecutionContext context) booleanExternalDynamicClientRegistrationService.modifyReadResponse(org.json.JSONObject responseAsJsonObject, ExecutionContext context) booleanExternalRevokeTokenService.revokeToken(io.jans.model.custom.script.conf.CustomScriptConfiguration script, ExecutionContext context) booleanExternalRevokeTokenService.revokeTokenMethods(ExecutionContext context) -
Uses of ExecutionContext in io.jans.as.server.service.external.context
Methods in io.jans.as.server.service.external.context that return ExecutionContextModifier and TypeMethodDescriptionExternalResourceOwnerPasswordCredentialsContext.getExecutionContext()ExternalScriptContext.getExecutionContext()@Nullable ExecutionContextExternalUpdateTokenContext.getExecutionContext()@Nullable ExecutionContextModifySsaResponseContext.getExecutionContext()ExternalUpdateTokenContext.toExecutionContext()ModifySsaResponseContext.toExecutionContext()Methods in io.jans.as.server.service.external.context with parameters of type ExecutionContextModifier and TypeMethodDescriptionstatic ExternalUpdateTokenContextExternalUpdateTokenContext.of(ExecutionContext executionContext) static ExternalUpdateTokenContextExternalUpdateTokenContext.of(ExecutionContext executionContext, JwtSigner jwtSigner) static ModifySsaResponseContextModifySsaResponseContext.of(ExecutionContext executionContext) voidExternalUpdateTokenContext.setExecutionContext(@Nullable ExecutionContext executionContext) voidModifySsaResponseContext.setExecutionContext(@Nullable ExecutionContext executionContext) Constructors in io.jans.as.server.service.external.context with parameters of type ExecutionContextModifierConstructorDescriptionExternalResourceOwnerPasswordCredentialsContext(ExecutionContext executionContext) ExternalScriptContext(ExecutionContext executionContext) ExternalUmaRptClaimsContext(ExecutionContext executionContext) -
Uses of ExecutionContext in io.jans.as.server.service.token
Methods in io.jans.as.server.service.token with parameters of type ExecutionContextModifier and TypeMethodDescriptionvoidStatusListService.addStatusClaimWithIndex(io.jans.as.model.token.JsonWebResponse jwr, ExecutionContext executionContext) -
Uses of ExecutionContext in io.jans.as.server.ssa.ws.rs
Methods in io.jans.as.server.ssa.ws.rs with parameters of type ExecutionContextModifier and TypeMethodDescriptionio.jans.as.model.jwt.JwtSsaService.generateJwt(io.jans.as.common.model.ssa.Ssa ssa, ExecutionContext executionContext) Generates a new JWT using a given SSA. -
Uses of ExecutionContext in io.jans.as.server.token.ws.rs
Methods in io.jans.as.server.token.ws.rs with parameters of type ExecutionContextModifier and TypeMethodDescription@Nullable RefreshTokenTokenCreatorService.createRefreshToken(@NotNull ExecutionContext executionContext, @NotNull String scope) org.json.JSONObjectTokenExchangeService.processTokenExchange(String scope, Function<io.jans.as.model.token.JsonWebResponse, Void> idTokenPreProcessing, ExecutionContext executionContext) jakarta.ws.rs.core.ResponseTxTokenService.processTxToken(ExecutionContext executionContext) -
Uses of ExecutionContext in io.jans.as.server.uma.service
Methods in io.jans.as.server.uma.service with parameters of type ExecutionContextModifier and TypeMethodDescriptionUmaRptService.createRPTAndPersist(ExecutionContext executionContext, List<io.jans.as.model.uma.persistence.UmaPermission> permissions) -
Uses of ExecutionContext in io.jans.as.server.util
Methods in io.jans.as.server.util with parameters of type ExecutionContextModifier and TypeMethodDescriptionstatic io.jans.as.client.TokenResponseTokenServiceUtil.createClientCredentialsAccessToken(io.jans.as.common.model.registration.Client client, String scope, ExecutionContext inputContext) static io.jans.as.client.TokenResponseTokenServiceUtil.createClientCredentialsAccessTokenWithoutScript(io.jans.as.common.model.registration.Client client, String scope, ExecutionContext inputContext)