Package org.alfresco.filesys.config.acl
Class UidAccessControlBean
- java.lang.Object
-
- org.alfresco.filesys.config.acl.AccessControlBean
-
- org.alfresco.filesys.config.acl.UidAccessControlBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
public class UidAccessControlBean extends AccessControlBean
Simple description of a JLAN User ID Access control that can be configured via JMX or a Spring bean definition.
-
-
Constructor Summary
Constructors Constructor Description UidAccessControlBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetUid()Gets the user id.voidsetUid(int uid)Sets the user id.org.alfresco.jlan.server.auth.acl.AccessControltoAccessControl()Converts this object to a JLAN access control-
Methods inherited from class org.alfresco.filesys.config.acl.AccessControlBean
getAccessLevel, getAccessType, getName, setAccessType, setBeanName
-
-
-
-
Method Detail
-
setUid
public void setUid(int uid)
Sets the user id.- Parameters:
uid- the user id
-
getUid
public int getUid()
Gets the user id.- Returns:
- the user id
-
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
-
-