Package org.wildfly.security.authz.jacc
Class PolicyUtil
java.lang.Object
org.wildfly.security.authz.jacc.PolicyUtil
Utility for setting and using the underlying Policy.
This class does not include any doPrivileged calls as the caller is
expected to have the required permissions.
- Author:
- Darran Lofthouse
-
Method Summary
Modifier and TypeMethodDescriptionstatic Policystatic PolicyUtilbooleanimplies(ProtectionDomain domain, Permission permission) voidrefresh()static void
-
Method Details
-
setPolicy
-
getPolicy
-
getPolicyUtil
-
implies
-
refresh
public void refresh()
-