Package org.alfresco.filesys.config
Class SecurityConfigBean
java.lang.Object
org.alfresco.filesys.config.SecurityConfigBean
The Class SecurityConfigBean.
- Author:
- dward
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the global access control.Gets the jCE provider.org.alfresco.jlan.server.core.ShareMapperGets the share mapper.voidsetGlobalAccessControl(AccessControlListBean globalAccessControl) Sets the global access control.voidsetJCEProvider(String provider) Sets the jCE provider.voidsetShareMapper(org.alfresco.jlan.server.core.ShareMapper shareMapper) Sets the share mapper.
-
Constructor Details
-
SecurityConfigBean
public SecurityConfigBean()
-
-
Method Details
-
getGlobalAccessControl
Gets the global access control.- Returns:
- the global access control
-
setGlobalAccessControl
Sets the global access control.- Parameters:
globalAccessControl- the new global access control
-
getJCEProvider
Gets the jCE provider.- Returns:
- the jCE provider
-
setJCEProvider
Sets the jCE provider.- Parameters:
provider- the new jCE provider
-