Class SecurityConstants

java.lang.Object
io.smallrye.openapi.api.constants.SecurityConstants

public class SecurityConstants extends Object
Constants related to the Security annotations
Author:
Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
  • Field Details

    • DECLARE_ROLES

      public static final List<org.jboss.jandex.DotName> DECLARE_ROLES
    • ROLES_ALLOWED

      public static final List<org.jboss.jandex.DotName> ROLES_ALLOWED
    • PERMIT_ALL

      public static final List<org.jboss.jandex.DotName> PERMIT_ALL
    • DENY_ALL

      public static final List<org.jboss.jandex.DotName> DENY_ALL