| AuthenticationTokenPolicy |
Objects of this class represent a concrete WSS Authentication
token as FeatureBinding.
|
| AuthenticationTokenPolicy.KerberosTokenBinding |
A policy representing Kerberos Token.
|
| AuthenticationTokenPolicy.KeyValueTokenBinding |
A policy representing a RSAKeyPair.
|
| AuthenticationTokenPolicy.SAMLAssertionBinding |
A policy representing a SAML Assertion.
|
| AuthenticationTokenPolicy.UsernameTokenBinding |
A policy representing a WSS UsernameToken.
|
| AuthenticationTokenPolicy.X509CertificateBinding |
A policy representing a WSS X509Certificate.
|
| DerivedTokenKeyBinding |
|
| DynamicSecurityPolicy |
Represents a dynamically generable SecurityPolicy.
|
| EncryptionPolicy |
Objects of this class represent a policy for Encrypting parts of a SOAP Message.
|
| EncryptionPolicy.FeatureBinding |
A class representing FeatureBindings for an EncryptionPolicy
The FeatureBinding would contain information about the MessageParts
to be Encrypted, The data encryption algorithm to be used.
|
| EncryptionTarget |
Objects of this class represent an Encryption Target that can be part of
the FeatureBinding for an EncryptionPolicy (refer EncryptionPolicy.FeatureBinding).
|
| EncryptionTarget.Transform |
This class represents a Transform that can appear on an EcncryptionTarget,
Instances of this class are added as CipherReference Transforms on an EcncryptionTarget
|
| IssuedTokenKeyBinding |
|
| KeyBindingBase |
|
| MandatoryTargetPolicy |
Represents mandatory header elements that need to present in the message.
|
| MandatoryTargetPolicy.FeatureBinding |
|
| MessagePolicy |
Represents an ordered collection of Security Policies
|
| Parameter |
|
| PrivateKeyBinding |
Objects of this class act as KeyBindings for AuthenticationTokens such
as AuthenticationTokenPolicy.X509CertificateBinding and
AuthenticationTokenPolicy.SAMLAssertionBinding.
|
| SecureConversationTokenKeyBinding |
|
| SignatureConfirmationPolicy |
A policy representing a WSS1.1 SignatureConfirmation element.
|
| SignaturePolicy |
Objects of this class represent a policy for Signing parts of a SOAP Message.
|
| SignaturePolicy.FeatureBinding |
A class representing FeatureBindings for a SignaturePolicy
The FeatureBinding would contain information about the MessageParts
to be Signed, and the CanonicalizationMethod.
|
| SignatureTarget |
Objects of this class represent a Signature Target that can be part of
the FeatureBinding for a SignaturePolicy (refer SignaturePolicy.FeatureBinding).
|
| SignatureTarget.Transform |
This class represents a Transform that can appear on a SignatureTarget.
|
| SymmetricKeyBinding |
A policy representing a SymmetricKey that can be used as the
KeyBinding for a SignaturePolicy or an EncryptionPolicy.
|
| Target |
|
| TimestampPolicy |
A policy representing a WSS Timestamp element.
|
| WSSFeatureBindingExtension |
|
| WSSKeyBindingExtension |
|
| WSSPolicy |
Represents a base class for SOAP Message Security Policies.
|
| WSSPolicyGenerator |
This class is a Factory for generating the various Security Policy primitives
that are understood and processed by XWS-Security.
|