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 Summary
Fields Modifier and Type Field Description static List<org.jboss.jandex.DotName>DECLARE_ROLESstatic List<org.jboss.jandex.DotName>DENY_ALLstatic List<org.jboss.jandex.DotName>PERMIT_ALLstatic List<org.jboss.jandex.DotName>ROLES_ALLOWED
-
-
-
Field Detail
-
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
-
-