Package dk.mada.jaxrs.openapi
Class SecurityTransformer
java.lang.Object
dk.mada.jaxrs.openapi.SecurityTransformer
Transforms OpenApi security to local model objects.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontransform
(io.swagger.v3.oas.models.OpenAPI specification) Transforms OpenApi security to local model objects.
-
Constructor Details
-
SecurityTransformer
public SecurityTransformer()
-
-
Method Details
-
transform
Transforms OpenApi security to local model objects.- Parameters:
specification
- the OpenApi specification to transform- Returns:
- a local model defining the security
-