Class SpringPreAuthorizeAnnotatedMethodBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.spring.security.deployment.SpringPreAuthorizeAnnotatedMethodBuildItem
public final class SpringPreAuthorizeAnnotatedMethodBuildItem
extends io.quarkus.builder.item.SimpleBuildItem
Build Item recording all the methods that have been effectively annotated with
@PreAuthorize-
Constructor Summary
ConstructorsConstructorDescriptionSpringPreAuthorizeAnnotatedMethodBuildItem(Map<org.jboss.jandex.MethodInfo, org.jboss.jandex.AnnotationInstance> methodToInstanceMap) -
Method Summary
Modifier and TypeMethodDescriptionMap<org.jboss.jandex.MethodInfo, org.jboss.jandex.AnnotationInstance>
-
Constructor Details
-
SpringPreAuthorizeAnnotatedMethodBuildItem
public SpringPreAuthorizeAnnotatedMethodBuildItem(Map<org.jboss.jandex.MethodInfo, org.jboss.jandex.AnnotationInstance> methodToInstanceMap)
-
-
Method Details
-
getMethodToInstanceMap
public Map<org.jboss.jandex.MethodInfo,org.jboss.jandex.AnnotationInstance> getMethodToInstanceMap()
-