Searched defs:granted (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/
H A DCachedPermissionImpl.java72 boolean granted = false;
74 granted = permissionCache.checkPermission(this.permission,this.epoch);
76 return granted;
84 boolean granted; field in class:CachedPermissionImpl.Epoch
88 this.granted = false;
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/provider/
H A DBasePolicyWrapper.java225 * Evaluates the global policy for the permissions granted to
227 * granted.
233 * granted to this ProtectionDomain.
356 Permission granted = (Permission) e.nextElement();
357 if (!grantedIsExcluded(granted,excluded)) {
359 result.add(granted);
371 private static boolean grantedIsExcluded(Permission granted, Permissions excluded) { argument
374 if (!excluded.implies(granted)) {
378 if (granted.implies(excludedPerm)) {
388 logger.finest("JACC Policy Provider: permission is excluded: "+granted);
[all...]
H A DPolicyConfigurationImpl.java176 * granted the "setPolicy" SecurityPermission.
195 * added to a role are granted to principals "mapped to the role".
206 * granted the "setPolicy" SecurityPermission.
243 * added to a role are granted to principals "mapped to the role".
253 * granted the "setPolicy" SecurityPermission.
290 * granted the "setPolicy" SecurityPermission.
329 * granted the "setPolicy" SecurityPermission.
366 * granted the "setPolicy" SecurityPermission.
405 * granted the "setPolicy" SecurityPermission.
444 * granted th
819 captureFileTime(boolean granted) argument
825 _fileChanged(boolean granted, File f) argument
829 fileChanged(boolean granted) argument
848 fileArrived(boolean granted) argument
906 getPolicyFileName(boolean granted) argument
979 removePolicyFile(boolean granted) argument
1311 createPolicyFile(boolean granted, PolicyParser parser, boolean woc) argument
[all...]

Completed in 1048 milliseconds