suppressed functional interface sonar issue for MgmtBasicAuthRestApi
Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch.io>
This commit is contained in:
@@ -19,6 +19,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|||||||
* Api for handling basic auth user validation
|
* Api for handling basic auth user validation
|
||||||
*/
|
*/
|
||||||
@RequestMapping(MgmtRestConstants.AUTH_V1_REQUEST_MAPPING)
|
@RequestMapping(MgmtRestConstants.AUTH_V1_REQUEST_MAPPING)
|
||||||
|
@SuppressWarnings("squid:S1609")
|
||||||
public interface MgmtBasicAuthRestApi {
|
public interface MgmtBasicAuthRestApi {
|
||||||
/**
|
/**
|
||||||
* Handles the GET request of basic auth.
|
* Handles the GET request of basic auth.
|
||||||
|
|||||||
Reference in New Issue
Block a user