Home | History | Annotate | Download | only in net

Lines Matching refs:Security

29 import java.security.PrivilegedAction;
30 import java.security.Security;
61 * caching. For security reasons, this caching is made forever when
62 * a security manager is set.
96 java.security.AccessController.doPrivileged (
99 return Security.getProperty(cachePolicyProp);
112 tmp = java.security.AccessController.doPrivileged
113 (new sun.security.action.GetIntegerAction(cachePolicyPropFallback));
122 * security manager then use the default positive cache value.
132 java.security.AccessController.doPrivileged (
135 return Security.getProperty(negativeCachePolicyProp);
149 tmp = java.security.AccessController.doPrivileged
150 (new sun.security.action.GetIntegerAction(negativeCachePolicyPropFallback));
202 // Negative caching does not seem to have any security