public class SecurityUserPrivilegeDescriptor extends SimpleDescriptor
ID_ALL, ID_BIND, ID_CHANGE, ID_CONTENT, ID_DELETE, ID_PROPERTIES, ID_READ, ID_SECURITY, ID_UNBIND, ID_USERSPRIV, ID_WRITE
Modifier and Type | Method and Description |
---|---|
static SecurityUserPrivilegeDescriptor |
get() |
java.lang.String |
getId()
Get id
|
java.lang.String |
getName(java.util.Locale locale)
Get name
|
int |
getState(AbstractAce ace)
Get state
|
void |
setState(AbstractAce ace,
int state)
Set state
|
getColumnCount, getSubDescriptors
public static SecurityUserPrivilegeDescriptor get()
public java.lang.String getId()
PrivilegeDescriptor
public java.lang.String getName(java.util.Locale locale)
PrivilegeDescriptor
public int getState(AbstractAce ace)
PrivilegeDescriptor
ace
- The access control elementpublic void setState(AbstractAce ace, int state)
PrivilegeDescriptor
ace
- The access control elementstate
- The state to be set