Class SecurityConfigBean

java.lang.Object
org.alfresco.filesys.config.SecurityConfigBean

public class SecurityConfigBean extends Object
The Class SecurityConfigBean.
Author:
dward
  • Constructor Details

    • SecurityConfigBean

      public SecurityConfigBean()
  • Method Details

    • 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 String getJCEProvider()
      Gets the jCE provider.
      Returns:
      the jCE provider
    • setJCEProvider

      public void setJCEProvider(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