Class JaxRsSecurity
java.lang.Object
io.micronaut.projectgen.micronaut.features.jaxrs.JaxRsSecurity
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, OpenRewriteFeature, MicronautServerDependent
@Requires(property="micronaut.starter.feature.jax.rs.security.enabled",
value="true",
defaultValue="true")
@Singleton
public class JaxRsSecurity
extends Object
implements OpenRewriteFeature, MicronautServerDependent
Provides integration between Micronaut Security and JAX-RS.
This feature enables security support specifically tailored for JAX-RS applications
running on a Micronaut server.
It is not visible as a standalone feature and supports only default application types.
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()The name of the feature.getRecipes(GeneratorContext generatorContext) getTitle()booleanSome features should not be visible to the user because they are a common parent of other selectable features, or they should always be applied, or any other reason.booleanThis method must be implemented to ensure it is only selectable for the desired application types.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getOrder, isCommunity, isPreview, processSelectedFeaturesMethods inherited from interface OpenRewriteFeature
apply, getFrameworkDocumentation, getThirdPartyDocumentation, processRecipes
-
Constructor Details
-
JaxRsSecurity
public JaxRsSecurity()
-
-
Method Details
-
getName
-
getTitle
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-
isVisible
public boolean isVisible()Description copied from interface:FeatureSome features should not be visible to the user because they are a common parent of other selectable features, or they should always be applied, or any other reason. -
supports
Description copied from interface:FeatureThis method must be implemented to ensure it is only selectable for the desired application types. This method is not used for determining if a default feature should be applied. -
getCategory
- Specified by:
getCategoryin interfaceFeature- Returns:
- The Category to which the feature belongs to.
-
getRecipes
- Specified by:
getRecipesin interfaceOpenRewriteFeature
-