public class SecurityTransformerUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.jandex.DotName |
DENY_ALL |
| Constructor and Description |
|---|
SecurityTransformerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<org.jboss.jandex.AnnotationInstance> |
findFirstStandardSecurityAnnotation(org.jboss.jandex.ClassInfo classInfo) |
static Optional<org.jboss.jandex.AnnotationInstance> |
findFirstStandardSecurityAnnotation(org.jboss.jandex.MethodInfo methodInfo) |
static boolean |
hasStandardSecurityAnnotation(org.jboss.jandex.ClassInfo classInfo) |
static boolean |
hasStandardSecurityAnnotation(org.jboss.jandex.MethodInfo methodInfo) |
public static boolean hasStandardSecurityAnnotation(org.jboss.jandex.MethodInfo methodInfo)
public static boolean hasStandardSecurityAnnotation(org.jboss.jandex.ClassInfo classInfo)
public static Optional<org.jboss.jandex.AnnotationInstance> findFirstStandardSecurityAnnotation(org.jboss.jandex.MethodInfo methodInfo)
public static Optional<org.jboss.jandex.AnnotationInstance> findFirstStandardSecurityAnnotation(org.jboss.jandex.ClassInfo classInfo)
Copyright © 2021 JBoss by Red Hat. All rights reserved.