Package org.alfresco.filesys.config.acl
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
Simple description of a JLAN IP Address Access control that can be configured via JMX or a Spring bean definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the network mask.Gets the subnet.voidsetNetMask(String mask) Sets the network mask.voidSets the subnet.org.alfresco.jlan.server.auth.acl.AccessControlConverts this object to a JLAN access controlMethods inherited from class org.alfresco.filesys.config.acl.AccessControlBean
getAccessLevel, getAccessType, getName, setAccessType, setBeanName
-
Constructor Details
-
IpAddressAccessControlBean
public IpAddressAccessControlBean()
-
-
Method Details
-
setSubnet
Sets the subnet.- Parameters:
subnet- the subnet
-
setNetMask
Sets the network mask.- Parameters:
mask- the network mask
-
getSubnet
Gets the subnet.- Returns:
- the subnet
-
getNetMask
Gets the network mask.- Returns:
- the network mask
-
toAccessControl
public org.alfresco.jlan.server.auth.acl.AccessControl toAccessControl()Description copied from class:AccessControlBeanConverts this object to a JLAN access control- Specified by:
toAccessControlin classAccessControlBean- Returns:
- the access control
-