Searched refs:DomainCombiner (Results 1 - 6 of 6) 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
H A DAccessController.java254 * <p> Note that any DomainCombiner associated with the current
266 * @see java.security.DomainCombiner
281 * DomainCombiner (which may be null) while the action is performed.
290 * @see java.security.DomainCombiner
300 DomainCombiner dc = acc.getAssignedCombiner();
344 * <p> Note that any DomainCombiner associated with the current
358 * @see java.security.DomainCombiner
375 * DomainCombiner (which may be null) while the action is performed.
387 * @see java.security.DomainCombiner
399 DomainCombiner d
[all...]
H A DAccessControlContext.java91 private DomainCombiner combiner = null;
144 * <code>AccessControlContext</code> and <code>DomainCombiner</code>.
146 * <code>DomainCombiner</code> with the provided
152 * with the provided <code>DomainCombiner</code>.
154 * @param combiner the <code>DomainCombiner</code> to be associated
166 DomainCombiner combiner) {
188 AccessControlContext(ProtectionDomain context[], DomainCombiner combiner) {
237 DomainCombiner getAssignedCombiner() {
251 * Get the <code>DomainCombiner</code> associated with this
256 * @return the <code>DomainCombiner</cod
[all...]
/openjdk7/jdk/test/java/security/AccessControlContext/
H A DNullCombinerEquals.java61 private static class DC implements DomainCombiner {
/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DSubject.java34 import java.security.DomainCombiner;
98 * @see java.security.DomainCombiner
295 // return the Subject from the DomainCombiner of the provided context
299 DomainCombiner dc = acc.getDomainCombiner();
H A DSubjectDomainCombiner.java47 public class SubjectDomainCombiner implements java.security.DomainCombiner {

Completed in 90 milliseconds