Uses of Class
com.sun.xml.ws.policy.PolicyException

Packages that use PolicyException
com.sun.xml.ws.addressing.policy   
com.sun.xml.ws.api.policy   
com.sun.xml.ws.encoding.policy   
com.sun.xml.ws.policy The root package of public policy API. 
com.sun.xml.ws.policy.jaxws   
com.sun.xml.ws.policy.jaxws.spi   
com.sun.xml.ws.policy.parser   
com.sun.xml.ws.policy.privateutil This package contains utility classes that are not part of the 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.sourcemodel.attach   
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.policy   
com.sun.xml.ws.security.impl.policy   
com.sun.xml.ws.security.impl.policyconv   
com.sun.xml.ws.transport.tcp.policy   
com.sun.xml.ws.tx.at.policy.spi_impl   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
 

Uses of PolicyException in com.sun.xml.ws.addressing.policy
 

Methods in com.sun.xml.ws.addressing.policy that throw PolicyException
 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 PolicyException in com.sun.xml.ws.api.policy
 

Methods in com.sun.xml.ws.api.policy that throw PolicyException
static void AlternativeSelector.doSelection(EffectivePolicyModifier modifier)
           
static ValidationProcessor ValidationProcessor.getInstance()
          Factory method that returns singleton instance of the class.
static ModelTranslator ModelTranslator.getTranslator()
          Method returns thread-safe policy model translator instance.
 

Uses of PolicyException in com.sun.xml.ws.encoding.policy
 

Methods in com.sun.xml.ws.encoding.policy that throw PolicyException
 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 PolicyException in com.sun.xml.ws.policy
 

Methods in com.sun.xml.ws.policy that throw PolicyException
static void EffectiveAlternativeSelector.doSelection(EffectivePolicyModifier modifier)
          Does the selection for policy map bound to given modifier.
 Policy PolicySubject.getEffectivePolicy(PolicyMerger merger)
          Returns the effective policy of the subject, i.e.
 Policy PolicyMap.getEndpointEffectivePolicy(PolicyMapKey key)
           
 Policy PolicyMap.getFaultMessageEffectivePolicy(PolicyMapKey key)
           
 Policy PolicyMap.getInputMessageEffectivePolicy(PolicyMapKey key)
           
static AssertionValidationProcessor AssertionValidationProcessor.getInstance()
          Factory method that returns singleton instance of the class.
 Policy PolicyMap.getOperationEffectivePolicy(PolicyMapKey key)
           
 Policy PolicyMap.getOutputMessageEffectivePolicy(PolicyMapKey key)
           
 Policy PolicyMap.getServiceEffectivePolicy(PolicyMapKey key)
           
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.
protected static void EffectiveAlternativeSelector.selectAlternatives(EffectivePolicyModifier modifier, AssertionValidationProcessor validationProcessor)
          This method is intended to be called by extension classes that need to override the behavior of EffectiveAlternativeSelector.doSelection(com.sun.xml.ws.policy.EffectivePolicyModifier).
 PolicyAssertionValidator.Fitness AssertionValidationProcessor.validateClientSide(PolicyAssertion assertion)
          Validates fitness of the assertion on the client side.
 PolicyAssertionValidator.Fitness AssertionValidationProcessor.validateServerSide(PolicyAssertion assertion)
          Validates fitness of the assertion on the server side.
 

Constructors in com.sun.xml.ws.policy that throw PolicyException
AssertionValidationProcessor(Collection<PolicyAssertionValidator> policyValidators)
          This constructor adds the given set of policy validators to the dynamically discovered PolicyAssertionValidators.
 

Uses of PolicyException in com.sun.xml.ws.policy.jaxws
 

Methods in com.sun.xml.ws.policy.jaxws that throw PolicyException
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.
 void SafePolicyReader.PolicyRecord.setUri(String uri, String id)
          Set the URI that identifies the policy.
 

