Uses of Class
com.sun.xml.ws.policy.sourcemodel.AssertionData
Packages that use AssertionData
Package
Description
The root package of public policy API.
The part of public policy API that defines the classes and interfaces dealing with
the policy tree structure (policy source model) creation and manipulation.
The package contains policy API extension point definitions.
-
Uses of AssertionData in com.sun.xml.ws.api.config.management.policy
Constructors in com.sun.xml.ws.api.config.management.policy with parameters of type AssertionDataModifierConstructorDescriptionManagedClientAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters) ManagedServiceAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters) protectedManagementAssertion(QName name, AssertionData data, Collection<PolicyAssertion> assertionParameters) Create a new ManagementAssertion instance. -
Uses of AssertionData in com.sun.xml.ws.config.management.policy
Methods in com.sun.xml.ws.config.management.policy with parameters of type AssertionDataModifier and TypeMethodDescriptionManagementAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) -
Uses of AssertionData in com.sun.xml.ws.policy
Constructors in com.sun.xml.ws.policy with parameters of type AssertionDataModifierConstructorDescriptionprotectedComplexAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters, AssertionSet nestedAlternative) protectedPolicyAssertion(AssertionData assertionData, Collection<? extends PolicyAssertion> assertionParameters) Creates generic assertionand stores the data specified in input parametersprotectedPolicyAssertion(AssertionData assertionData, Collection<? extends PolicyAssertion> assertionParameters, AssertionSet nestedAlternative) Deprecated.protectedSimpleAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters) -
Uses of AssertionData in com.sun.xml.ws.policy.sourcemodel
Methods in com.sun.xml.ws.policy.sourcemodel that return AssertionDataModifier and TypeMethodDescriptionprotected AssertionDataAssertionData.clone()static AssertionDataAssertionData.createAssertionData(QName name) Constructs assertion data wrapper instance for an assertion that does not contain any value nor any attributes.static AssertionDataAssertionData.createAssertionData(QName name, String value, Map<QName, String> attributes, boolean optional, boolean ignorable) Constructs assertion data wrapper instance for an assertion that does contain a value or attributes.static AssertionDataAssertionData.createAssertionParameterData(QName name) Constructs assertion data wrapper instance for an assertion parameter that does not contain any value nor any attributes.static AssertionDataConstructs assertion data wrapper instance for an assertion parameter that contains a value or attributesModelNode.getNodeData()Returns the data for this policy source model node (if any).ModelNode.setOrReplaceNodeData(AssertionData newData) The method may be used to set or replace assertion data set for this node.Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type AssertionDataModifier and TypeMethodDescriptionModelNode.createChildAssertionNode(AssertionData nodeData) Factory method that creates new policy source model node as specified by a factory method name and input parameters.ModelNode.setOrReplaceNodeData(AssertionData newData) The method may be used to set or replace assertion data set for this node. -
Uses of AssertionData in com.sun.xml.ws.policy.spi
Methods in com.sun.xml.ws.policy.spi that return AssertionDataModifier and TypeMethodDescriptionAssertionCreationException.getAssertionData()Retrieves assertion data associated with the exception.Methods in com.sun.xml.ws.policy.spi with parameters of type AssertionDataModifier and TypeMethodDescriptionPolicyAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) Creates domain-specific policy assertion instance according to assertion data provided.Constructors in com.sun.xml.ws.policy.spi with parameters of type AssertionDataModifierConstructorDescriptionAssertionCreationException(AssertionData assertionData, String message) Constructs a new assertion creation exception with the specified detail message and cause.AssertionCreationException(AssertionData assertionData, String message, Throwable cause) Constructs a new assertion creation exception with the specified detail message and cause.AssertionCreationException(AssertionData assertionData, Throwable cause) Constructs a new assertion creation exception with the specified detail message and cause. -
Uses of AssertionData 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 AssertionDataModifier and TypeMethodDescriptionMcAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) -
Uses of AssertionData in com.sun.xml.ws.rx.mc.policy.wsmc200702
Constructors in com.sun.xml.ws.rx.mc.policy.wsmc200702 with parameters of type AssertionDataModifierConstructorDescriptionMakeConnectionSupportedAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters) -
Uses of AssertionData in com.sun.xml.ws.rx.policy
Methods in com.sun.xml.ws.rx.policy with parameters of type AssertionDataModifier and TypeMethodDescriptionAssertionInstantiator.newInstance(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative) -
Uses of AssertionData in com.sun.xml.ws.rx.rm.policy.metro200603
Constructors in com.sun.xml.ws.rx.rm.policy.metro200603 with parameters of type AssertionDataModifierConstructorDescriptionAllowDuplicatesAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters) CloseTimeoutClientAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters) OrderedDeliveryAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters) ResendIntervalClientAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters) -
Uses of AssertionData in com.sun.xml.ws.rx.rm.policy.metro200702
Constructors in com.sun.xml.ws.rx.rm.policy.metro200702 with parameters of type AssertionDataModifierConstructorDescriptionPersistentAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters) -
Uses of AssertionData in com.sun.xml.ws.rx.rm.policy.net200702
Constructors in com.sun.xml.ws.rx.rm.policy.net200702 with parameters of type AssertionDataModifierConstructorDescriptionAcknowledgementIntervalAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters) InactivityTimeoutAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters) -
Uses of AssertionData 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 AssertionDataModifier and TypeMethodDescriptionRmAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator) -
Uses of AssertionData in com.sun.xml.ws.security.addressing.impl.policy
Methods in com.sun.xml.ws.security.addressing.impl.policy with parameters of type AssertionDataModifier and TypeMethodDescriptionAddressingPolicyAssertionCreator.createAssertion(AssertionData assertionData, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative, PolicyAssertionCreator policyAssertionCreator) protected Class<?>AddressingPolicyAssertionCreator.getClass(AssertionData assertionData) Constructors in com.sun.xml.ws.security.addressing.impl.policy with parameters of type AssertionDataModifierConstructorDescriptionAddress(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) EndpointReference(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Creates a new instance of EndpointReference -
Uses of AssertionData in com.sun.xml.ws.security.impl.policy
Methods in com.sun.xml.ws.security.impl.policy with parameters of type AssertionDataModifier and TypeMethodDescriptionSecurityPolicyAssertionCreator.createAssertion(AssertionData assertionData, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative, PolicyAssertionCreator policyAssertionCreator) protected ClassSecurityPolicyAssertionCreator.getClass(AssertionData assertionData) Constructors in com.sun.xml.ws.security.impl.policy with parameters of type AssertionDataModifierConstructorDescriptionAlgorithmSuite(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) AsymmetricBinding(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) BootstrapPolicy(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Creates a new instance of BootstrapPolicyCallbackHandler(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) CallbackHandlerConfiguration(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) CertStoreConfig(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Claims(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) EncryptedElements(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) EncryptedParts(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) EncryptedSupportingTokens(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) EncryptionToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) EndorsingEncryptedSupportingTokens(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) EndorsingSupportingTokens(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Header(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) HttpsToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) InitiatorEncryptionToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) InitiatorSignatureToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) InitiatorToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) IssuedToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Issuer(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) IssuerName(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) KerberosConfig(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) KerberosToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Creates a new instance of KerberosTokenKeyStore(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) KeyValueToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Layout(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Lifetime(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Creates a new instance of LifeTimeImplProtectionToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) RecipientEncryptionToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) RecipientSignatureToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) RecipientToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) RelToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Creates a new instance of RelTokenRequestSecurityTokenTemplate(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) RequiredElements(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) RsaToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) SamlToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Creates a new instance of SamlTokenSecureConversationToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) SecurityContextToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Creates a new instance of SecurityContextTokenSessionManagerStore(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) SignatureToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) SignedElements(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) SignedEncryptedSupportingTokens(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) SignedEndorsingEncryptedSupportingTokens(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) SignedEndorsingSupportingTokens(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) SignedParts(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) SignedSupportingTokens(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) SpnegoContextToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) SupportingTokens(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) SymmetricBinding(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Token(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) TransportBinding(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) TransportToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Trust10(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Trust13(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) TrustStore(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) UseKey(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Creates a new instance of UseKeyIMplUsernameToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Validator(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) ValidatorConfiguration(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Wss10(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) Wss11(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) X509Token(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative) -
Uses of AssertionData in com.sun.xml.ws.transport.tcp.policy
Constructors in com.sun.xml.ws.transport.tcp.policy with parameters of type AssertionDataModifierConstructorDescriptionOptimalTransportAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters) TCPTransportAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters) -
Uses of AssertionData in com.sun.xml.ws.tx.at.policy
Constructors in com.sun.xml.ws.tx.at.policy with parameters of type AssertionDataModifierConstructorDescriptionAtAlwaysCapability(AssertionData data, Collection<PolicyAssertion> assertionParameters) AtAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters) -
Uses of AssertionData 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 AssertionDataModifier and TypeMethodDescriptionAtAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator)
SimpleAssertionorComplexAssertioninstead.