Class SecurityConfigBean


  • public class SecurityConfigBean
    extends java.lang.Object
    The Class SecurityConfigBean.
    Author:
    dward
    • Constructor Detail

      • SecurityConfigBean

        public SecurityConfigBean()
    • 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