Uses of Class
com.sun.xml.ws.policy.sourcemodel.AssertionData

Packages that use AssertionData
com.sun.xml.ws.api.config.management.policy   
com.sun.xml.ws.config.management.policy   
com.sun.xml.ws.policy The root package of 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.spi The package contains policy API extension point definitions. 
com.sun.xml.ws.rx.mc.policy.spi_impl   
com.sun.xml.ws.rx.mc.policy.wsmc200702   
com.sun.xml.ws.rx.policy   
com.sun.xml.ws.rx.rm.policy.metro200603   
com.sun.xml.ws.rx.rm.policy.metro200702   
com.sun.xml.ws.rx.rm.policy.net200702   
com.sun.xml.ws.rx.rm.policy.spi_impl   
com.sun.xml.ws.security.addressing.impl.policy   
com.sun.xml.ws.security.impl.policy   
com.sun.xml.ws.transport.tcp.policy   
com.sun.xml.ws.tx.at.policy   
com.sun.xml.ws.tx.at.policy.spi_impl   
 

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 AssertionData
ManagedClientAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters)
           
ManagedServiceAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters)
           
ManagementAssertion(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 AssertionData
 PolicyAssertion ManagementAssertionCreator.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 AssertionData
ComplexAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters, AssertionSet nestedAlternative)
           
PolicyAssertion(AssertionData assertionData, Collection<? extends PolicyAssertion> assertionParameters)
          Creates generic assertionand stores the data specified in input parameters
PolicyAssertion(AssertionData assertionData, Collection<? extends PolicyAssertion> assertionParameters, AssertionSet nestedAlternative)
          Deprecated. Non-abstract assertion types should derive from SimpleAssertion or ComplexAssertion instead. Policy class will not provide support for nested policy alternatives in the future. This responsibility is delegated to ComplexAssertion class instead.
SimpleAssertion(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 AssertionData
protected  AssertionData AssertionData.clone()
           
static AssertionData AssertionData.createAssertionData(QName name)
          Constructs assertion data wrapper instance for an assertion that does not contain any value nor any attributes.
static AssertionData AssertionData.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 AssertionData AssertionData.createAssertionParameterData(QName name)
          Constructs assertion data wrapper instance for an assertion parameter that does not contain any value nor any attributes.
static AssertionData AssertionData.createAssertionParameterData(QName name, String value, Map<QName,String> attributes)
          Constructs assertion data wrapper instance for an assertion parameter that contains a value or attributes
 AssertionData ModelNode.getNodeData()
          Returns the data for this policy source model node (if any).
 AssertionData 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 AssertionData
 ModelNode ModelNode.createChildAssertionNode(AssertionData nodeData)
          Factory method that creates new policy source model node as specified by a factory method name and input parameters.
 AssertionData 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 AssertionData
 AssertionData AssertionCreationException.getAssertionData()
          Retrieves assertion data associated with the exception.
 

Methods in com.sun.xml.ws.policy.spi with parameters of type AssertionData
 PolicyAssertion PolicyAssertionCreator.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 AssertionData
AssertionCreationException(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 AssertionData
 PolicyAssertion McAssertionCreator.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 AssertionData
MakeConnectionSupportedAssertion(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 AssertionData
 PolicyAssertion AssertionInstantiator.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 AssertionData
AllowDuplicatesAssertion(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 AssertionData
PersistentAssertion(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 AssertionData
AcknowledgementIntervalAssertion(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 AssertionData
 PolicyAssertion RmAssertionCreator.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 AssertionData
 PolicyAssertion AddressingPolicyAssertionCreator.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 AssertionData
Address(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 AssertionData
 PolicyAssertion SecurityPolicyAssertionCreator.createAssertion(AssertionData assertionData, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative, PolicyAssertionCreator policyAssertionCreator)
           
protected  Class SecurityPolicyAssertionCreator.getClass(AssertionData assertionData)
           
 

Constructors in com.sun.xml.ws.security.impl.policy with parameters of type AssertionData
AlgorithmSuite(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 BootstrapPolicy
CallbackHandler(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 KerberosToken
KeyStore(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 LifeTimeImpl
ProtectionToken(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 RelToken
RequestSecurityTokenTemplate(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 SamlToken
SecureConversationToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
           
SecurityContextToken(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
          Creates a new instance of SecurityContextToken
SessionManagerStore(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 UseKeyIMpl
UsernameToken(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 AssertionData
OptimalTransportPolicyMapConfigurator.OptimalTransportAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters)
           
TCPTransportPolicyMapConfigurator.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 AssertionData
AtAlwaysCapability(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 AssertionData
 PolicyAssertion AtAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator)
           
 



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