public class Ace extends Object
| Modifier and Type | Field and Description |
|---|---|
static Ace |
ACE_ALL |
static Ace |
ACE_NONE |
static Ace |
ACE_RO |
static Ace |
ACE_RU |
static String |
GENERAL_OPERATOR |
protected String |
rights |
static String |
RIGHTS_ALL |
static String |
RIGHTS_NONE |
static String |
RIGHTS_RO |
static String |
RIGHTS_RU |
public static final String RIGHTS_NONE
public static final String RIGHTS_ALL
public static final String RIGHTS_RO
public static final String RIGHTS_RU
public static final String GENERAL_OPERATOR
public static final Ace ACE_NONE
public static final Ace ACE_ALL
public static final Ace ACE_RO
public static final Ace ACE_RU
protected String rights
public Ace()
public Ace(String rights)
public boolean canCreate()
public boolean canRead()
public boolean canUpdate()
public boolean canDelete()
public boolean hasFlag(char f)
public String getRights()
Copyright © 2019. All rights reserved.