Class IpAddressAccessControlBean

java.lang.Object
org.alfresco.filesys.config.acl.AccessControlBean
org.alfresco.filesys.config.acl.IpAddressAccessControlBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

public class IpAddressAccessControlBean extends AccessControlBean
Simple description of a JLAN IP Address Access control that can be configured via JMX or a Spring bean definition.
  • Constructor Details

    • IpAddressAccessControlBean

      public IpAddressAccessControlBean()
  • Method Details

    • setSubnet

      public void setSubnet(String subnet)
      Sets the subnet.
      Parameters:
      subnet - the subnet
    • setNetMask

      public void setNetMask(String mask)
      Sets the network mask.
      Parameters:
      mask - the network mask
    • getSubnet

      public String getSubnet()
      Gets the subnet.
      Returns:
      the subnet
    • getNetMask

      public String getNetMask()
      Gets the network mask.
      Returns:
      the network mask
    • toAccessControl

      public org.alfresco.jlan.server.auth.acl.AccessControl toAccessControl()
      Description copied from class: AccessControlBean
      Converts this object to a JLAN access control
      Specified by:
      toAccessControl in class AccessControlBean
      Returns:
      the access control