-
The status of swagger in the project:
*
OPEN swagger can be accessed without authentication,
*
SECURED swagger can only be accessed with basic auth,
*
DISABLED swagger cannot be accessed
*
CUSTOM no spring security configuration at all
Default is DISABLED, but you can set it to OPEN for local environments
Returns the enum constant of this class with the specified name.
SwaggerProperties.SwaggerStatus.values()
Returns an array containing the constants of this enum class, in
the order they are declared.
void
The status of swagger in the project:
*
OPEN swagger can be accessed without authentication,
*
SECURED swagger can only be accessed with basic auth,
*
DISABLED swagger cannot be accessed
*
CUSTOM no spring security configuration at all
Default is DISABLED, but you can set it to OPEN for local environments