Uses of PolicyException in com.sun.xml.ws.policy.jaxws.spi
 

Methods in com.sun.xml.ws.policy.jaxws.spi that throw PolicyException
 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 PolicyException in com.sun.xml.ws.policy.parser
 

Methods in com.sun.xml.ws.policy.parser that throw PolicyException
static URL PolicyConfigParser.findConfigFile(String configFileIdentifier, Container container)
          Find a WSIT config file based on the configFileIdentifier parameter according to following pattern:

wsit-[configFileIdentifier].xml

After constructing the WSIT config file name, the function tries to find the WSIT config file in the following locations: WEB-INF - for servlet-based web service implementations META-INF - for EJB-based web service implementations classpath - for web service clients If the file is found it is parsed and the resulting WSDLModel object containig the populated PolicyMap instance is returned.

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.
static WSDLModel PolicyConfigParser.parseModel(String configFileIdentifier, Container container, PolicyMapMutator... mutators)
          The method uses configFileIdentifier parameter to construct a WSIT config file name according to following pattern:

wsit-[configFileIdentifier].xml

After constructing the WSIT config file name, the function tries to find the WSIT config file and read it from the following locations: WEB-INF - for servlet-based web service implementations META-INF - for EJB-based web service implementations classpath - for web service clients If the file is found it is parsed and resulting WSDLModel object containig the populated PolicyMap instance is returned.

static WSDLModel PolicyConfigParser.parseModel(URL configFileUrl, boolean isClient, PolicyMapMutator... mutators)
          Reads the WSIT config from a file denoted by configFileUrl parameter.
 

Uses of PolicyException in com.sun.xml.ws.policy.privateutil
 

Methods in com.sun.xml.ws.policy.privateutil that throw PolicyException
static String PolicyUtils.ConfigFile.generateFullName(String configFileIdentifier)
          Generates a config file resource name from provided config file identifier.
 

Uses of PolicyException in com.sun.xml.ws.policy.sourcemodel
 

Methods in com.sun.xml.ws.policy.sourcemodel that throw PolicyException
 void PolicySourceModel.expand(PolicySourceModelContext context)
          Expands current policy model.
static PolicyModelTranslator PolicyModelTranslator.getTranslator()
          Method returns thread-safe policy model translator instance.
abstract  void PolicyModelMarshaller.marshal(Collection<PolicySourceModel> models, Object storage)
          Marshalls the collection of policy source models using provided storage reference
 void XmlPolicyModelMarshaller.marshal(Collection<PolicySourceModel> models, Object storage)
           
abstract  void PolicyModelMarshaller.marshal(PolicySourceModel model, Object storage)
          Marshalls the policy source model using provided storage reference
 void XmlPolicyModelMarshaller.marshal(PolicySourceModel model, Object storage)
           
abstract  PolicySourceModel PolicyModelGenerator.translate(Policy policy)
          This method translates a Policy into a policy infoset.
 Policy PolicyModelTranslator.translate(PolicySourceModel model)
          The method translates PolicySourceModel structure into normalized Policy expression.
abstract  PolicySourceModel PolicyModelUnmarshaller.unmarshalModel(Object storage)
          Unmarshalls single policy source model from provided storage reference.
 PolicySourceModel XmlPolicyModelUnmarshaller.unmarshalModel(Object storage)
          See base method documentation.
 

Constructors in com.sun.xml.ws.policy.sourcemodel that throw PolicyException
PolicyModelTranslator(Collection<PolicyAssertionCreator> creators)
           
 

Uses of PolicyException in com.sun.xml.ws.policy.sourcemodel.attach
 

Methods in com.sun.xml.ws.policy.sourcemodel.attach that throw PolicyException
static Map<URI,Policy> ExternalAttachmentsUnmarshaller.unmarshal(Reader source)
           
 

Uses of PolicyException in com.sun.xml.ws.policy.spi
 

Subclasses of PolicyException in com.sun.xml.ws.policy.spi
 class AssertionCreationException
          Exception thrown in case of assertion creation failure.
 

