Uses of Class
org.qubership.atp.itf.lite.backend.model.entities.http.RequestHeader
Packages that use RequestHeader
Package
Description
-
Uses of RequestHeader in org.qubership.atp.itf.lite.backend.components.auth
Methods in org.qubership.atp.itf.lite.backend.components.auth that return RequestHeaderModifier and TypeMethodDescriptionBasicRequestAuthorizationStrategy.generateAuthorizationHeader(RequestAuthorization authorization) BearerAuthorizationStrategy.generateAuthorizationHeader(RequestAuthorization authorization) Generates a header to be displayed on the UI.InheritFromParentAuthorizationStrategy.generateAuthorizationHeader(RequestAuthorization authorization) Generates a header to be displayed on the UI.OAuth1RequestAuthorizationStrategy.generateAuthorizationHeader(RequestAuthorization authorization) OAuth2RequestAuthorizationStrategy.generateAuthorizationHeader(RequestAuthorization authorization) Generates a header to be displayed on the UI.RequestAuthorizationStrategy.generateAuthorizationHeader(RequestAuthorization authorization) Generates a header to be displayed on the UI. -
Uses of RequestHeader in org.qubership.atp.itf.lite.backend.converters.curl
Methods in org.qubership.atp.itf.lite.backend.converters.curl with parameters of type RequestHeaderModifier and TypeMethodDescriptionstatic booleanCurlUtils.isHeaderJsonContentType(RequestHeader header) Check if header is "Content-Type: application/json".static booleanCurlUtils.isHeaderXmlContentType(RequestHeader header) Check if header is "Content-Type: application/xml" or "Content-Type: text/xml". -
Uses of RequestHeader in org.qubership.atp.itf.lite.backend.model.ei
Constructors in org.qubership.atp.itf.lite.backend.model.ei with parameters of type RequestHeader -
Uses of RequestHeader 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 RequestHeaderModifierConstructorDescriptionRequestHeader(RequestHeader requestHeader) Copy header constructor. -
Uses of RequestHeader in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service that return RequestHeaderModifier and TypeMethodDescriptionRequestAuthorizationService.generateAuthorizationHeader(RequestAuthorization authorization) Generates an authorization header for display.RequestService.generateAuthorizationHeader(RequestAuthorization authorization) Generate Authorization header by authorization type.Methods in org.qubership.atp.itf.lite.backend.service that return types with arguments of type RequestHeaderModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.repository.JpaRepository<RequestHeader, UUID> RequestHeaderService.repository()Method parameters in org.qubership.atp.itf.lite.backend.service with type arguments of type RequestHeaderModifier and TypeMethodDescriptionvoidRequestService.updateHeadersFields(List<RequestHeader> entities) Remove special symbols from headers entities names.