| 构造器和说明 |
|---|
ACL(String name)
Construct an ACL entry for the given identifier and with no rights.
|
ACL(String name,
Rights rights)
Construct an ACL entry for the given identifier with the given rights.
|
public ACL(String name)
name - the identifier namepublic String getName()
public void setRights(Rights rights)
rights - the rightspublic Rights getRights()
public Object clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionCopyright © 2021 Oracle. All rights reserved.