|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PolicyMap in com.sun.xml.ws.addressing.policy |
|---|
| Methods in com.sun.xml.ws.addressing.policy with parameters of type PolicyMap | |
|---|---|
Collection<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 | |
|---|---|
PolicyMap |
WSPortInfo.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 | ||
|---|---|---|
protected static
|
ManagementAssertion.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 | |
|---|---|
PolicyMap |
WSDLModel.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 | |
|---|---|
void |
EditableWSDLModel.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 | |
|---|---|
PolicyMap |
PolicyResolver.ServerContext.getPolicyMap()
|
PolicyMap |
PolicyResolver.ClientContext.getPolicyMap()
|
PolicyMap |
PolicyResolver.resolve(PolicyResolver.ClientContext context)
Creates a PolicyResolver |
PolicyMap |
PolicyResolver.resolve(PolicyResolver.ServerContext context)
Creates a PolicyResolver |
| Constructors in com.sun.xml.ws.api.policy with parameters of type PolicyMap | |
|---|---|
PolicyResolver.ClientContext(PolicyMap policyMap,
Container container)
The abstraction of PolicyMap is not finalized, and will change in few months. |
|
PolicyResolver.ServerContext(PolicyMap policyMap,
Container container,
Class endpointClass,
boolean hasWsdl,
PolicyMapMutator... mutators)
The abstraction of PolicyMap is not finalized, and will change in few months. |
|
PolicyResolver.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 | |
|---|---|
abstract PolicyMap |
WSEndpoint.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 |
|---|
| Methods in com.sun.xml.ws.assembler with parameters of type PolicyMap | |
|---|---|
Pipe |
ServerPipelineHook.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.dev |
|---|
| Methods in com.sun.xml.ws.assembler.dev that return PolicyMap | |
|---|---|
PolicyMap |
ClientTubelineAssemblyContext.getPolicyMap()
|
PolicyMap |
ServerTubelineAssemblyContext.getPolicyMap()
|
| Methods in com.sun.xml.ws.assembler.dev with parameters of type PolicyMap | |
|---|---|
Pipe |
ClientPipelineHook.createSecurityPipe(PolicyMap policyMap,
ClientPipeAssemblerContext ctxt,
Pipe tail)
Deprecated. Use ClientPipelineHook.createSecurityTube(com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext). |
| Uses of PolicyMap in com.sun.xml.ws.client |
|---|
| Fields in com.sun.xml.ws.client declared as PolicyMap | |
|---|---|
PolicyMap |
PortInfo.policyMap
|
| Methods in com.sun.xml.ws.client that return PolicyMap | |
|---|---|
PolicyMap |
PortInfo.createPolicyMap()
|
PolicyMap |
PortInfo.getPolicyMap()
|
| Uses of PolicyMap in com.sun.xml.ws.encoding.policy |
|---|
| Methods in com.sun.xml.ws.encoding.policy with parameters of type PolicyMap | |
|---|---|
Collection<WebServiceFeature> |
FastInfosetFeatureConfigurator.getFeatures(PolicyMapKey key,
PolicyMap policyMap)
Process FastInfoset policy assertions. |
Collection<WebServiceFeature> |
MtomFeatureConfigurator.getFeatures(PolicyMapKey key,
PolicyMap policyMap)
process Mtom policy assertions and if found and is not optional then mtom is enabled on the WSDLBoundPortType |
Collection<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 | |
|---|---|
PolicyMap |
ManagedEndpoint.getPolicyMap()
|
| Uses of PolicyMap in com.sun.xml.ws.model.wsdl |
|---|
| Methods in com.sun.xml.ws.model.wsdl that return PolicyMap | |
|---|---|
PolicyMap |
WSDLModelImpl.getPolicyMap()
Gives the PolicyMap associated with the WSDLModel |
| Methods in com.sun.xml.ws.model.wsdl with parameters of type PolicyMap | |
|---|---|
void |
WSDLModelImpl.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 | |
|---|---|
static PolicyMap |
PolicyMap.createPolicyMap(Collection<? extends PolicyMapMutator> mutators)
Creates new policy map instance and connects provided collection of policy map mutators to the created policy map. |
PolicyMap |
PolicyMapMutator.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 | |
|---|---|
void |
PolicyMapMutator.connect(PolicyMap map)
The method is used to connect the policy map mutator instance to the map it should mutate. |
static void |
PolicyMapUtil.insertPolicies(PolicyMap policyMap,
Collection<PolicySubject> policySubjects,
QName serviceName,
QName portName)
Inserts all PolicySubjects of type WsdlBindingSubject into the given policy map. |
static void |
PolicyMapUtil.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 | |
|---|---|
PolicyMap |
PolicyFeature.getPolicyMap()
|
| Constructors in com.sun.xml.ws.policy.config with parameters of type PolicyMap | |
|---|---|
PolicyFeature(PolicyMap policyMap)
|
|
| Uses of PolicyMap in com.sun.xml.ws.policy.jaxws |
|---|
| Methods in com.sun.xml.ws.policy.jaxws that return PolicyMap | |
|---|---|
PolicyMap |
DefaultPolicyResolver.resolve(PolicyResolver.ClientContext context)
|
PolicyMap |
DefaultPolicyResolver.resolve(PolicyResolver.ServerContext context)
|
| Methods in com.sun.xml.ws.policy.jaxws with parameters of type PolicyMap | |
|---|---|
static void |
PolicyUtil.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<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 | |
|---|---|
Collection<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 | |
|---|---|
static PolicyMap |
PolicyConfigParser.parse(String configFileIdentifier,
Container container,
PolicyMapMutator... mutators)
This is a helper method that returns directly PolicyMap instance populated
from information in WSIT config file. |
static PolicyMap |
PolicyConfigParser.parse(URL configFileUrl,
boolean isClient,
PolicyMapMutator... mutators)
This is a helper method that returns directly PolicyMap instance populated
from information in WSIT config file. |
PolicyMap |
WsitPolicyResolver.resolve(PolicyResolver.ClientContext context)
|
PolicyMap |
WsitPolicyResolver.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 | |
|---|---|
Collection<WebServiceFeature> |
McFeatureConfigurator.getFeatures(PolicyMapKey key,
PolicyMap policyMap)
Process WS-MC policy assertions and if found and is not optional then MC is enabled on the WSDLPort |
Collection<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 | |
|---|---|
Collection<WebServiceFeature> |
RmFeatureConfigurator.getFeatures(PolicyMapKey key,
PolicyMap policyMap)
Process WS-RM policy assertions and if found and is not optional then RM is enabled on the WSDLPort |
Collection<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 | |
|---|---|
Collection<WebServiceFeature> |
WsawAddressingFeatureConfigurator.getFeatures(PolicyMapKey key,
PolicyMap policyMap)
process addressing policy assertions and if found and are not optional then addressing is enabled on the WSDLBoundPortType |
Collection<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 | |
|---|---|
Collection<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 | |
|---|---|
PolicyMap |
WSEndpointImpl.getPolicyMap()
|
PolicyMap |
WSEndpointMOMProxy.getPolicyMap()
|
| Methods in com.sun.xml.ws.server with parameters of type PolicyMap | ||
|---|---|---|
protected
|
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 | |
|---|---|
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 | |
|---|---|
Collection<WebServiceFeature> |
OptimalTransportFeatureConfigurator.getFeatures(PolicyMapKey key,
PolicyMap policyMap)
process optimized transport policy assertions WSDLPort |
Collection<WebServiceFeature> |
TCPTransportFeatureConfigurator.getFeatures(PolicyMapKey key,
PolicyMap policyMap)
Process TCP transport policy assertions WSDLPort |
Collection<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 | |
|---|---|
Collection<WebServiceFeature> |
AtFeatureConfigurator.getFeatures(PolicyMapKey endpointKey,
PolicyMap policyMap)
Process WS-RM policy assertions and if found and is not optional then RM is enabled on the WSDLPort |
Collection<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 | |
|---|---|
protected PolicyMap |
SecurityTubeBase.wsPolicyMap
|
| Methods in com.sun.xml.wss.jaxws.impl that return PolicyMap | |
|---|---|
PolicyMap |
TubeConfiguration.getPolicyMap()
Gets the PolicyMap that represents
the policy information applicable to the current pipeline. |
| Constructors in com.sun.xml.wss.jaxws.impl with parameters of type PolicyMap | |
|---|---|
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 | |
|---|---|
protected void |
WSITAuthContextBase.collectPolicies(PolicyMap wsPolicyMap,
List<PolicyAlternativeHolder> alternatives)
Summary from Section 4.2, WS-Security Policy spec( version 1.1 July 2005 ). |
Pipe |
ClientPipeCreator.createSecurityPipe(PolicyMap map,
ClientPipeAssemblerContext ctxt,
Pipe tail)
|
Pipe |
ServerPipeCreator.createSecurityPipe(PolicyMap map,
SEIModel sei,
WSDLPort port,
WSEndpoint owner,
Pipe tail)
|
static boolean |
WSITAuthConfigProvider.isSecurityEnabled(PolicyMap policyMap,
WSDLPort wsdlPort)
Checks to see whether WS-Security is enabled or not. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||