Uses of Class
com.qdesrame.openapi.diff.model.ChangedSecurityScheme
-
Packages that use ChangedSecurityScheme Package Description com.qdesrame.openapi.diff.compare com.qdesrame.openapi.diff.model -
-
Uses of ChangedSecurityScheme in com.qdesrame.openapi.diff.compare
Methods in com.qdesrame.openapi.diff.compare that return types with arguments of type ChangedSecurityScheme Modifier and Type Method Description protected Optional<ChangedSecurityScheme>SecuritySchemeDiff. computeDiff(HashSet<String> refSet, io.swagger.v3.oas.models.security.SecurityScheme leftSecurityScheme, io.swagger.v3.oas.models.security.SecurityScheme rightSecurityScheme, DiffContext context)Optional<ChangedSecurityScheme>SecuritySchemeDiff. diff(String leftSchemeRef, List<String> leftScopes, String rightSchemeRef, List<String> rightScopes, DiffContext context) -
Uses of ChangedSecurityScheme in com.qdesrame.openapi.diff.model
Methods in com.qdesrame.openapi.diff.model with parameters of type ChangedSecurityScheme Modifier and Type Method Description voidChangedSecurityRequirement. addChanged(ChangedSecurityScheme changedSecurityScheme)
-