org.alfresco.filesys.config.acl
Class ProtocolAccessControlBean

java.lang.Object
  extended by org.alfresco.filesys.config.acl.AccessControlBean
      extended by org.alfresco.filesys.config.acl.ProtocolAccessControlBean
All Implemented Interfaces:
org.springframework.beans.factory.BeanNameAware

public class ProtocolAccessControlBean
extends AccessControlBean

Simple description of a JLAN Protocol Access control that can be configured via JMX or a Spring bean definition.


Constructor Summary
ProtocolAccessControlBean()
           
 
Method Summary
 java.lang.String getCheckList()
          Gets the list of protocol types
 void setCheckList(java.lang.String protList)
          Sets the list of protocol types.
 org.alfresco.jlan.server.auth.acl.AccessControl toAccessControl()
          Converts this object to a JLAN access control
 
Methods inherited from class org.alfresco.filesys.config.acl.AccessControlBean
getAccessLevel, getAccessType, getName, setAccessType, setBeanName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolAccessControlBean

public ProtocolAccessControlBean()
Method Detail

setCheckList

public void setCheckList(java.lang.String protList)
Sets the list of protocol types.

Parameters:
protList - the list of protocol types

getCheckList

public java.lang.String 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: AccessControlBean
Converts this object to a JLAN access control

Specified by:
toAccessControl in class AccessControlBean
Returns:
the access control


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.