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