Uses of Class
org.apache.juneau.bean.openapi3.SecuritySchemeInfo
Packages that use SecuritySchemeInfo
- 
Uses of SecuritySchemeInfo in org.apache.juneau.bean.openapi3Methods in org.apache.juneau.bean.openapi3 that return SecuritySchemeInfoModifier and TypeMethodDescriptionSecuritySchemeInfo.copy()Make a deep copy of this object.static final SecuritySchemeInfoOpenApiBuilder.securitySchemeInfo()Creates an emptySecuritySchemeInfoelement.static final SecuritySchemeInfoOpenApiBuilder.securitySchemeInfo(String type) Creates anSecuritySchemeInfoelement with the specifiedtypeattribute.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 SecuritySchemeInfoSecuritySchemeInfo.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