public class Acl
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static Acl |
ALL
'all' in cyradm
|
static Acl |
NOTHING
No rights at all
|
static Acl |
POST
Needed for delivery to mailshares
|
static Acl |
RO
Read only
|
static Acl |
RW
Read/Write
|
Constructor and Description |
---|
Acl(java.lang.String cyrusAclString) |
Modifier and Type | Method and Description |
---|---|
void |
add(Acl acl) |
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isA() |
boolean |
isE() |
boolean |
isEmpty() |
boolean |
isI() |
boolean |
isK() |
boolean |
isL() |
boolean |
isN() |
boolean |
isP() |
boolean |
isR() |
boolean |
isS() |
boolean |
isT() |
boolean |
isW() |
boolean |
isX() |
void |
setA(boolean a) |
void |
setE(boolean e) |
void |
setI(boolean i) |
void |
setK(boolean k) |
void |
setL(boolean l) |
void |
setN(boolean n) |
void |
setP(boolean p) |
void |
setR(boolean r) |
void |
setS(boolean s) |
void |
setT(boolean t) |
void |
setW(boolean w) |
void |
setX(boolean x) |
java.lang.String |
toString() |
public static final Acl ALL
public static final Acl POST
public static final Acl RW
public static final Acl RO
public static final Acl NOTHING
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isL()
public boolean isR()
public boolean isS()
public boolean isW()
public boolean isI()
public boolean isP()
public boolean isK()
public boolean isX()
public boolean isT()
public boolean isE()
public boolean isA()
public boolean isN()
public void setL(boolean l)
public void setR(boolean r)
public void setS(boolean s)
public void setW(boolean w)
public void setI(boolean i)
public void setP(boolean p)
public void setK(boolean k)
public void setX(boolean x)
public void setT(boolean t)
public void setE(boolean e)
public void setA(boolean a)
public void setN(boolean n)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void add(Acl acl)
public boolean isEmpty()
public java.lang.Object clone()
clone
in class java.lang.Object
Copyright © 2021. All Rights Reserved.