Uses of Class
org.qubership.atp.itf.lite.backend.model.entities.http.RequestParam
Packages that use RequestParam
Package
Description
-
Uses of RequestParam in org.qubership.atp.itf.lite.backend.components.auth
Methods in org.qubership.atp.itf.lite.backend.components.auth that return types with arguments of type RequestParamModifier and TypeMethodDescriptionInheritFromParentAuthorizationStrategy.generateAuthorizationParams(RequestAuthorization authorization) OAuth1RequestAuthorizationStrategy.generateAuthorizationParams(RequestAuthorization authorization) default List<RequestParam> RequestAuthorizationStrategy.generateAuthorizationParams(RequestAuthorization authorization) Generates a params to be displayed on the UI. -
Uses of RequestParam in org.qubership.atp.itf.lite.backend.model.entities.http
Constructors in org.qubership.atp.itf.lite.backend.model.entities.http with parameters of type RequestParamModifierConstructorDescriptionRequestParam(RequestParam requestParam) Copy parameters constructor. -
Uses of RequestParam in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service that return types with arguments of type RequestParamModifier and TypeMethodDescriptionRequestAuthorizationService.generateAuthorizationParams(RequestAuthorization authorization) Generates a params to be displayed on the UI.RequestService.generateAuthorizationParams(RequestAuthorization authorization) Generate Authorization params by authorization type.protected org.springframework.data.jpa.repository.JpaRepository<RequestParam, UUID> RequestParamService.repository()Method parameters in org.qubership.atp.itf.lite.backend.service with type arguments of type RequestParamModifier and TypeMethodDescriptionvoidRequestService.encodeRequestParametersExceptEnv(List<RequestParam> parameters) Encode request parameters except environments.voidRequestService.updateParametersFields(List<RequestParam> entities) Remove special symbols from parameter entities names. -
Uses of RequestParam in org.qubership.atp.itf.lite.backend.utils
Methods in org.qubership.atp.itf.lite.backend.utils that return types with arguments of type RequestParamModifier and TypeMethodDescriptionstatic List<RequestParam> UrlParsingUtils.parseRequestParams(String paramsString) Parse request parameters from url.