Uses of Class
org.apache.juneau.bean.openapi3.SecuritySchemeInfo
Packages that use SecuritySchemeInfo
-
Uses of SecuritySchemeInfo in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 that return SecuritySchemeInfoModifier and TypeMethodDescriptionSecuritySchemeInfo.copy()
Make a deep copy of this object.static final SecuritySchemeInfo
OpenApiBuilder.securitySchemeInfo()
Creates an emptySecuritySchemeInfo
element.static final SecuritySchemeInfo
OpenApiBuilder.securitySchemeInfo
(String type) Creates anSecuritySchemeInfo
element with the specifiedtype
attribute.SecuritySchemeInfo.setBearerFormat
(String value) Bean property setter:format .SecuritySchemeInfo.setDescription
(String value) Bean property setter:description .Bean property setter:items .Bean property setter:in .Bean property setter:name .SecuritySchemeInfo.setOpenIdConnectUrl
(String value) Bean property setter:collectionFormat .Bean property setter:schema .Bean property setter:type .protected SecuritySchemeInfo
SecuritySchemeInfo.strict()
Methods in org.apache.juneau.bean.openapi3 that return types with arguments of type SecuritySchemeInfoModifier and TypeMethodDescriptionComponents.getSecuritySchemes()
Returns the security schemes map.Method parameters in org.apache.juneau.bean.openapi3 with type arguments of type SecuritySchemeInfoModifier and TypeMethodDescriptionComponents.setSecuritySchemes
(Map<String, SecuritySchemeInfo> value) Sets the security schemes map.Constructors in org.apache.juneau.bean.openapi3 with parameters of type SecuritySchemeInfo