io.quarkus.resteasy.runtime.JaxRsSecurityConfig.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-resteasy Show documentation
Show all versions of quarkus-resteasy Show documentation
REST endpoint framework implementing JAX-RS and more
io.quarkus.resteasy.runtime.JaxRsSecurityConfig.defaultRolesAllowed=If no security annotations are affecting a method then they will default to requiring these roles,\n(equivalent to adding an @RolesAllowed annotation with the roles to every endpoint class).\n\nThe role of '**' means any authenticated user, which is equivalent to the {@link io.quarkus.security.Authenticated}\nannotation.
io.quarkus.resteasy.runtime.JaxRsSecurityConfig.denyJaxRs=if set to true, access to all JAX-RS resources will be denied by default