Class HttpSecurityUtils

java.lang.Object
io.quarkus.vertx.http.deployment.HttpSecurityUtils

public final class HttpSecurityUtils extends Object
  • Field Details

    • AUTHORIZATION_POLICY

      static final org.jboss.jandex.DotName AUTHORIZATION_POLICY
  • Method Details

    • hasAuthorizationPolicyAnnotation

      public static boolean hasAuthorizationPolicyAnnotation(org.jboss.jandex.MethodInfo methodInfo)
    • hasAuthorizationPolicyAnnotation

      public static boolean hasAuthorizationPolicyAnnotation(org.jboss.jandex.ClassInfo classInfo)
    • hasSecurityAnnotation

      public static boolean hasSecurityAnnotation(org.jboss.jandex.MethodInfo methodInfo)
    • hasSecurityAnnotation

      public static boolean hasSecurityAnnotation(org.jboss.jandex.ClassInfo classInfo)
    • findAuthorizationPolicyAnnotation

      static Optional<org.jboss.jandex.AnnotationInstance> findAuthorizationPolicyAnnotation(Collection<org.jboss.jandex.AnnotationInstance> instances)