Class HasRoleValueUtil

java.lang.Object
io.quarkus.spring.security.deployment.HasRoleValueUtil

final class HasRoleValueUtil extends Object
  • Method Details

    • getHasRoleValueProducer

      static Supplier<String[]> getHasRoleValueProducer(String hasRoleValue, org.jboss.jandex.MethodInfo methodInfo, org.jboss.jandex.IndexView index, Map<String,org.jboss.jandex.DotName> springBeansNameToDotName, Map<String,org.jboss.jandex.ClassInfo> springBeansNameToClassInfo, Set<String> beansReferencedInPreAuthorized, io.quarkus.spring.security.runtime.interceptor.SpringSecurityRecorder recorder)