ChannelSecurityInterceptor usage and
SecuredChannel annotation.@Deprecated public class ChannelSecurityInterceptorFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<ChannelSecurityInterceptor>, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.BeanFactoryAware
FactoryBean for <security:secured-channels/> JavaConfig variant to provide options
for ChannelSecurityInterceptor beans.| Constructor and Description |
|---|
ChannelSecurityInterceptorFactoryBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelSecurityInterceptorFactoryBean |
accessPolicy(java.lang.String pattern,
java.lang.String sendAccess)
Deprecated.
|
ChannelSecurityInterceptorFactoryBean |
accessPolicy(java.lang.String pattern,
java.lang.String sendAccess,
java.lang.String receiveAccess)
Deprecated.
|
ChannelSecurityInterceptor |
getObject()
Deprecated.
|
java.lang.Class<?> |
getObjectType()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
ChannelSecurityInterceptorFactoryBean |
setAccessDecisionManager(org.springframework.security.access.AccessDecisionManager accessDecisionManager)
Deprecated.
|
ChannelSecurityInterceptorFactoryBean |
setAccessPolicies(java.util.Map<java.lang.String,DefaultChannelAccessPolicy> accessPolicies)
Deprecated.
|
ChannelSecurityInterceptorFactoryBean |
setAfterInvocationManager(org.springframework.security.access.intercept.AfterInvocationManager afterInvocationManager)
Deprecated.
|
ChannelSecurityInterceptorFactoryBean |
setAlwaysReauthenticate(boolean alwaysReauthenticate)
Deprecated.
|
ChannelSecurityInterceptorFactoryBean |
setAuthenticationManager(org.springframework.security.authentication.AuthenticationManager newManager)
Deprecated.
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
Deprecated.
|
void |
setBeanName(java.lang.String name)
Deprecated.
|
ChannelSecurityInterceptorFactoryBean |
setPublishAuthorizationSuccess(boolean publishAuthorizationSuccess)
Deprecated.
|
ChannelSecurityInterceptorFactoryBean |
setRejectPublicInvocations(boolean rejectPublicInvocations)
Deprecated.
|
ChannelSecurityInterceptorFactoryBean |
setRunAsManager(org.springframework.security.access.intercept.RunAsManager runAsManager)
Deprecated.
|
ChannelSecurityInterceptorFactoryBean |
setValidateConfigAttributes(boolean validateConfigAttributes)
Deprecated.
|
public ChannelSecurityInterceptorFactoryBean()
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void setBeanName(java.lang.String name)
setBeanName in interface org.springframework.beans.factory.BeanNameAwarepublic ChannelSecurityInterceptorFactoryBean setAccessDecisionManager(org.springframework.security.access.AccessDecisionManager accessDecisionManager)
public ChannelSecurityInterceptorFactoryBean setAfterInvocationManager(org.springframework.security.access.intercept.AfterInvocationManager afterInvocationManager)
public ChannelSecurityInterceptorFactoryBean setAlwaysReauthenticate(boolean alwaysReauthenticate)
public ChannelSecurityInterceptorFactoryBean setAuthenticationManager(org.springframework.security.authentication.AuthenticationManager newManager)
public ChannelSecurityInterceptorFactoryBean setPublishAuthorizationSuccess(boolean publishAuthorizationSuccess)
public ChannelSecurityInterceptorFactoryBean setRejectPublicInvocations(boolean rejectPublicInvocations)
public ChannelSecurityInterceptorFactoryBean setRunAsManager(org.springframework.security.access.intercept.RunAsManager runAsManager)
public ChannelSecurityInterceptorFactoryBean setValidateConfigAttributes(boolean validateConfigAttributes)
public ChannelSecurityInterceptorFactoryBean accessPolicy(java.lang.String pattern, java.lang.String sendAccess)
public ChannelSecurityInterceptorFactoryBean accessPolicy(java.lang.String pattern, java.lang.String sendAccess, java.lang.String receiveAccess)
public ChannelSecurityInterceptorFactoryBean setAccessPolicies(java.util.Map<java.lang.String,DefaultChannelAccessPolicy> accessPolicies)
public ChannelSecurityInterceptor getObject() throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBean<ChannelSecurityInterceptor>java.lang.Exceptionpublic java.lang.Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<ChannelSecurityInterceptor>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<ChannelSecurityInterceptor>