Uses of Enum Class
com.netscape.certsrv.acls.ACLEntry.Type
Packages that use ACLEntry.Type
-
Uses of ACLEntry.Type in com.netscape.certsrv.acls
Fields in com.netscape.certsrv.acls declared as ACLEntry.TypeMethods in com.netscape.certsrv.acls that return ACLEntry.TypeModifier and TypeMethodDescriptionACLEntry.getType()
Get the Type of the ACL entry.static ACLEntry.Type
Returns the enum constant of this class with the specified name.static ACLEntry.Type[]
ACLEntry.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ACLEntry.Type in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization with parameters of type ACLEntry.TypeModifier and TypeMethodDescriptionAAclAuthz.getEntries
(ACLEntry.Type entryType, Iterable<String> nodes, String operation)