au.edu.swin.synergy.plugin.repository
Class BACL
java.lang.Object
|
+--au.edu.swin.synergy.plugin.repository.BACL
- public class BACL
- extends Object
- implements Serializable
File Repository Security Descriptor
- See Also:
- Serialized Form
Constructor Summary |
BACL()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BACL
public BACL()
getOwner
public int getOwner()
setOwner
public void setOwner(int fOwner)
addDescriptor
public boolean addDescriptor(String descriptor)
removeDescriptor
public boolean removeDescriptor(String fDescriptor)
clear
public void clear()
checkAccess
public boolean checkAccess(BUser user,
int access)
getDescriptorsStrings
public String[] getDescriptorsStrings()
getDescriptors
public Vector getDescriptors()