Interface SecurityRule


@Internal public interface SecurityRule
Copy of class io.micronaut.security.rules.SecurityRule from micronaut-security.
Since:
4.8.7
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The token to represent no security roles are allowed.
    static final String
    The token to represent allowing anonymous access.
    static final String
    The token to represent allowing any authenticated access.
  • Field Details