Uses of PolicyException in com.sun.xml.ws.rx.mc.policy.spi_impl
 

Methods in com.sun.xml.ws.rx.mc.policy.spi_impl that throw PolicyException
 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 PolicyException in com.sun.xml.ws.rx.rm.policy.spi_impl
 

Methods in com.sun.xml.ws.rx.rm.policy.spi_impl that throw PolicyException
 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 PolicyException in com.sun.xml.ws.security.addressing.policy
 

Methods in com.sun.xml.ws.security.addressing.policy that throw PolicyException
 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 PolicyException in com.sun.xml.ws.security.impl.policy
 

Methods in com.sun.xml.ws.security.impl.policy that throw PolicyException
 Collection<WebServiceFeature> SecurityFeatureConfigurator.getFeatures(PolicyMapKey key, PolicyMap policyMap)
           
 

Constructors in com.sun.xml.ws.security.impl.policy that throw PolicyException
Header(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
           
 

Uses of PolicyException in com.sun.xml.ws.security.impl.policyconv
 

Methods in com.sun.xml.ws.security.impl.policyconv that throw PolicyException
 void TokenProcessor.addKeyBinding(Binding binding, WSSPolicy policy, Token token, boolean ignoreDK)
           
protected  void BindingProcessor.addPrimaryTargets()
           
protected  void NilBindingProcessor.addPrimaryTargets()
           
protected  void SymmetricBindingProcessor.addSymmetricKeyBinding(WSSPolicy policy, Token token)
           
protected  void EndorsingSupportingTokensProcessor.addToPrimarySignature(WSSPolicy policy, Token token)
           
protected  void SignedEndorsingSupportingTokensProcessor.addToPrimarySignature(WSSPolicy policy, Token token)
           
protected  void SignedSupportingTokensProcessor.addToPrimarySignature(WSSPolicy policy, Token token)
           
protected  void SupportingTokensProcessor.addToPrimarySignature(WSSPolicy policy, Token token)
           
protected  void EndorsingSupportingTokensProcessor.collectSignaturePolicies(Token token)
           
protected  void SupportingTokensProcessor.collectSignaturePolicies(Token token)
           
protected  void SupportingTokensProcessor.createSupportingSignature(Token token)
           
protected  void EncryptedSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion)
           
protected  void EndorsingEncryptedSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion)
           
protected  void EndorsingSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion)
           
protected  void SignedEncryptedSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion)
           
protected  void SignedEndorsingEncryptedSupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion)
           
protected  void SupportingTokensProcessor.encryptToken(Token token, SecurityPolicyVersion spVersion)
           
protected  EncryptionPolicy AsymmetricBindingProcessor.getSecondaryEncryptionPolicy()
           
protected abstract  EncryptionPolicy BindingProcessor.getSecondaryEncryptionPolicy()
           
protected  EncryptionPolicy NilBindingProcessor.getSecondaryEncryptionPolicy()
           
protected  EncryptionPolicy SymmetricBindingProcessor.getSecondaryEncryptionPolicy()
           
