Package org.alfresco.filesys.config.acl
Class ProtocolAccessControlBean
java.lang.Object
org.alfresco.filesys.config.acl.AccessControlBean
org.alfresco.filesys.config.acl.ProtocolAccessControlBean
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
Simple description of a JLAN Protocol Access control that can be configured via JMX or a Spring bean definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the list of protocol typesvoidsetCheckList(String protList) Sets the list of protocol types.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
-
ProtocolAccessControlBean
public ProtocolAccessControlBean()
-
-
Method Details
-
setCheckList
Sets the list of protocol types.- Parameters:
protList- the list of protocol types
-
getCheckList
Gets the list of protocol types- Returns:
- the list of protocol types
-
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
-