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() |
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(org.springframework.beans.factory.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(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
org.springframework.beans.BeansException
public void setBeanName(java.lang.String name)
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
public 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.Exception
public 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>