Package org.alfresco.filesys.config
Class SecurityConfigBean
- java.lang.Object
-
- org.alfresco.filesys.config.SecurityConfigBean
-
public class SecurityConfigBean extends java.lang.ObjectThe Class SecurityConfigBean.- Author:
- dward
-
-
Constructor Summary
Constructors Constructor Description SecurityConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessControlListBeangetGlobalAccessControl()Gets the global access control.java.lang.StringgetJCEProvider()Gets the jCE provider.org.alfresco.jlan.server.core.ShareMappergetShareMapper()Gets the share mapper.voidsetGlobalAccessControl(AccessControlListBean globalAccessControl)Sets the global access control.voidsetJCEProvider(java.lang.String provider)Sets the jCE provider.voidsetShareMapper(org.alfresco.jlan.server.core.ShareMapper shareMapper)Sets the share mapper.
-
-
-
Method Detail
-
getGlobalAccessControl
public AccessControlListBean getGlobalAccessControl()
Gets the global access control.- Returns:
- the global access control
-
setGlobalAccessControl
public void setGlobalAccessControl(AccessControlListBean globalAccessControl)
Sets the global access control.- Parameters:
globalAccessControl- the new global access control
-
getJCEProvider
public java.lang.String getJCEProvider()
Gets the jCE provider.- Returns:
- the jCE provider
-
setJCEProvider
public void setJCEProvider(java.lang.String provider)
Sets the jCE provider.- Parameters:
provider- the new jCE provider
-
getShareMapper
public org.alfresco.jlan.server.core.ShareMapper getShareMapper()
Gets the share mapper.- Returns:
- the share mapper
-
setShareMapper
public void setShareMapper(org.alfresco.jlan.server.core.ShareMapper shareMapper)
Sets the share mapper.- Parameters:
shareMapper- the new share mapper
-
-