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

/openjdk7/jdk/src/share/classes/com/sun/security/sasl/
H A DServerFactoryImpl.java29 import com.sun.security.sasl.util.PolicyUtils;
49 PolicyUtils.NOPLAINTEXT|PolicyUtils.NOANONYMOUS, // CRAM-MD5
64 && PolicyUtils.checkPolicy(mechPolicies[CRAMMD5], props)) {
76 return PolicyUtils.filterMechs(myMechs, mechPolicies, props);
H A DClientFactoryImpl.java29 import com.sun.security.sasl.util.PolicyUtils;
58 PolicyUtils.NOPLAINTEXT|PolicyUtils.NOACTIVE|PolicyUtils.NODICTIONARY,
59 PolicyUtils.NOPLAINTEXT|PolicyUtils.NOANONYMOUS, // CRAM-MD5
60 PolicyUtils.NOANONYMOUS, // PLAIN
79 && PolicyUtils.checkPolicy(mechPolicies[EXTERNAL], props)) {
83 && PolicyUtils.checkPolicy(mechPolicies[CRAMMD5], props)) {
92 && PolicyUtils
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/gsskerb/
H A DFactoryImpl.java29 import com.sun.security.sasl.util.PolicyUtils;
45 PolicyUtils.NOPLAINTEXT|PolicyUtils.NOANONYMOUS|PolicyUtils.NOACTIVE
62 && PolicyUtils.checkPolicy(mechPolicies[GSS_KERB_V5], props)) {
80 && PolicyUtils.checkPolicy(mechPolicies[GSS_KERB_V5], props)) {
95 return PolicyUtils.filterMechs(myMechs, mechPolicies, props);
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DFactoryImpl.java33 import com.sun.security.sasl.util.PolicyUtils;
50 PolicyUtils.NOPLAINTEXT|PolicyUtils.NOANONYMOUS};
72 PolicyUtils.checkPolicy(mechPolicies[DIGEST_MD5], props)) {
100 PolicyUtils.checkPolicy(mechPolicies[DIGEST_MD5], props)) {
121 return PolicyUtils.filterMechs(myMechs, mechPolicies, env);
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/ntlm/
H A DFactoryImpl.java33 import com.sun.security.sasl.util.PolicyUtils;
48 PolicyUtils.NOPLAINTEXT|PolicyUtils.NOANONYMOUS
71 PolicyUtils.checkPolicy(mechPolicies[0], props)) {
98 PolicyUtils.checkPolicy(mechPolicies[0], props)) {
123 return PolicyUtils.filterMechs(myMechs, mechPolicies, env);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicyScope.java30 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
103 final String indent = PolicyUtils.Text.createIndent(indentLevel);
105 buffer.append(indent).append("policy scope {").append(PolicyUtils.Text.NEW_LINE);
107 policySubject.toString(indentLevel + 1, buffer).append(PolicyUtils.Text.NEW_LINE);
H A DPolicySubject.java30 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
137 final String indent = PolicyUtils.Text.createIndent(indentLevel);
138 final String innerIndent = PolicyUtils.Text.createIndent(indentLevel + 1);
140 buffer.append(indent).append("policy subject {").append(PolicyUtils.Text.NEW_LINE);
141 buffer.append(innerIndent).append("subject = '").append(subject).append('\'').append(PolicyUtils.Text.NEW_LINE);
143 policy.toString(indentLevel + 1, buffer).append(PolicyUtils.Text.NEW_LINE);
H A DAssertionSet.java38 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
68 result = PolicyUtils.Comparison.QNAME_COMPARATOR.compare(pa1.getName(), pa2.getName());
73 result = PolicyUtils.Comparison.compareNullableStrings(pa1.getValue(), pa2.getValue());
78 result = PolicyUtils.Comparison.compareBoolean(pa1.hasNestedAssertions(), pa2.hasNestedAssertions());
83 result = PolicyUtils.Comparison.compareBoolean(pa1.hasNestedPolicy(), pa2.hasNestedPolicy());
93 private final Set<QName> vocabulary = new TreeSet<QName>(PolicyUtils.Comparison.QNAME_COMPARATOR);
293 final int result = PolicyUtils.Comparison.QNAME_COMPARATOR.compare(entry1, entry2);
380 final String indent = PolicyUtils.Text.createIndent(indentLevel);
381 final String innerIndent = PolicyUtils.Text.createIndent(indentLevel + 1);
383 buffer.append(indent).append("assertion set {").append(PolicyUtils
[all...]
H A DPolicyAssertion.java33 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
285 final String indent = PolicyUtils.Text.createIndent(indentLevel);
286 final String innerIndent = PolicyUtils.Text.createIndent(indentLevel + 1);
288 buffer.append(indent).append("Assertion[").append(this.getClass().getName()).append("] {").append(PolicyUtils.Text.NEW_LINE);
290 buffer.append(PolicyUtils.Text.NEW_LINE);
293 buffer.append(innerIndent).append("parameters {").append(PolicyUtils.Text.NEW_LINE);
295 parameter.toString(indentLevel + 2, buffer).append(PolicyUtils.Text.NEW_LINE);
297 buffer.append(innerIndent).append('}').append(PolicyUtils.Text.NEW_LINE);
299 buffer.append(innerIndent).append("no parameters").append(PolicyUtils.Text.NEW_LINE);
303 getNestedPolicy().toString(indentLevel + 1, buffer).append(PolicyUtils
[all...]
H A DPolicy.java30 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
70 private static final Set<QName> EMPTY_VOCABULARY = Collections.unmodifiableSet(new TreeSet<QName>(PolicyUtils.Comparison.QNAME_COMPARATOR));
319 this.vocabulary = new TreeSet<QName>(PolicyUtils.Comparison.QNAME_COMPARATOR);
390 this.vocabulary = new TreeSet<QName>(PolicyUtils.Comparison.QNAME_COMPARATOR);
629 final String indent = PolicyUtils.Text.createIndent(indentLevel);
630 final String innerIndent = PolicyUtils.Text.createIndent(indentLevel + 1);
631 final String innerDoubleIndent = PolicyUtils.Text.createIndent(indentLevel + 2);
633 buffer.append(indent).append(toStringName).append(" {").append(PolicyUtils.Text.NEW_LINE);
634 buffer.append(innerIndent).append("namespace version = '").append(nsVersion.name()).append('\'').append(PolicyUtils.Text.NEW_LINE);
635 buffer.append(innerIndent).append("id = '").append(policyId).append('\'').append(PolicyUtils
[all...]
H A DAssertionValidationProcessor.java29 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
70 for(PolicyAssertionValidator validator : PolicyUtils.ServiceProvider.load(PolicyAssertionValidator.class)) {
H A DPolicyMerger.java28 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
94 final Collection<Collection<AssertionSet>> combinedAlternatives = PolicyUtils.Collections.combine(null, alternativeSets, false);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DPolicyReferenceData.java30 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
119 final String indent = PolicyUtils.Text.createIndent(indentLevel);
120 final String innerIndent = PolicyUtils.Text.createIndent(indentLevel + 1);
122 buffer.append(indent).append("reference data {").append(PolicyUtils.Text.NEW_LINE);
123 buffer.append(innerIndent).append("referenced policy model URI = '").append(referencedModelUri).append('\'').append(PolicyUtils.Text.NEW_LINE);
125 buffer.append(innerIndent).append("no digest specified").append(PolicyUtils.Text.NEW_LINE);
127 buffer.append(innerIndent).append("digest algorith URI = '").append(digestAlgorithmUri).append('\'').append(PolicyUtils.Text.NEW_LINE);
128 buffer.append(innerIndent).append("digest = '").append(digest).append('\'').append(PolicyUtils.Text.NEW_LINE);
H A DAssertionData.java31 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
387 final String indent = PolicyUtils.Text.createIndent(indentLevel);
388 final String innerIndent = PolicyUtils.Text.createIndent(indentLevel + 1);
389 final String innerDoubleIndent = PolicyUtils.Text.createIndent(indentLevel + 2);
397 buffer.append(PolicyUtils.Text.NEW_LINE);
399 buffer.append(innerIndent).append("namespace = '").append(name.getNamespaceURI()).append('\'').append(PolicyUtils.Text.NEW_LINE);
400 buffer.append(innerIndent).append("prefix = '").append(name.getPrefix()).append('\'').append(PolicyUtils.Text.NEW_LINE);
401 buffer.append(innerIndent).append("local name = '").append(name.getLocalPart()).append('\'').append(PolicyUtils.Text.NEW_LINE);
402 buffer.append(innerIndent).append("value = '").append(value).append('\'').append(PolicyUtils.Text.NEW_LINE);
403 buffer.append(innerIndent).append("optional = '").append(optional).append('\'').append(PolicyUtils
[all...]
H A DModelNode.java30 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
528 final String indent = PolicyUtils.Text.createIndent(indentLevel);
529 final String innerIndent = PolicyUtils.Text.createIndent(indentLevel + 1);
531 buffer.append(indent).append(type).append(" {").append(PolicyUtils.Text.NEW_LINE);
538 buffer.append(PolicyUtils.Text.NEW_LINE);
545 buffer.append(PolicyUtils.Text.NEW_LINE);
553 buffer.append(PolicyUtils.Text.NEW_LINE);
558 child.toString(indentLevel + 1, buffer).append(PolicyUtils.Text.NEW_LINE);
561 buffer.append(innerIndent).append("no child nodes").append(PolicyUtils.Text.NEW_LINE);
H A DPolicySourceModel.java33 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
60 PrefixMapper[] prefixMappers = PolicyUtils.ServiceProvider.load(PrefixMapper.class);
271 final String innerIndent = PolicyUtils.Text.createIndent(1);
274 buffer.append("Policy source model {").append(PolicyUtils.Text.NEW_LINE);
275 buffer.append(innerIndent).append("policy id = '").append(policyId).append('\'').append(PolicyUtils.Text.NEW_LINE);
276 buffer.append(innerIndent).append("policy name = '").append(policyName).append('\'').append(PolicyUtils.Text.NEW_LINE);
277 rootNode.toString(1, buffer).append(PolicyUtils.Text.NEW_LINE).append('}');
H A DPolicyModelTranslator.java43 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
144 final PolicyAssertionCreator[] discoveredCreators = PolicyUtils.ServiceProvider.load(PolicyAssertionCreator.class);
267 final Collection<Collection<ModelNode>> combinations = PolicyUtils.Collections.combine(decomposition.assertions, decomposition.exactlyOneContents, false);
389 final Collection<Collection<PolicyAssertion>> contentCombinations = PolicyUtils.Collections.combine(normalizedContentBase, normalizedContentOptions, true);
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/util/
H A DPolicyUtils.java37 final public class PolicyUtils { class
39 private PolicyUtils() { method in class:PolicyUtils
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/
H A DPolicyUtils.java52 public final class PolicyUtils { class
53 private PolicyUtils() { } method in class:PolicyUtils
94 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicyUtils.IO.class);
286 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicyUtils.Reflection.class);
429 * return PolicyUtils.ServiceProvider.load(service, cl);
446 private static final PolicyLogger LOGGER = PolicyLogger.getLogger(PolicyUtils.Reflection.class);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLParserExtension.java35 import com.sun.xml.internal.ws.policy.privateutil.PolicyUtils;
638 PolicyUtils.IO.closeResource(reader);
639 PolicyUtils.IO.closeResource(ios);

Completed in 132 milliseconds