Package com.netscape.certsrv.acls
Interface IACLEntry
- All Known Implementing Classes:
ACLEntry
public interface IACLEntry
A class represents an entry of access control list.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ACL entry string of the entry.
-
Method Details
-
getACLEntryString
String getACLEntryString()Returns the ACL entry string of the entry.- Returns:
- the ACL entry string of the entry.
-