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

/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/transport/
H A DDGCImpl.java111 private static final String DGC_FILTER_PROPNAME = "sun.rmi.transport.dgcFilter";
120 * The dgcFilter created from the value of the {@code "sun.rmi.transport.dgcFilter"}
123 private static final ObjectInputFilter dgcFilter = field in class:DGCImpl
127 * Initialize the dgcFilter from the security properties or system property; if any
139 dgcLog.log(Log.BRIEF, "dgcFilter = " + filter);
382 if (dgcFilter != null) {
383 ObjectInputFilter.Status status = dgcFilter.checkInput(filterInfo);

Completed in 36 milliseconds