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

Packages that use AssertionSet
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.policy   
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.tx.at.policy.spi_impl   
com.sun.xml.wss.provider.wsit   
 

Uses of AssertionSet in com.sun.xml.ws.config.management.policy
 

Methods in com.sun.xml.ws.config.management.policy with parameters of type AssertionSet
 PolicyAssertion ManagementAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator)
           
 

Uses of AssertionSet in com.sun.xml.ws.policy
 

Methods in com.sun.xml.ws.policy that return AssertionSet
static AssertionSet AssertionSet.createAssertionSet(Collection<? extends PolicyAssertion> assertions)
          Creates and returns new assertion set holding a set of provided policy assertions.
static AssertionSet AssertionSet.createMergedAssertionSet(Collection<AssertionSet> alternatives)
          Creates and returns new assertion set holding content of all provided policy assertion sets.
static AssertionSet AssertionSet.emptyAssertionSet()
           
 AssertionSet NestedPolicy.getAssertionSet()
          Returns the AssertionSet instance representing a single policy alterantive held wihtin this nested policy object.
 

Methods in com.sun.xml.ws.policy that return types with arguments of type AssertionSet
 Iterator<AssertionSet> Policy.iterator()
          A policy usually contains one or more assertion sets.
 

Methods in com.sun.xml.ws.policy with parameters of type AssertionSet
 int AssertionSet.compareTo(AssertionSet that)
          An Comparable<T>.compareTo(T o) interface method implementation.
 

Method parameters in com.sun.xml.ws.policy with type arguments of type AssertionSet
static AssertionSet AssertionSet.createMergedAssertionSet(Collection<AssertionSet> alternatives)
          Creates and returns new assertion set holding content of all provided policy assertion sets.
static Policy Policy.createPolicy(Collection<AssertionSet> sets)
          The factory method creates an immutable policy instance which represents a policy expression with alternatives specified by sets input parameter.
static Policy Policy.createPolicy(NamespaceVersion nsVersion, String name, String policyId, Collection<AssertionSet> sets)
          The factory method creates an immutable policy instance which represents a policy expression with alternatives specified by sets input parameter.
static Policy Policy.createPolicy(String name, String policyId, Collection<AssertionSet> sets)
          The factory method creates an immutable policy instance which represents a policy expression with alternatives specified by sets input parameter.
 

Constructors in com.sun.xml.ws.policy with parameters of type AssertionSet
ComplexAssertion(AssertionData data, Collection<? extends PolicyAssertion> assertionParameters, AssertionSet nestedAlternative)
           
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.
 

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

Methods in com.sun.xml.ws.policy.sourcemodel with parameters of type AssertionSet
protected  void PolicyModelGenerator.translate(ModelNode node, AssertionSet assertions)
          Add the contents of the assertion set as child node to the given model node.
 

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

Methods in com.sun.xml.ws.policy.spi with parameters of type AssertionSet
 PolicyAssertion PolicyAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator)
          Creates domain-specific policy assertion instance according to assertion data provided.
 

Uses of AssertionSet 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 AssertionSet
 PolicyAssertion McAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator)
           
 

Uses of AssertionSet in com.sun.xml.ws.rx.policy
 

Methods in com.sun.xml.ws.rx.policy with parameters of type AssertionSet
 PolicyAssertion AssertionInstantiator.newInstance(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative)
           
 

Uses of AssertionSet 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 AssertionSet
 PolicyAssertion RmAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator)
           
 

Uses of AssertionSet in com.sun.xml.ws.security.addressing.impl.policy
 

Methods in com.sun.xml.ws.security.addressing.impl.policy with parameters of type AssertionSet
 PolicyAssertion AddressingPolicyAssertionCreator.createAssertion(AssertionData assertionData, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative, PolicyAssertionCreator policyAssertionCreator)
           
 

Constructors in com.sun.xml.ws.security.addressing.impl.policy with parameters of type AssertionSet
Address(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
           
EndpointReference(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
          Creates a new instance of EndpointReference
 

Uses of AssertionSet in com.sun.xml.ws.security.impl.policy
 

Methods in com.sun.xml.ws.security.impl.policy with parameters of type AssertionSet
 PolicyAssertion SecurityPolicyAssertionCreator.createAssertion(AssertionData assertionData, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative, PolicyAssertionCreator policyAssertionCreator)
           
 

Constructors in com.sun.xml.ws.security.impl.policy with parameters of type AssertionSet
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 AssertionSet 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 AssertionSet
 PolicyAssertion AtAssertionCreator.createAssertion(AssertionData data, Collection<PolicyAssertion> assertionParameters, AssertionSet nestedAlternative, PolicyAssertionCreator defaultCreator)
           
 

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

Constructors in com.sun.xml.wss.provider.wsit with parameters of type AssertionSet
PolicyAlternativeHolder(AssertionSet assertions, SecurityPolicyVersion sv, Policy bpMSP)
           
 



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