Package io.quarkus.security.deployment
Class AdditionalRolesAllowedTransformer
java.lang.Object
io.quarkus.security.deployment.AdditionalRolesAllowedTransformer
- All Implemented Interfaces:
Consumer<org.jboss.jandex.AnnotationTransformation.TransformationContext>,Predicate<org.jboss.jandex.MethodInfo>
-
Constructor Summary
ConstructorsConstructorDescriptionAdditionalRolesAllowedTransformer(Collection<MethodDescription> methods, List<String> rolesAllowed) -
Method Summary
-
Constructor Details
-
AdditionalRolesAllowedTransformer
AdditionalRolesAllowedTransformer(Collection<MethodDescription> methods, List<String> rolesAllowed)
-
-
Method Details
-
test
public boolean test(org.jboss.jandex.MethodInfo methodInfo) -
accept
public void accept(org.jboss.jandex.AnnotationTransformation.TransformationContext ctx)
-