public class RMMethodSecurityPostProcessor extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor
Combines RM method security configuration with that of the core server before the security bean is instantiated.
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_OBJECT_DEFINITION_SOURCE |
static String |
PROPERTY_PREFIX |
static String |
SECURITY_BEAN_POSTFIX |
| Constructor and Description |
|---|
RMMethodSecurityPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
void |
setProperties(Properties properties) |
void |
setSecurityBeanNames(Set<String> securityBeanNames)
Set of security beans to apply RM configuration to.
|
public static final String PROP_OBJECT_DEFINITION_SOURCE
public static final String PROPERTY_PREFIX
public static final String SECURITY_BEAN_POSTFIX
public void setSecurityBeanNames(Set<String> securityBeanNames)
Used in the case where the security bean does not follow the standard naming convention.
securityBeanNames - security bean namespublic void setProperties(Properties properties)
properties - configuration propertiespublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessorBeanFactoryPostProcessor.postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory)Copyright © 2005–2016 Alfresco Software. All rights reserved.