public class ACLItem extends Object
String
grantor
privileges
user
ACLItem(String user, String privileges, String grantor)
boolean
equals(Object obj)
int
hashCode()
static ACLItem
parse(String aclItemStr)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public String user
public String privileges
public String grantor
public ACLItem(String user, String privileges, String grantor)
public String toString()
toString
Object
public static ACLItem parse(String aclItemStr)
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2013-2015 impossibl.com. All Rights Reserved.