Uses of Class
io.muserver.openapi.SecuritySchemeObject
-
Packages that use SecuritySchemeObject Package Description io.muserver.openapi A model of the Open API spec, which is used internally when creating documentation for JAX-RS services. -
-
Uses of SecuritySchemeObject in io.muserver.openapi
Methods in io.muserver.openapi that return SecuritySchemeObject Modifier and Type Method Description SecuritySchemeObject
SecuritySchemeObjectBuilder. build()
Methods in io.muserver.openapi that return types with arguments of type SecuritySchemeObject Modifier and Type Method Description java.util.Map<java.lang.String,SecuritySchemeObject>
ComponentsObject. securitySchemes()
Method parameters in io.muserver.openapi with type arguments of type SecuritySchemeObject Modifier and Type Method Description ComponentsObjectBuilder
ComponentsObjectBuilder. withSecuritySchemes(java.util.Map<java.lang.String,SecuritySchemeObject> securitySchemes)
-