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

/openjdk7/jdk/src/share/classes/java/security/
H A DDomainCombiner.java29 * A <code>DomainCombiner</code> provides a means to dynamically
33 * <p> A <code>DomainCombiner</code> is passed as a parameter to the
37 * to bind the provided context (and associated <code>DomainCombiner</code>)
41 * cause the <code>DomainCombiner.combine</code> to get invoked.
69 * encapsulated in the <code>DomainCombiner</code>.
73 * the <code>DomainCombiner</code>, it returns a new
75 * as well as the <code>DomainCombiner</code>.
81 public interface DomainCombiner { interface

Completed in 35 milliseconds