Class AutoJWTSecurityFilter
- java.lang.Object
-
- io.quarkus.smallrye.openapi.runtime.filter.AutoSecurityFilter
-
- io.quarkus.smallrye.openapi.runtime.filter.AutoJWTSecurityFilter
-
- All Implemented Interfaces:
org.eclipse.microprofile.openapi.OASFilter
public class AutoJWTSecurityFilter extends AutoSecurityFilter
Add JWT Authentication security automatically based on the added security extensions
-
-
Constructor Summary
Constructors Constructor Description AutoJWTSecurityFilter()AutoJWTSecurityFilter(String securitySchemeName, String securitySchemeDescription, String jwtSecuritySchemeValue, String jwtBearerFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJwtBearerFormat()StringgetJwtSecuritySchemeValue()protected org.eclipse.microprofile.openapi.models.security.SecuritySchemegetSecurityScheme()voidsetJwtBearerFormat(String jwtBearerFormat)voidsetJwtSecuritySchemeValue(String jwtSecuritySchemeValue)-
Methods inherited from class io.quarkus.smallrye.openapi.runtime.filter.AutoSecurityFilter
filterOpenAPI, getSecuritySchemeDescription, getSecuritySchemeName, getUrl, setSecuritySchemeDescription, setSecuritySchemeName
-
-
-
-
Method Detail
-
getJwtSecuritySchemeValue
public String getJwtSecuritySchemeValue()
-
setJwtSecuritySchemeValue
public void setJwtSecuritySchemeValue(String jwtSecuritySchemeValue)
-
getJwtBearerFormat
public String getJwtBearerFormat()
-
setJwtBearerFormat
public void setJwtBearerFormat(String jwtBearerFormat)
-
getSecurityScheme
protected org.eclipse.microprofile.openapi.models.security.SecurityScheme getSecurityScheme()
- Specified by:
getSecuritySchemein classAutoSecurityFilter
-
-