Uses of Class
com.sun.xml.ws.policy.PolicyException
-
-
Uses of PolicyException in com.sun.xml.ws.addressing.policy
Methods in com.sun.xml.ws.addressing.policy that throw PolicyException Modifier and Type Method Description Collection<javax.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 PolicyException in com.sun.xml.ws.api.policy
Methods in com.sun.xml.ws.api.policy that throw PolicyException Modifier and Type Method Description static voidAlternativeSelector. doSelection(EffectivePolicyModifier modifier)static ValidationProcessorValidationProcessor. getInstance()Factory method that returns singleton instance of the class.static ModelTranslatorModelTranslator. 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 Modifier and Type Method Description Collection<javax.xml.ws.WebServiceFeature>FastInfosetFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)Process FastInfoset policy assertions.Collection<javax.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<javax.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 PolicyException in com.sun.xml.ws.policy
Methods in com.sun.xml.ws.policy that throw PolicyException Modifier and Type Method Description static voidEffectiveAlternativeSelector. doSelection(EffectivePolicyModifier modifier)Does the selection for policy map bound to given modifier.PolicyPolicySubject. getEffectivePolicy(PolicyMerger merger)Returns the effective policy of the subject, i.e.PolicyPolicyMap. getEndpointEffectivePolicy(PolicyMapKey key)PolicyPolicyMap. getFaultMessageEffectivePolicy(PolicyMapKey key)PolicyPolicyMap. getInputMessageEffectivePolicy(PolicyMapKey key)static AssertionValidationProcessorAssertionValidationProcessor. getInstance()Factory method that returns singleton instance of the class.PolicyPolicyMap. getOperationEffectivePolicy(PolicyMapKey key)PolicyPolicyMap. getOutputMessageEffectivePolicy(PolicyMapKey key)PolicyPolicyMap. getServiceEffectivePolicy(PolicyMapKey key)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.protected static voidEffectiveAlternativeSelector. selectAlternatives(EffectivePolicyModifier modifier, AssertionValidationProcessor validationProcessor)This method is intended to be called by extension classes that need to override the behavior ofEffectiveAlternativeSelector.doSelection(com.sun.xml.ws.policy.EffectivePolicyModifier).PolicyAssertionValidator.FitnessAssertionValidationProcessor. validateClientSide(PolicyAssertion assertion)Validates fitness of theassertionon the client side.PolicyAssertionValidator.FitnessAssertionValidationProcessor. validateServerSide(PolicyAssertion assertion)Validates fitness of theassertionon the server side.Constructors in com.sun.xml.ws.policy that throw PolicyException Constructor Description 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 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.voidSafePolicyReader.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 Modifier and Type Method Description Collection<javax.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 PolicyException in com.sun.xml.ws.policy.parser
Methods in com.sun.xml.ws.policy.parser that throw PolicyException Modifier and Type Method Description static URLPolicyConfigParser. findConfigFile(String configFileIdentifier, Container container)Find a WSIT config file based on theconfigFileIdentifierparameter according to following pattern: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.static WSDLModelPolicyConfigParser. parseModel(String configFileIdentifier, Container container, PolicyMapMutator... mutators)The method usesconfigFileIdentifierparameter to construct a WSIT config file name according to following pattern:static WSDLModelPolicyConfigParser. parseModel(URL configFileUrl, boolean isClient, PolicyMapMutator... mutators)Reads the WSIT config from a file denoted byconfigFileUrlparameter. -
Uses of PolicyException in com.sun.xml.ws.policy.privateutil
Methods in com.sun.xml.ws.policy.privateutil that throw PolicyException Modifier and Type Method Description static StringPolicyUtils.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 Modifier and Type Method Description voidPolicySourceModel. expand(PolicySourceModelContext context)Expands current policy model.static PolicyModelTranslatorPolicyModelTranslator. getTranslator()Method returns thread-safe policy model translator instance.abstract voidPolicyModelMarshaller. marshal(PolicySourceModel model, Object storage)Marshalls the policy source model using provided storage referenceabstract voidPolicyModelMarshaller. marshal(Collection<PolicySourceModel> models, Object storage)Marshalls the collection of policy source models using provided storage referencevoidXmlPolicyModelMarshaller. marshal(PolicySourceModel model, Object storage)voidXmlPolicyModelMarshaller. marshal(Collection<PolicySourceModel> models, Object storage)abstract PolicySourceModelPolicyModelGenerator. translate(Policy policy)This method translates aPolicyinto apolicy infoset.PolicyPolicyModelTranslator. translate(PolicySourceModel model)The method translatesPolicySourceModelstructure into normalizedPolicyexpression.abstract PolicySourceModelPolicyModelUnmarshaller. unmarshalModel(Object storage)Unmarshalls single policy source model from provided storage reference.PolicySourceModelXmlPolicyModelUnmarshaller. unmarshalModel(Object storage)Constructors in com.sun.xml.ws.policy.sourcemodel that throw PolicyException Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description classAssertionCreationExceptionException 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 Modifier and Type Method Description Collection<javax.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 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 Modifier and Type Method Description Collection<javax.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 PolicyException in com.sun.xml.ws.security.addressing.policy
Methods in com.sun.xml.ws.security.addressing.policy that throw PolicyException Modifier and Type Method Description Collection<javax.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 PolicyException in com.sun.xml.ws.security.impl.policy
Methods in com.sun.xml.ws.security.impl.policy that throw PolicyException Modifier and Type Method Description Collection<javax.xml.ws.WebServiceFeature>SecurityFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)Constructors in com.sun.xml.ws.security.impl.policy that throw PolicyException Constructor Description 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 Modifier and Type Method Description voidTokenProcessor. addKeyBinding(Binding binding, WSSPolicy policy, Token token, boolean ignoreDK)protected voidBindingProcessor. addPrimaryTargets()protected voidNilBindingProcessor. addPrimaryTargets()protected voidSymmetricBindingProcessor. addSymmetricKeyBinding(WSSPolicy policy, Token token)protected voidEndorsingSupportingTokensProcessor. addToPrimarySignature(WSSPolicy policy, Token token)protected voidSignedEndorsingSupportingTokensProcessor. addToPrimarySignature(WSSPolicy policy, Token token)protected voidSignedSupportingTokensProcessor. addToPrimarySignature(WSSPolicy policy, Token token)protected voidSupportingTokensProcessor. addToPrimarySignature(WSSPolicy policy, Token token)protected voidEndorsingSupportingTokensProcessor. collectSignaturePolicies(Token token)protected voidSupportingTokensProcessor. collectSignaturePolicies(Token token)protected voidSupportingTokensProcessor. createSupportingSignature(Token token)protected voidEncryptedSupportingTokensProcessor. encryptToken(Token token, SecurityPolicyVersion spVersion)protected voidEndorsingEncryptedSupportingTokensProcessor. encryptToken(Token token, SecurityPolicyVersion spVersion)protected voidEndorsingSupportingTokensProcessor. encryptToken(Token token, SecurityPolicyVersion spVersion)protected voidSignedEncryptedSupportingTokensProcessor. encryptToken(Token token, SecurityPolicyVersion spVersion)protected voidSignedEndorsingEncryptedSupportingTokensProcessor. encryptToken(Token token, SecurityPolicyVersion spVersion)protected voidSupportingTokensProcessor. encryptToken(Token token, SecurityPolicyVersion spVersion)protected EncryptionPolicyAsymmetricBindingProcessor. getSecondaryEncryptionPolicy()protected abstract EncryptionPolicyBindingProcessor. getSecondaryEncryptionPolicy()protected EncryptionPolicyNilBindingProcessor. getSecondaryEncryptionPolicy()protected EncryptionPolicySymmetricBindingProcessor. getSecondaryEncryptionPolicy()protected EncryptionPolicyTransportBindingProcessor. getSecondaryEncryptionPolicy()WSSPolicyTokenProcessor. getWSSToken(Token token)MessagePolicyXWSSPolicyGenerator. getXWSSPolicy()voidAsymmetricBindingProcessor. process()voidNilBindingProcessor. process()voidSupportingTokensProcessor. process()voidSymmetricBindingProcessor. process()voidTransportBindingProcessor. process()voidXWSSPolicyGenerator. process()voidXWSSPolicyGenerator. process(boolean ignoreST)voidBindingProcessor. processSupportingTokens(EncryptedSupportingTokens est)voidBindingProcessor. processSupportingTokens(EndorsingEncryptedSupportingTokens est)voidBindingProcessor. processSupportingTokens(EndorsingSupportingTokens est)voidBindingProcessor. processSupportingTokens(SignedEncryptedSupportingTokens sest)voidBindingProcessor. processSupportingTokens(SignedEndorsingEncryptedSupportingTokens est)voidBindingProcessor. processSupportingTokens(SignedEndorsingSupportingTokens est)voidBindingProcessor. processSupportingTokens(SignedSupportingTokens st)voidBindingProcessor. processSupportingTokens(SupportingTokens st)voidNilBindingProcessor. processSupportingTokens(EncryptedSupportingTokens est)voidNilBindingProcessor. processSupportingTokens(EndorsingSupportingTokens est)voidNilBindingProcessor. processSupportingTokens(SignedEncryptedSupportingTokens sest)voidNilBindingProcessor. processSupportingTokens(SignedEndorsingSupportingTokens est)voidNilBindingProcessor. processSupportingTokens(SignedSupportingTokens st)voidNilBindingProcessor. processSupportingTokens(SupportingTokens st)voidTransportBindingProcessor. processSupportingTokens(EndorsingSupportingTokens est)voidTransportBindingProcessor. processSupportingTokens(SignedEncryptedSupportingTokens sest)voidTransportBindingProcessor. processSupportingTokens(SignedEndorsingSupportingTokens set)voidTransportBindingProcessor. processSupportingTokens(SignedSupportingTokens sst)voidTransportBindingProcessor. processSupportingTokens(SupportingTokens tokens)protected voidBindingProcessor. protectPrimarySignature()protected voidNilBindingProcessor. protectPrimarySignature()protected voidTokenProcessor. 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 Modifier and Type Method Description Collection<javax.xml.ws.WebServiceFeature>OptimalTransportFeatureConfigurator. getFeatures(PolicyMapKey key, PolicyMap policyMap)process optimized transport policy assertionsWSDLPortCollection<javax.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 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 Modifier and Type Method Description Collection<javax.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 PolicyException in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl with parameters of type PolicyException Modifier and Type Method Description protected RuntimeExceptionSecurityTubeBase. generateInternalError(PolicyException ex)Methods in com.sun.xml.wss.jaxws.impl that throw PolicyException Modifier and Type Method Description protected voidSecurityClientTube. addIncomingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)protected voidSecurityServerTube. addIncomingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)protected abstract voidSecurityTubeBase. addIncomingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)protected SecurityPolicyHolderSecurityClientTube. addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected SecurityPolicyHolderSecurityServerTube. addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected abstract SecurityPolicyHolderSecurityTubeBase. addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected voidSecurityClientTube. addIncomingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)protected voidSecurityServerTube. addIncomingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)protected abstract voidSecurityTubeBase. addIncomingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)protected voidSecurityClientTube. addOutgoingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)protected voidSecurityServerTube. addOutgoingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)protected abstract voidSecurityTubeBase. addOutgoingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)protected SecurityPolicyHolderSecurityClientTube. addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected SecurityPolicyHolderSecurityServerTube. 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 SecurityPolicyHolderSecurityTubeBase. addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected voidSecurityClientTube. addOutgoingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)protected voidSecurityServerTube. addOutgoingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)protected abstract voidSecurityTubeBase. addOutgoingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)protected voidSecurityTubeBase. buildProtocolPolicy(Policy endpointPolicy, PolicyAlternativeHolder ph)protected SecurityPolicyHolderSecurityTubeBase. constructPolicyHolder(Policy effectivePolicy, boolean isServer, boolean isIncoming)protected SecurityPolicyHolderSecurityTubeBase. constructPolicyHolder(Policy effectivePolicy, boolean isServer, boolean isIncoming, boolean ignoreST)protected PolicySecurityTubeBase. getEffectiveBootstrapPolicy(NestedPolicy bp)PolicyRMPolicyResolver. getOperationLevelPolicy()protected PolicySourceModelSecurityTubeBase. 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 Modifier and Type Method Description protected RuntimeExceptionWSITAuthContextBase. generateInternalError(PolicyException ex)Methods in com.sun.xml.wss.provider.wsit that throw PolicyException Modifier and Type Method Description protected abstract voidWSITAuthContextBase. addIncomingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)protected voidWSITClientAuthContext. addIncomingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)protected voidWSITServerAuthContext. addIncomingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)protected abstract SecurityPolicyHolderWSITAuthContextBase. addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected SecurityPolicyHolderWSITClientAuthContext. addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected SecurityPolicyHolderWSITServerAuthContext. addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected abstract voidWSITAuthContextBase. addIncomingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)protected voidWSITClientAuthContext. addIncomingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)protected voidWSITServerAuthContext. addIncomingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)protected abstract voidWSITAuthContextBase. addOutgoingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)protected voidWSITClientAuthContext. addOutgoingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)protected voidWSITServerAuthContext. addOutgoingFaultPolicy(Policy effectivePolicy, SecurityPolicyHolder sph, WSDLFault fault)protected abstract SecurityPolicyHolderWSITAuthContextBase. addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected SecurityPolicyHolderWSITClientAuthContext. addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected SecurityPolicyHolderWSITServerAuthContext. addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected abstract voidWSITAuthContextBase. addOutgoingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)protected voidWSITClientAuthContext. addOutgoingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)protected voidWSITServerAuthContext. addOutgoingProtocolPolicy(Policy effectivePolicy, String protocol, PolicyAlternativeHolder ph)protected voidWSITAuthContextBase. buildProtocolPolicy(Policy endpointPolicy, PolicyAlternativeHolder ph)protected SecurityPolicyHolderWSITAuthContextBase. constructPolicyHolder(Policy effectivePolicy, boolean isServer, boolean isIncoming)protected SecurityPolicyHolderWSITAuthContextBase. constructPolicyHolder(Policy effectivePolicy, boolean isServer, boolean isIncoming, boolean ignoreST)protected PolicyWSITAuthContextBase. getEffectiveBootstrapPolicy(NestedPolicy bp)protected PolicySourceModelWSITAuthContextBase. unmarshalPolicy(String resource)
-