Package org.alfresco.filesys.config.acl
Class GidAccessControlBean
- java.lang.Object
-
- org.alfresco.filesys.config.acl.AccessControlBean
-
- org.alfresco.filesys.config.acl.GidAccessControlBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware
public class GidAccessControlBean extends AccessControlBean
Simple description of a JLAN Group ID Access control that can be configured via JMX or a Spring bean definition.
-
-
Constructor Summary
Constructors Constructor Description GidAccessControlBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGid()Gets the group id to check for.voidsetGid(int gid)Sets the group id to check fororg.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
-
setGid
public final void setGid(int gid)
Sets the group id to check for- Parameters:
gid- the group id to check for
-
getGid
public final int getGid()
Gets the group id to check for.- Returns:
- the group id to check for
-
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
-
-