protected  EncryptionPolicy TransportBindingProcessor.getSecondaryEncryptionPolicy()
           
 WSSPolicy TokenProcessor.getWSSToken(Token token)
           
 MessagePolicy XWSSPolicyGenerator.getXWSSPolicy()
           
 void AsymmetricBindingProcessor.process()
           
 void NilBindingProcessor.process()
           
 void SupportingTokensProcessor.process()
           
 void SymmetricBindingProcessor.process()
           
 void TransportBindingProcessor.process()
           
 void XWSSPolicyGenerator.process()
           
 void XWSSPolicyGenerator.process(boolean ignoreST)
           
 void BindingProcessor.processSupportingTokens(EncryptedSupportingTokens est)
           
 void NilBindingProcessor.processSupportingTokens(EncryptedSupportingTokens est)
           
 void BindingProcessor.processSupportingTokens(EndorsingEncryptedSupportingTokens est)
           
 void BindingProcessor.processSupportingTokens(EndorsingSupportingTokens est)
           
 void NilBindingProcessor.processSupportingTokens(EndorsingSupportingTokens est)
           
 void TransportBindingProcessor.processSupportingTokens(EndorsingSupportingTokens est)
           
 void BindingProcessor.processSupportingTokens(SignedEncryptedSupportingTokens sest)
           
 void NilBindingProcessor.processSupportingTokens(SignedEncryptedSupportingTokens sest)
           
 void TransportBindingProcessor.processSupportingTokens(SignedEncryptedSupportingTokens sest)
           
 void BindingProcessor.processSupportingTokens(SignedEndorsingEncryptedSupportingTokens est)
           
 void BindingProcessor.processSupportingTokens(SignedEndorsingSupportingTokens est)
           
 void NilBindingProcessor.processSupportingTokens(SignedEndorsingSupportingTokens est)
           
 void TransportBindingProcessor.processSupportingTokens(SignedEndorsingSupportingTokens set)
           
 void BindingProcessor.processSupportingTokens(SignedSupportingTokens st)
           
 void NilBindingProcessor.processSupportingTokens(SignedSupportingTokens st)
           
 void TransportBindingProcessor.processSupportingTokens(SignedSupportingTokens sst)
           
 void BindingProcessor.processSupportingTokens(SupportingTokens st)
           
 void NilBindingProcessor.processSupportingTokens(SupportingTokens st)
           
 void TransportBindingProcessor.processSupportingTokens(SupportingTokens tokens)
           
protected  void BindingProcessor.protectPrimarySignature()
           
protected  void NilBindingProcessor.protectPrimarySignature()
           
protected  void TokenProcessor.setTokenInclusion(KeyBindingBase xwssToken, Token token)
           
 

Uses of PolicyException in com.sun.xml.ws.transport.tcp.policy
 

Methods in com.sun.xml.ws.transport.tcp.policy that throw PolicyException
 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 PolicyException in com.sun.xml.ws.tx.at.policy.spi_impl
 

Methods in com.sun.xml.ws.tx.at.policy.spi_impl that throw PolicyException
 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 PolicyException in com.sun.xml.wss.jaxws.impl
 

Methods in com.sun.xml.wss.jaxws.impl with parameters of type PolicyException
protected  RuntimeException SecurityTubeBase.generateInternalError(PolicyException ex)
           
 

Methods in com.sun.xml.wss.jaxws.impl that throw PolicyException
protected  void SecurityClientTube.addIncomingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)
           
protected  void SecurityServerTube.addIncomingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)
           
protected abstract  void SecurityTubeBase.addIncomingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)
           
protected  SecurityPolicyHolder SecurityClientTube.addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)
           
protected  SecurityPolicyHolder SecurityServerTube.addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)
           
protected abstract  SecurityPolicyHolder SecurityTubeBase.addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)
           
protected  void SecurityClientTube.addIncomingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)
           
protected  void SecurityServerTube.addIncomingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)
           
protected abstract  void SecurityTubeBase.addIncomingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)
           
protected  void SecurityClientTube.addOutgoingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)
           
protected  void SecurityServerTube.addOutgoingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)
           
protected abstract  void SecurityTubeBase.addOutgoingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)
           
protected  SecurityPolicyHolder SecurityClientTube.addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)
           
