Uses of Class
com.netscape.certsrv.acls.ACLEntry
-
Packages that use ACLEntry Package Description com.netscape.certsrv.acls com.netscape.cms.authorization -
-
Uses of ACLEntry in com.netscape.certsrv.acls
Fields in com.netscape.certsrv.acls with type parameters of type ACLEntry Modifier and Type Field Description protected java.util.Vector<ACLEntry>
ACL. entries
Methods in com.netscape.certsrv.acls that return ACLEntry Modifier and Type Method Description static ACLEntry
ACLEntry. parseACLEntry(IACL acl, java.lang.String aclEntryString)
Parse string in the following format:Methods in com.netscape.certsrv.acls that return types with arguments of type ACLEntry Modifier and Type Method Description java.util.Enumeration<ACLEntry>
ACL. entries()
Returns ACL entries.java.util.Enumeration<ACLEntry>
IACL. entries()
Returns a list of entries of the current ACL. -
Uses of ACLEntry in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that return types with arguments of type ACLEntry Modifier and Type Method Description protected java.lang.Iterable<ACLEntry>
AAclAuthz. getEntries(ACLEntry.Type entryType, java.lang.Iterable<java.lang.String> nodes, java.lang.String operation)
-