Class JaxRsSecurity

java.lang.Object
io.micronaut.starter.feature.jaxrs.JaxRsSecurity
All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, MicronautServerDependent

@Requires(property="micronaut.starter.feature.jax.rs.security.enabled", value="true", defaultValue="true") @Singleton public class JaxRsSecurity extends Object implements Feature, MicronautServerDependent
  • Constructor Details

    • JaxRsSecurity

      public JaxRsSecurity()
  • Method Details