Class SpringSecurityProcessorUtil
- java.lang.Object
-
- io.quarkus.spring.security.deployment.SpringSecurityProcessorUtil
-
final class SpringSecurityProcessorUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static PatternBASIC_BEAN_METHOD_INVOCATION_PATTERN(package private) static StringBASIC_BEAN_METHOD_INVOCATION_REGEX
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (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 Detail
-
BASIC_BEAN_METHOD_INVOCATION_REGEX
static final String BASIC_BEAN_METHOD_INVOCATION_REGEX
- See Also:
- Constant Field Values
-
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)
-
-