Package de.mhus.lib.basics
Interface AclControlled
-
public interface AclControlled
-
-
Field Summary
Fields Modifier and Type Field Description static StringACL_ALL_ALLstatic StringACL_ALL_NONEstatic StringACL_ALL_ROstatic StringACL_ALL_RU
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAcl()
-
-
-
Field Detail
-
ACL_ALL_ALL
static final String ACL_ALL_ALL
- See Also:
- Constant Field Values
-
ACL_ALL_RO
static final String ACL_ALL_RO
- See Also:
- Constant Field Values
-
ACL_ALL_RU
static final String ACL_ALL_RU
- See Also:
- Constant Field Values
-
ACL_ALL_NONE
static final String ACL_ALL_NONE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAcl
String getAcl()
-
-