@groovy.transform.CompileStatic class ChannelFilterInvocationSecurityMetadataSourceFactoryBean extends java.lang.Object implements FactoryBean<FilterInvocationSecurityMetadataSource>, InitializingBean
Factory bean that builds a FilterInvocationSecurityMetadataSource for channel security.
| Modifiers | Name | Description |
|---|---|---|
protected static java.util.Collection<java.lang.String> |
SUPPORTED |
|
protected DefaultFilterInvocationSecurityMetadataSource |
source |
|
protected AntPathMatcher |
urlMatcher |
| Type | Name and description |
|---|---|
java.util.List<java.util.Map<java.lang.String, java.lang.String>> |
definitionDependency injection for the definition maps. |
| Constructor and description |
|---|
ChannelFilterInvocationSecurityMetadataSourceFactoryBean() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
afterPropertiesSet() |
|
protected java.util.LinkedHashMap<RequestMatcher, java.util.Collection<ConfigAttribute>> |
buildMap() |
|
FilterInvocationSecurityMetadataSource |
getObject() |
|
java.lang.Class<DefaultFilterInvocationSecurityMetadataSource> |
getObjectType() |
|
boolean |
isSingleton() |
| 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 the definition maps. Each map has a single entry, with URL patterns stored under the 'pattern' key and ANY_CHANNEL, REQUIRES_SECURE_CHANNEL, or REQUIRES_INSECURE_CHANNEL stored under the 'access' key.