Class SpringSecurityProcessorUtil
java.lang.Object
io.quarkus.spring.security.deployment.SpringSecurityProcessorUtil
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription(package private) static IllegalArgumentExceptioncreateGenericMalformedException(org.jboss.jandex.MethodInfo methodInfo, String expression) (package private) static org.jboss.jandex.ClassInfogetClassInfoFromBeanName(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) (package private) static intgetParameterIndex(org.jboss.jandex.MethodInfo methodInfo, String parameterName, String expression)
-
Field Details
-
BASIC_BEAN_METHOD_INVOCATION_REGEX
- See Also:
-
BASIC_BEAN_METHOD_INVOCATION_PATTERN
-
-
Method Details
-
createGenericMalformedException
static IllegalArgumentException createGenericMalformedException(org.jboss.jandex.MethodInfo methodInfo, String expression) -
getClassInfoFromBeanName
-
getParameterIndex
-