@groovy.util.logging.Slf4j @groovy.transform.CompileStatic abstract class AbstractFilterInvocationDefinition extends java.lang.Object implements FilterInvocationSecurityMetadataSource
| Modifiers | Name | Description |
|---|---|---|
protected static java.util.Collection<ConfigAttribute> |
ALLOW404 |
|
protected static java.util.Collection<ConfigAttribute> |
DENY |
|
protected static java.lang.String |
ERROR404 |
|
protected AuthenticatedVoter |
authenticatedVoter |
|
protected java.util.List<InterceptedUrl> |
compiled |
|
protected boolean |
initialized |
|
protected MessageSourceAccessor |
messages |
|
protected RoleVoter |
roleVoter |
|
protected AntPathMatcher |
urlMatcher |
|
protected UrlPathHelper |
urlPathHelper |
| Type | Name and description |
|---|---|
boolean |
rejectIfNoRuleDependency injection for whether to reject if there's no matching rule. |
| Constructor and description |
|---|
AbstractFilterInvocationDefinition() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected java.lang.String |
calculateUri(HttpServletRequest request)Resolve the URI from jakarta.servlet.http.HttpServletRequest |
|
protected void |
compileAndStoreMapping(InterceptedUrl iu) |
|
protected java.lang.String |
determineUrl(FilterInvocation filterInvocation) |
|
protected java.util.Collection<ConfigAttribute> |
findConfigAttributes(java.lang.String url, java.lang.String requestMethod) |
|
java.util.Collection<ConfigAttribute> |
findMatchingAttributes(java.lang.String url)For admin/debugging - find all config attributes that apply to the specified URL (doesn't consider request method restrictions). |
|
java.util.Collection<ConfigAttribute> |
getAllConfigAttributes() |
|
java.util.Collection<ConfigAttribute> |
getAttributes(java.lang.Object object) |
|
java.util.List<InterceptedUrl> |
getConfigAttributeMap()For debugging. |
|
InterceptedUrl |
getInterceptedUrl(java.lang.String url, HttpMethod httpMethod) |
|
protected void |
initialize() |
|
protected java.lang.String |
lowercaseAndStripQuerystring(java.lang.String url) |
|
void |
reset()Allows subclasses to be externally reset. |
|
protected void |
resetConfigs() |
|
protected java.util.List<java.lang.String> |
split(java.lang.String value) |
|
protected boolean |
stopAtFirstMatch() |
|
protected InterceptedUrl |
storeMapping(java.lang.String pattern, HttpMethod method, java.util.Collection<ConfigAttribute> configAttributes) |
|
protected java.lang.String |
stripContextPath(java.lang.String uri, HttpServletRequest request) |
|
boolean |
supports(java.lang.Class<?> clazz) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Dependency injection for whether to reject if there's no matching rule.
Resolve the URI from jakarta.servlet.http.HttpServletRequest
request - The jakarta.servlet.http.HttpServletRequestFor admin/debugging - find all config attributes that apply to the specified URL (doesn't consider request method restrictions).
url - the URLFor debugging.
Allows subclasses to be externally reset.