|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.filesys.config.acl.AccessControlBean
org.alfresco.filesys.config.acl.GidAccessControlBean
public class GidAccessControlBean
Simple description of a JLAN Group ID Access control that can be configured via JMX or a Spring bean definition.
Constructor Summary | |
---|---|
GidAccessControlBean()
|
Method Summary | |
---|---|
int |
getGid()
Gets the group id to check for. |
void |
setGid(int gid)
Sets the group id to check for |
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 |
---|
public GidAccessControlBean()
Method Detail |
---|
public final void setGid(int gid)
gid
- the group id to check forpublic final int getGid()
public org.alfresco.jlan.server.auth.acl.AccessControl toAccessControl()
AccessControlBean
toAccessControl
in class AccessControlBean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |