Uses of Interface
com.reprezen.kaizen.oasparser.model3.SecurityScheme
-
Packages that use SecurityScheme Package Description com.reprezen.kaizen.oasparser.model3 com.reprezen.kaizen.oasparser.ovl3 -
-
Uses of SecurityScheme in com.reprezen.kaizen.oasparser.model3
Methods in com.reprezen.kaizen.oasparser.model3 that return SecurityScheme Modifier and Type Method Description SecuritySchemeOpenApi3. getSecurityScheme(String name)Methods in com.reprezen.kaizen.oasparser.model3 that return types with arguments of type SecurityScheme Modifier and Type Method Description Map<String,SecurityScheme>OpenApi3. getSecuritySchemes()Map<String,SecurityScheme>OpenApi3. getSecuritySchemes(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.model3 with parameters of type SecurityScheme Modifier and Type Method Description voidOpenApi3. setSecurityScheme(String name, SecurityScheme securityScheme)Method parameters in com.reprezen.kaizen.oasparser.model3 with type arguments of type SecurityScheme Modifier and Type Method Description voidOpenApi3. setSecuritySchemes(Map<String,SecurityScheme> securitySchemes) -
Uses of SecurityScheme in com.reprezen.kaizen.oasparser.ovl3
Classes in com.reprezen.kaizen.oasparser.ovl3 that implement SecurityScheme Modifier and Type Class Description classSecuritySchemeImplFields in com.reprezen.kaizen.oasparser.ovl3 with type parameters of type SecurityScheme Modifier and Type Field Description static com.reprezen.jsonoverlay.OverlayFactory<SecurityScheme>SecuritySchemeImpl. factoryMethods in com.reprezen.kaizen.oasparser.ovl3 that return SecurityScheme Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
SecuritySchemeSecuritySchemeImpl. create(OV modelMember)SecuritySchemeOpenApi3Impl. getSecurityScheme(String name)Methods in com.reprezen.kaizen.oasparser.ovl3 that return types with arguments of type SecurityScheme Modifier and Type Method Description static <OV extends com.reprezen.jsonoverlay.IJsonOverlay<?>>
com.reprezen.jsonoverlay.Builder<SecurityScheme>SecuritySchemeImpl. builder(OV modelMember)Map<String,SecurityScheme>OpenApi3Impl. getSecuritySchemes()Map<String,SecurityScheme>OpenApi3Impl. getSecuritySchemes(boolean elaborate)Methods in com.reprezen.kaizen.oasparser.ovl3 with parameters of type SecurityScheme Modifier and Type Method Description voidOpenApi3Impl. setSecurityScheme(String name, SecurityScheme securityScheme)Method parameters in com.reprezen.kaizen.oasparser.ovl3 with type arguments of type SecurityScheme Modifier and Type Method Description voidOpenApi3Impl. setSecuritySchemes(Map<String,SecurityScheme> securitySchemes)Constructors in com.reprezen.kaizen.oasparser.ovl3 with parameters of type SecurityScheme Constructor Description SecuritySchemeImpl(SecurityScheme securityScheme, com.reprezen.jsonoverlay.JsonOverlay<?> parent, com.reprezen.jsonoverlay.ReferenceManager refMgr)
-