Class SpringSecurityProcessorUtil

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

final class SpringSecurityProcessorUtil extends Object
  • Field Details

    • BASIC_BEAN_METHOD_INVOCATION_REGEX

      static final String BASIC_BEAN_METHOD_INVOCATION_REGEX
      See Also:
    • BASIC_BEAN_METHOD_INVOCATION_PATTERN

      static final Pattern BASIC_BEAN_METHOD_INVOCATION_PATTERN
  • Method Details

    • createGenericMalformedException

      static IllegalArgumentException createGenericMalformedException(org.jboss.jandex.MethodInfo methodInfo, String expression)
    • getClassInfoFromBeanName

      static org.jboss.jandex.ClassInfo getClassInfoFromBeanName(String beanName, org.jboss.jandex.IndexView index, Map<String,org.jboss.jandex.DotName> springBeansNameToDotName, Map<String,org.jboss.jandex.ClassInfo> springBeansNameToClassInfo, String expression, org.jboss.jandex.MethodInfo methodInfo)
    • getParameterIndex

      static int getParameterIndex(org.jboss.jandex.MethodInfo methodInfo, String parameterName, String expression)