Class SpringSecurityProcessorUtil


  • final class SpringSecurityProcessorUtil
    extends Object
    • Field Detail

      • BASIC_BEAN_METHOD_INVOCATION_PATTERN

        static final Pattern BASIC_BEAN_METHOD_INVOCATION_PATTERN
    • Method Detail

      • 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)