Searched refs:authCache (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPTransport.java618 Reference<AccessControlContext>> authCache; field in class:TCPTransport.ConnectionHandler
619 /** security manager which authorized contexts in authCache */
647 authCache = new WeakHashMap<AccessControlContext,
651 if (acc.equals(okContext) || authCache.containsKey(acc)) {
659 authCache.put(acc, new SoftReference<AccessControlContext>(acc));

Completed in 30 milliseconds