Package io.micronaut.starter.feature.security


package io.micronaut.starter.feature.security
  • Class
    Description
    Core Micronaut Security feature.
    Provides support for security annotations in Micronaut applications.
    Enumeration of supported security authentication modes with defined ordering.
    Provides the security authentication mode configuration.
    Utility class for resolving the configured SecurityAuthenticationMode from the features present in the GeneratorContext.
    Feature that adds Cross Site Request Forgery (CSRF) mitigation support to Micronaut Security.
    Base class for security-related features providing common functionality and ensuring the inclusion of security annotations.
    Security feature for JWT (JSON Web Token) based authentication.
    Security feature for LDAP (Lightweight Directory Access Protocol) authentication support.
    Security feature for OAuth 2.0 authentication support.
    Configuration interface for OAuth 2.0 security settings.
    Abstract base feature for OAuth2 security, managing the inclusion of SecurityOAuth2 and optionally SecurityJWT features.
    Security feature that adds support for Session based Authentication within the Micronaut security framework.