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