Uses of Class
org.apache.juneau.bean.swagger.SecurityScheme
Packages that use SecurityScheme
-
Uses of SecurityScheme in org.apache.juneau.bean.swagger
Methods in org.apache.juneau.bean.swagger that return SecuritySchemeModifier and TypeMethodDescriptionBean property appender:scopes .SecurityScheme.copy()
Make a deep copy of this object.static final SecurityScheme
SwaggerBuilder.securityScheme()
Creates an emptySecurityScheme
element.static final SecurityScheme
SwaggerBuilder.securityScheme
(String type) Creates anSecurityScheme
element with the specifiedtype
attribute.static final SecurityScheme
SwaggerBuilder.securitySchemeStrict
(String type) Creates anSecurityScheme
element with the specifiedtype
attribute.SecurityScheme.setAuthorizationUrl
(String value) Bean property setter:authorizationUrl .SecurityScheme.setDescription
(String value) Bean property setter:description .Bean property setter:flow .Bean property setter:in .Bean property setter:name .Bean property setter:scopes .SecurityScheme.setTokenUrl
(String value) Bean property setter:tokenUrl .Bean property setter:type .SecurityScheme.strict()
Sets strict mode on this bean.Methods in org.apache.juneau.bean.swagger that return types with arguments of type SecuritySchemeModifier and TypeMethodDescriptionSwagger.getSecurityDefinitions()
Bean property getter:securityDefinitions .Methods in org.apache.juneau.bean.swagger with parameters of type SecuritySchemeModifier and TypeMethodDescriptionSwagger.addSecurityDefinition
(String name, SecurityScheme securityScheme) Bean property appender:securityDefinitions .Method parameters in org.apache.juneau.bean.swagger with type arguments of type SecuritySchemeModifier and TypeMethodDescriptionSwagger.setSecurityDefinitions
(Map<String, SecurityScheme> value) Bean property setter:securityDefinitions .Constructors in org.apache.juneau.bean.swagger with parameters of type SecurityScheme