suppressed functional interface sonar issue for MgmtBasicAuthRestApi

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>
This commit is contained in:
Bogdan Bondar
2021-07-02 19:57:51 +02:00
parent 2bdab157cf
commit 4d5b2b3f71

View File

@@ -19,6 +19,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
* Api for handling basic auth user validation
*/
@RequestMapping(MgmtRestConstants.AUTH_V1_REQUEST_MAPPING)
@SuppressWarnings("squid:S1609")
public interface MgmtBasicAuthRestApi {
/**
* Handles the GET request of basic auth.