Uses of Class
com.sun.ts.lib.util.sec.security.provider.PolicyParser.GrantEntry
Packages that use PolicyParser.GrantEntry
-
Uses of PolicyParser.GrantEntry in com.sun.ts.lib.util.sec.security.provider
Methods in com.sun.ts.lib.util.sec.security.provider that return types with arguments of type PolicyParser.GrantEntryModifier and TypeMethodDescriptionPolicyParser.grantElements()
Enumerate all the entries in the global policy object.Methods in com.sun.ts.lib.util.sec.security.provider with parameters of type PolicyParser.GrantEntryModifier and TypeMethodDescriptionvoid
PolicyParser.add
(PolicyParser.GrantEntry ge) boolean
PolicyParser.remove
(PolicyParser.GrantEntry ge) void
PolicyParser.replace
(PolicyParser.GrantEntry origGe, PolicyParser.GrantEntry newGe)