Lines Matching defs:caller
70 * Suppose the current thread traversed m callers, in the order of caller 1
71 * to caller 2 to caller m. Then caller m invoked the
79 * if (caller i's domain does not have the permission)
82 * else if (caller i is marked as privileged) {
97 * <p> A caller can be marked as being "privileged"
100 * method stops checking if it reaches a caller that
103 * context argument). If that caller's domain has the
249 * possessed by the caller's protection domain.
275 * possessed by the caller's protection domain.
310 * possessed by the caller's protection domain, and those possessed
320 * caller's domain's privileges before performing
339 * permissions possessed by the caller's protection domain.
369 * permissions possessed by the caller's protection domain.
407 final Class<?> caller) {
411 return caller.getProtectionDomain();
415 // perform 'combine' on the caller of doPrivileged,
416 // even if the caller is from the bootclasspath
431 * intersection of the permissions possessed by the caller's
441 * caller's domain's privileges before performing