protected  SecurityPolicyHolder SecurityServerTube.addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)
          private Packet addAddressingHeaders(Packet packet, String relatesTo, String action){ AddressingBuilder builder = AddressingBuilder.newInstance(); AddressingProperties ap = builder.newAddressingProperties(); try{ // Action ap.setAction(builder.newURI(new URI(action))); // RelatesTo Relationship[] rs = new Relationship[]{builder.newRelationship(new URI(relatesTo))}; ap.setRelatesTo(rs); // To ap.setTo(builder.newURI(new URI(builder.newAddressingConstants().getAnonymousURI()))); } catch (URISyntaxException e) { throw new RuntimeException("Exception when adding Addressing Headers"); } WsaRuntimeFactory fac = WsaRuntimeFactory.newInstance(ap.getNamespaceURI(), pipeConfig.getWSDLModel(), pipeConfig.getBinding()); fac.writeHeaders(packet, ap); packet.invocationProperties .put(JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_OUTBOUND, ap); return packet; }
protected abstract  SecurityPolicyHolder SecurityTubeBase.addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)
           
protected  void SecurityClientTube.addOutgoingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)
           
protected  void SecurityServerTube.addOutgoingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)
           
protected abstract  void SecurityTubeBase.addOutgoingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)
           
protected  void SecurityTubeBase.buildProtocolPolicy(Policy endpointPolicy, PolicyAlternativeHolder ph)
           
protected  SecurityPolicyHolder SecurityTubeBase.constructPolicyHolder(Policy effectivePolicy, boolean isServer, boolean isIncoming)
           
protected  SecurityPolicyHolder SecurityTubeBase.constructPolicyHolder(Policy effectivePolicy, boolean isServer, boolean isIncoming, boolean ignoreST)
           
protected  Policy SecurityTubeBase.getEffectiveBootstrapPolicy(NestedPolicy bp)
           
 Policy RMPolicyResolver.getOperationLevelPolicy()
           
protected  PolicySourceModel SecurityTubeBase.unmarshalPolicy(String resource)
           
 

Uses of PolicyException in com.sun.xml.wss.provider.wsit
 

Methods in com.sun.xml.wss.provider.wsit with parameters of type PolicyException
protected  RuntimeException WSITAuthContextBase.generateInternalError(PolicyException ex)
           
 

Methods in com.sun.xml.wss.provider.wsit that throw PolicyException
protected abstract  void WSITAuthContextBase.addIncomingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)
           
protected  void WSITClientAuthContext.addIncomingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)
           
protected  void WSITServerAuthContext.addIncomingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)
           
protected abstract  SecurityPolicyHolder WSITAuthContextBase.addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)
           
protected  SecurityPolicyHolder WSITClientAuthContext.addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)
           
protected  SecurityPolicyHolder WSITServerAuthContext.addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)
           
protected abstract  void WSITAuthContextBase.addIncomingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)
           
protected  void WSITClientAuthContext.addIncomingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)
           
protected  void WSITServerAuthContext.addIncomingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)
           
protected abstract  void WSITAuthContextBase.addOutgoingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)
           
protected  void WSITClientAuthContext.addOutgoingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)
           
protected  void WSITServerAuthContext.addOutgoingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)
           
protected abstract  SecurityPolicyHolder WSITAuthContextBase.addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)
           
protected  SecurityPolicyHolder WSITClientAuthContext.addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)
           
protected  SecurityPolicyHolder WSITServerAuthContext.addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)
           
protected abstract  void WSITAuthContextBase.addOutgoingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)
           
protected  void WSITClientAuthContext.addOutgoingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)
           
protected  void WSITServerAuthContext.addOutgoingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)
           
protected  void WSITAuthContextBase.buildProtocolPolicy(Policy endpointPolicy, PolicyAlternativeHolder ph)
           
protected  SecurityPolicyHolder WSITAuthContextBase.constructPolicyHolder(Policy effectivePolicy, boolean isServer, boolean isIncoming)
           
protected  SecurityPolicyHolder WSITAuthContextBase.constructPolicyHolder(Policy effectivePolicy, boolean isServer, boolean isIncoming, boolean ignoreST)
           
protected  Policy WSITAuthContextBase.getEffectiveBootstrapPolicy(NestedPolicy bp)
           
protected  PolicySourceModel WSITAuthContextBase.unmarshalPolicy(String resource)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.