org.infoglue.cms.modules.security.impl.test
Class ACLController
java.lang.Object
|
+--org.infoglue.cms.modules.security.impl.test.ACLController
- public class ACLController
- extends java.lang.Object
- Author:
- ss
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
|
Method Summary |
static void |
addACE(java.lang.String entityQualifyerGuid,
IEditableACE ace)
|
static IACE |
getACEForUser(java.lang.String user,
java.lang.String entityQualifyerGuid)
|
static java.util.List |
getACL(java.lang.String entityQualifyerGuid)
|
static void |
removeACE(java.lang.String entityQualifyerGuid,
java.lang.Integer aceId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACLController
public ACLController()
getACL
public static java.util.List getACL(java.lang.String entityQualifyerGuid)
getACEForUser
public static IACE getACEForUser(java.lang.String user,
java.lang.String entityQualifyerGuid)
addACE
public static void addACE(java.lang.String entityQualifyerGuid,
IEditableACE ace)
removeACE
public static void removeACE(java.lang.String entityQualifyerGuid,
java.lang.Integer aceId)
Copyright © 2003 InfoGlue.org All Rights Reserved.