public class ACLItem extends Object
Constructor and Description |
---|
ACLItem(String user,
String privileges,
String grantor) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getGrantor() |
String |
getPrivileges() |
String |
getUser() |
int |
hashCode() |
static ACLItem |
parse(String aclItemStr) |
void |
setGrantor(String grantor) |
void |
setPrivileges(String privileges) |
void |
setUser(String user) |
String |
toString() |
Copyright © 2013–2017 impossibl.com. All rights reserved.