Uses of Class
com.netscape.certsrv.acls.ACLEntry.Type
-
Packages that use ACLEntry.Type Package Description com.netscape.certsrv.acls com.netscape.cms.authorization -
-
Uses of ACLEntry.Type in com.netscape.certsrv.acls
Fields in com.netscape.certsrv.acls declared as ACLEntry.Type Modifier and Type Field Description protected ACLEntry.Type
ACLEntry. type
Methods in com.netscape.certsrv.acls that return ACLEntry.Type Modifier and Type Method Description ACLEntry.Type
ACLEntry. getType()
Get the Type of the ACL entry.static ACLEntry.Type
ACLEntry.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ACLEntry.Type[]
ACLEntry.Type. values()
Returns an array containing the constants of this enum type, 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.Type 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)
-