Uses of Class
com.sun.xml.ws.policy.AssertionSet
-
Packages that use AssertionSet Package Description com.sun.xml.ws.config.management.policy com.sun.xml.ws.policy The root package of public policy API.com.sun.xml.ws.policy.sourcemodel The part of public policy API that defines the classes and interfaces dealing with the policy tree structure (policy source model) creation and manipulation.com.sun.xml.ws.policy.spi The package contains policy API extension point definitions.com.sun.xml.ws.rx.mc.policy.spi_impl com.sun.xml.ws.rx.policy com.sun.xml.ws.rx.rm.policy.spi_impl com.sun.xml.ws.security.addressing.impl.policy com.sun.xml.ws.security.impl.policy com.sun.xml.ws.tx.at.policy.spi_impl com.sun.xml.wss.provider.wsit -
-
Uses of AssertionSet in com.sun.xml.ws.config.management.policy
Methods in com.sun.xml.ws.config.management.policy with parameters of type AssertionSet Modifier and Type Method Description PolicyAssertionManagementAssertionCreator. createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) -
Uses of AssertionSet in com.sun.xml.ws.policy
Methods in com.sun.xml.ws.policy that return AssertionSet Modifier and Type Method Description static AssertionSetAssertionSet. createAssertionSet(Collection<? extends PolicyAssertion> assertions)Creates and returns new assertion set holding a set of provided policy assertions.static AssertionSetAssertionSet. createMergedAssertionSet(Collection<AssertionSet> alternatives)Creates and returns new assertion set holding content of all provided policy assertion sets.static AssertionSetAssertionSet. emptyAssertionSet()AssertionSetNestedPolicy. getAssertionSet()Returns the AssertionSet instance representing a single policy alterantive held wihtin this nested policy object.Methods in com.sun.xml.ws.policy that return types with arguments of type AssertionSet Modifier and Type Method Description Iterator<AssertionSet>Policy. iterator()A policy usually contains one or more assertion sets.Methods in com.sun.xml.ws.policy with parameters of type AssertionSet Modifier and Type Method Description intAssertionSet. compareTo(AssertionSet that)AnComparable<T>.compareTo(T o)interface method implementation.Method parameters in com.sun.xml.ws.policy with type arguments of type AssertionSet Modifier and Type Method Description static AssertionSetAssertionSet. createMergedAssertionSet(Collection<AssertionSet> alternatives)Creates and returns new assertion set holding content of all provided policy assertion sets.static PolicyPolicy. createPolicy(NamespaceVersion nsVersion, String name, String policyId, Collection<AssertionSet> sets)The factory method creates an immutable policy instance which represents a policy expression with alternatives specified bysetsinput parameter.static PolicyPolicy. createPolicy(String name, String policyId, Collection<AssertionSet> sets)The factory method creates an immutable policy instance which represents a policy expression with alternatives specified bysetsinput parameter.static PolicyPolicy. createPolicy(Collection<AssertionSet> sets)The factory method creates an immutable policy instance which represents a policy expression with alternatives specified bysetsinput parameter.Constructors in com.sun.xml.ws.policy with parameters of type AssertionSet Constructor Description ComplexAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters, AssertionSet nestedAlternative)PolicyAssertion(AssertionData assertionData, Collection<? extends PolicyAssertion> assertionParameters, AssertionSet nestedAlternative)Deprecated.Non-abstract assertion types should derive fromSimpleAssertionorComplexAssertioninstead. -
Uses of AssertionSet in com.sun.xml.ws.policy.sourcemodel
Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type AssertionSet Modifier and Type Method Description protected voidPolicyModelGenerator. translate(ModelNode node, AssertionSet assertions)Add the contents of the assertion set as child node to the given model node. -
Uses of AssertionSet in com.sun.xml.ws.policy.spi
Methods in com.sun.xml.ws.policy.spi with parameters of type AssertionSet Modifier and Type Method Description PolicyAssertionPolicyAssertionCreator. createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator)Creates domain-specific policy assertion instance according to assertion data provided. -
Uses of AssertionSet in com.sun.xml.ws.rx.mc.policy.spi_impl
Methods in com.sun.xml.ws.rx.mc.policy.spi_impl with parameters of type AssertionSet Modifier and Type Method Description PolicyAssertionMcAssertionCreator. createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) -
Uses of AssertionSet in com.sun.xml.ws.rx.policy
Methods in com.sun.xml.ws.rx.policy with parameters of type AssertionSet Modifier and Type Method Description PolicyAssertionAssertionInstantiator. newInstance(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative) -
Uses of AssertionSet in com.sun.xml.ws.rx.rm.policy.spi_impl
Methods in com.sun.xml.ws.rx.rm.policy.spi_impl with parameters of type AssertionSet Modifier and Type Method Description PolicyAssertionRmAssertionCreator. createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) -
Uses of AssertionSet in com.sun.xml.ws.security.addressing.impl.policy
Methods in com.sun.xml.ws.security.addressing.impl.policy with parameters of type AssertionSet Modifier and Type Method Description PolicyAssertionAddressingPolicyAssertionCreator. createAssertion(AssertionData assertionData, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative, PolicyAssertionCreator policyAssertionCreator)Constructors in com.sun.xml.ws.security.addressing.impl.policy with parameters of type AssertionSet Constructor Description Address(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)EndpointReference(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)Creates a new instance of EndpointReference -
Uses of AssertionSet in com.sun.xml.ws.security.impl.policy
Methods in com.sun.xml.ws.security.impl.policy with parameters of type AssertionSet Modifier and Type Method Description PolicyAssertionSecurityPolicyAssertionCreator. createAssertion(AssertionData assertionData, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative, PolicyAssertionCreator policyAssertionCreator) -
Uses of AssertionSet in com.sun.xml.ws.tx.at.policy.spi_impl
Methods in com.sun.xml.ws.tx.at.policy.spi_impl with parameters of type AssertionSet Modifier and Type Method Description PolicyAssertionAtAssertionCreator. createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) -
Uses of AssertionSet in com.sun.xml.wss.provider.wsit
Constructors in com.sun.xml.wss.provider.wsit with parameters of type AssertionSet Constructor Description PolicyAlternativeHolder(AssertionSet assertions, SecurityPolicyVersion sv, Policy bpMSP)
-