Uses of Interface
com.sun.xml.ws.policy.spi.PolicyAssertionCreator
-
Packages that use PolicyAssertionCreator Package Description com.sun.xml.ws.config.management.policy 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.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 -
-
Uses of PolicyAssertionCreator in com.sun.xml.ws.config.management.policy
Classes in com.sun.xml.ws.config.management.policy that implement PolicyAssertionCreator Modifier and Type Class Description classManagementAssertionCreatorInstantiates a PolicyAssertion of type ManagedServiceAssertion or ManagedClientAssertion.Methods in com.sun.xml.ws.config.management.policy with parameters of type PolicyAssertionCreator Modifier and Type Method Description PolicyAssertionManagementAssertionCreator. createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) -
Uses of PolicyAssertionCreator in com.sun.xml.ws.policy.sourcemodel
Constructor parameters in com.sun.xml.ws.policy.sourcemodel with type arguments of type PolicyAssertionCreator Constructor Description PolicyModelTranslator(Collection<PolicyAssertionCreator> creators) -
Uses of PolicyAssertionCreator in com.sun.xml.ws.policy.spi
Methods in com.sun.xml.ws.policy.spi with parameters of type PolicyAssertionCreator 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 PolicyAssertionCreator in com.sun.xml.ws.rx.mc.policy.spi_impl
Classes in com.sun.xml.ws.rx.mc.policy.spi_impl that implement PolicyAssertionCreator Modifier and Type Class Description classMcAssertionCreatorMethods in com.sun.xml.ws.rx.mc.policy.spi_impl with parameters of type PolicyAssertionCreator Modifier and Type Method Description PolicyAssertionMcAssertionCreator. createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) -
Uses of PolicyAssertionCreator in com.sun.xml.ws.rx.rm.policy.spi_impl
Classes in com.sun.xml.ws.rx.rm.policy.spi_impl that implement PolicyAssertionCreator Modifier and Type Class Description classRmAssertionCreatorMethods in com.sun.xml.ws.rx.rm.policy.spi_impl with parameters of type PolicyAssertionCreator Modifier and Type Method Description PolicyAssertionRmAssertionCreator. createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) -
Uses of PolicyAssertionCreator in com.sun.xml.ws.security.addressing.impl.policy
Classes in com.sun.xml.ws.security.addressing.impl.policy that implement PolicyAssertionCreator Modifier and Type Class Description classAddressingPolicyAssertionCreatorMethods in com.sun.xml.ws.security.addressing.impl.policy with parameters of type PolicyAssertionCreator Modifier and Type Method Description PolicyAssertionAddressingPolicyAssertionCreator. createAssertion(AssertionData assertionData, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative, PolicyAssertionCreator policyAssertionCreator) -
Uses of PolicyAssertionCreator in com.sun.xml.ws.security.impl.policy
Classes in com.sun.xml.ws.security.impl.policy that implement PolicyAssertionCreator Modifier and Type Class Description classSCClientConfigAssertionCreatorclassSCServerConfigAssertionCreatorclassSecurityPolicyAssertionCreatorclassTrustClientConfigAssertionCreatorclassTrustPolicyAssertionCreatorclassTrustServerConfigAssertionCreatorclassWSSClientConfigAssertionCreatorclassWSSServerConfigAssertionCreatorMethods in com.sun.xml.ws.security.impl.policy with parameters of type PolicyAssertionCreator Modifier and Type Method Description PolicyAssertionSecurityPolicyAssertionCreator. createAssertion(AssertionData assertionData, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative, PolicyAssertionCreator policyAssertionCreator) -
Uses of PolicyAssertionCreator in com.sun.xml.ws.tx.at.policy.spi_impl
Classes in com.sun.xml.ws.tx.at.policy.spi_impl that implement PolicyAssertionCreator Modifier and Type Class Description classAtAssertionCreatorMethods in com.sun.xml.ws.tx.at.policy.spi_impl with parameters of type PolicyAssertionCreator Modifier and Type Method Description PolicyAssertionAtAssertionCreator. createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator)
-