Uses of Class
com.sun.xml.ws.policy.PolicyMap
-
-
Uses of PolicyMap in com.sun.xml.ws.addressing.policy
Methods in com.sun.xml.ws.addressing.policy with parameters of type PolicyMap Modifier and Type Method Description Collection<jakarta.xml.ws.WebServiceFeature>AddressingFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)Collection<PolicySubject>AddressingPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Puts an addressing policy into the PolicyMap if the addressing feature was set. -
Uses of PolicyMap in com.sun.xml.ws.api.client
Methods in com.sun.xml.ws.api.client that return PolicyMap Modifier and Type Method Description PolicyMapWSPortInfo. getPolicyMap()Deprecated.Do not use this method as the PolicyMap API is not final yet and might change in next few months. -
Uses of PolicyMap in com.sun.xml.ws.api.config.management.policy
Methods in com.sun.xml.ws.api.config.management.policy with parameters of type PolicyMap Modifier and Type Method Description protected static <T extends ManagementAssertion>
TManagementAssertion. getAssertion(QName name, PolicyMap policyMap, QName serviceName, QName portName, Class<T> type)Return ManagementAssertion if one can be found in the policy map under the given service and port name. -
Uses of PolicyMap in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return PolicyMap Modifier and Type Method Description PolicyMapWSDLModel. getPolicyMap()Deprecated.Do not use this method as the PolicyMap API is not final yet and might change in next few months. -
Uses of PolicyMap in com.sun.xml.ws.api.model.wsdl.editable
Methods in com.sun.xml.ws.api.model.wsdl.editable with parameters of type PolicyMap Modifier and Type Method Description voidEditableWSDLModel. setPolicyMap(PolicyMap policyMap)Deprecated. -
Uses of PolicyMap in com.sun.xml.ws.api.policy
Methods in com.sun.xml.ws.api.policy that return PolicyMap Modifier and Type Method Description PolicyMapPolicyResolver.ClientContext. getPolicyMap()PolicyMapPolicyResolver.ServerContext. getPolicyMap()PolicyMapPolicyResolver. resolve(PolicyResolver.ClientContext context)Creates a PolicyResolverPolicyMapPolicyResolver. resolve(PolicyResolver.ServerContext context)Creates a PolicyResolverConstructors in com.sun.xml.ws.api.policy with parameters of type PolicyMap Constructor Description ClientContext(PolicyMap policyMap, Container container)The abstraction of PolicyMap is not finalized, and will change in few months.ServerContext(PolicyMap policyMap, Container container, Class endpointClass, boolean hasWsdl, PolicyMapMutator... mutators)The abstraction of PolicyMap is not finalized, and will change in few months.ServerContext(PolicyMap policyMap, Container container, Class endpointClass, PolicyMapMutator... mutators)The abstraction of PolicyMap is not finalized, and will change in few months. -
Uses of PolicyMap in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return PolicyMap Modifier and Type Method Description abstract PolicyMapWSEndpoint. getPolicyMap()Deprecated.Do not use this method as the PolicyMap API is not final yet and might change in next few months. -
Uses of PolicyMap in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return PolicyMap Modifier and Type Method Description PolicyMapClientTubelineAssemblyContext. getPolicyMap()PolicyMapServerTubelineAssemblyContext. getPolicyMap() -
Uses of PolicyMap in com.sun.xml.ws.assembler.metro
Methods in com.sun.xml.ws.assembler.metro with parameters of type PolicyMap Modifier and Type Method Description PipeServerPipelineHook. createSecurityPipe(PolicyMap policyMap, SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint owner, Pipe tail)Called during the server-side pipeline construction process once to allow a container to register a pipe for security on the service endpoint. -
Uses of PolicyMap in com.sun.xml.ws.assembler.metro.dev
Methods in com.sun.xml.ws.assembler.metro.dev with parameters of type PolicyMap Modifier and Type Method Description PipeClientPipelineHook. createSecurityPipe(PolicyMap policyMap, ClientPipeAssemblerContext ctxt, Pipe tail) -
Uses of PolicyMap in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as PolicyMap Modifier and Type Field Description PolicyMapPortInfo. policyMapMethods in com.sun.xml.ws.client that return PolicyMap Modifier and Type Method Description PolicyMapPortInfo. createPolicyMap()PolicyMapPortInfo. getPolicyMap() -
Uses of PolicyMap in com.sun.xml.ws.encoding.policy
Methods in com.sun.xml.ws.encoding.policy with parameters of type PolicyMap Modifier and Type Method Description Collection<jakarta.xml.ws.WebServiceFeature>FastInfosetFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)Process FastInfoset policy assertions.Collection<jakarta.xml.ws.WebServiceFeature>MtomFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)process Mtom policy assertions and if found and is not optional then mtom is enabled on theWSDLBoundPortTypeCollection<jakarta.xml.ws.WebServiceFeature>SelectOptimalEncodingFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)Process SelectOptimalEncoding policy assertions.Collection<PolicySubject>MtomPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Generates an MTOM policy if MTOM is enabled. -
Uses of PolicyMap in com.sun.xml.ws.metro.api.config.management
Methods in com.sun.xml.ws.metro.api.config.management that return PolicyMap Modifier and Type Method Description PolicyMapManagedEndpoint. getPolicyMap() -
Uses of PolicyMap in com.sun.xml.ws.model.wsdl
Methods in com.sun.xml.ws.model.wsdl that return PolicyMap Modifier and Type Method Description PolicyMapWSDLModelImpl. getPolicyMap()Gives the PolicyMap associated with the WSDLModelMethods in com.sun.xml.ws.model.wsdl with parameters of type PolicyMap Modifier and Type Method Description voidWSDLModelImpl. setPolicyMap(PolicyMap policyMap)Set PolicyMap for the WSDLModel. -
Uses of PolicyMap in com.sun.xml.ws.policy
Methods in com.sun.xml.ws.policy that return PolicyMap Modifier and Type Method Description static PolicyMapPolicyMap. createPolicyMap(Collection<? extends PolicyMapMutator> mutators)Creates new policy map instance and connects provided collection of policy map mutators to the created policy map.PolicyMapPolicyMapMutator. getMap()Can be used to retrieve the policy map currently connected to this mutator.Methods in com.sun.xml.ws.policy with parameters of type PolicyMap Modifier and Type Method Description voidPolicyMapMutator. connect(PolicyMap map)The method is used to connect the policy map mutator instance to the map it should mutate.static voidPolicyMapUtil. insertPolicies(PolicyMap policyMap, Collection<PolicySubject> policySubjects, QName serviceName, QName portName)Inserts all PolicySubjects of type WsdlBindingSubject into the given policy map.static voidPolicyMapUtil. rejectAlternatives(PolicyMap map)Throw an exception if the policy map contains any policy with at least two policy alternatives. -
Uses of PolicyMap in com.sun.xml.ws.policy.config
Methods in com.sun.xml.ws.policy.config that return PolicyMap Modifier and Type Method Description PolicyMapPolicyFeature. getPolicyMap()Constructors in com.sun.xml.ws.policy.config with parameters of type PolicyMap Constructor Description PolicyFeature(PolicyMap policyMap) -
Uses of PolicyMap in com.sun.xml.ws.policy.jaxws
Methods in com.sun.xml.ws.policy.jaxws that return PolicyMap Modifier and Type Method Description PolicyMapDefaultPolicyResolver. resolve(PolicyResolver.ClientContext context)PolicyMapDefaultPolicyResolver. resolve(PolicyResolver.ServerContext context)Methods in com.sun.xml.ws.policy.jaxws with parameters of type PolicyMap Modifier and Type Method Description static voidPolicyUtil. configureModel(WSDLModel model, PolicyMap policyMap)Iterates through the ports in the WSDL model, for each policy in the policy map that is attached at endpoint scope computes a list of corresponding WebServiceFeatures and sets them on the port.static Collection<jakarta.xml.ws.WebServiceFeature>PolicyUtil. getPortScopedFeatures(PolicyMap policyMap, QName serviceName, QName portName)Returns the list of features that correspond to the policies in the policy map for a give port -
Uses of PolicyMap in com.sun.xml.ws.policy.jaxws.spi
Methods in com.sun.xml.ws.policy.jaxws.spi with parameters of type PolicyMap Modifier and Type Method Description Collection<jakarta.xml.ws.WebServiceFeature>PolicyFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)A callback method that allows to retrieve policy related information from provided PolicyMap and return a list of corresponding WebServiceFeatures.Collection<PolicySubject>PolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)A callback method that allows to retrieve policy related information from provided parameters return a collection of new policies that are added to the map. -
Uses of PolicyMap in com.sun.xml.ws.policy.parser
Methods in com.sun.xml.ws.policy.parser that return PolicyMap Modifier and Type Method Description static PolicyMapPolicyConfigParser. parse(String configFileIdentifier, Container container, PolicyMapMutator... mutators)This is a helper method that returns directlyPolicyMapinstance populated from information in WSIT config file.static PolicyMapPolicyConfigParser. parse(URL configFileUrl, boolean isClient, PolicyMapMutator... mutators)This is a helper method that returns directlyPolicyMapinstance populated from information in WSIT config file.PolicyMapWsitPolicyResolver. resolve(PolicyResolver.ClientContext context)PolicyMapWsitPolicyResolver. resolve(PolicyResolver.ServerContext context) -
Uses of PolicyMap 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 PolicyMap Modifier and Type Method Description Collection<jakarta.xml.ws.WebServiceFeature>McFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)Process WS-MC policy assertions and if found and is not optional then MC is enabled on theWSDLPortCollection<PolicySubject>McPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) -
Uses of PolicyMap 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 PolicyMap Modifier and Type Method Description Collection<jakarta.xml.ws.WebServiceFeature>RmFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)Process WS-RM policy assertions and if found and is not optional then RM is enabled on theWSDLPortCollection<PolicySubject>RmPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) -
Uses of PolicyMap in com.sun.xml.ws.security.addressing.policy
Methods in com.sun.xml.ws.security.addressing.policy with parameters of type PolicyMap Modifier and Type Method Description Collection<jakarta.xml.ws.WebServiceFeature>WsawAddressingFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)process addressing policy assertions and if found and are not optional then addressing is enabled on theWSDLBoundPortTypeCollection<PolicySubject>WsawAddressingPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Puts an addressing policy into the PolicyMap if the addressing feature was set. -
Uses of PolicyMap in com.sun.xml.ws.security.impl.policy
Methods in com.sun.xml.ws.security.impl.policy with parameters of type PolicyMap Modifier and Type Method Description Collection<jakarta.xml.ws.WebServiceFeature>SecurityFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap) -
Uses of PolicyMap in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return PolicyMap Modifier and Type Method Description PolicyMapWSEndpointImpl. getPolicyMap()PolicyMapWSEndpointMOMProxy. getPolicyMap()Methods in com.sun.xml.ws.server with parameters of type PolicyMap Modifier and Type Method Description protected <T> WSEndpoint<T>EndpointFactory. create(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort wsdlPort, Class<T> implType, ServiceDefinitionImpl serviceDefinition, EndpointAwareTube terminal, boolean isTransportSynchronous, PolicyMap policyMap)Constructors in com.sun.xml.ws.server with parameters of type PolicyMap Constructor Description WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, PolicyMap endpointPolicy) -
Uses of PolicyMap in com.sun.xml.ws.transport.tcp.policy
Methods in com.sun.xml.ws.transport.tcp.policy with parameters of type PolicyMap Modifier and Type Method Description Collection<jakarta.xml.ws.WebServiceFeature>OptimalTransportFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)process optimized transport policy assertionsWSDLPortCollection<jakarta.xml.ws.WebServiceFeature>TCPTransportFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)Process TCP transport policy assertionsWSDLPortCollection<PolicySubject>OptimalTransportPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Collection<PolicySubject>TCPTransportPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) -
Uses of PolicyMap 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 PolicyMap Modifier and Type Method Description Collection<jakarta.xml.ws.WebServiceFeature>AtFeatureConfigurator. getFeatures(PolicyMapKey endpointKey, PolicyMap policyMap)Process WS-RM policy assertions and if found and is not optional then RM is enabled on theWSDLPortCollection<PolicySubject>AtPolicyMapConfigurator. update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding)Update policy map with operation scope of correct WS-AT policy assertions. -
Uses of PolicyMap in com.sun.xml.wss.jaxws.impl
Fields in com.sun.xml.wss.jaxws.impl declared as PolicyMap Modifier and Type Field Description protected PolicyMapSecurityTubeBase. wsPolicyMapMethods in com.sun.xml.wss.jaxws.impl that return PolicyMap Modifier and Type Method Description PolicyMapTubeConfiguration. getPolicyMap()Gets thePolicyMapthat represents the policy information applicable to the current pipeline.Constructors in com.sun.xml.wss.jaxws.impl with parameters of type PolicyMap Constructor Description ClientTubeConfiguration(PolicyMap policy, WSDLPort wsdlPort, WSBinding binding)ServerTubeConfiguration(PolicyMap policy, WSDLPort wsdlModel, WSEndpoint endpoint) -
Uses of PolicyMap in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit with parameters of type PolicyMap Modifier and Type Method Description protected voidWSITAuthContextBase. collectPolicies(PolicyMap wsPolicyMap, List<PolicyAlternativeHolder> alternatives)Summary from Section 4.2, WS-Security Policy spec( version 1.1 July 2005 ).PipeClientPipeCreator. createSecurityPipe(PolicyMap map, ClientPipeAssemblerContext ctxt, Pipe tail)PipeServerPipeCreator. createSecurityPipe(PolicyMap map, SEIModel sei, WSDLPort port, WSEndpoint owner, Pipe tail)static booleanWSITAuthConfigProvider. isSecurityEnabled(PolicyMap policyMap, WSDLPort wsdlPort)Checks to see whether WS-Security is enabled or not.
-