|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSSPolicy | |
|---|---|
| com.sun.xml.wss.impl | |
| com.sun.xml.wss.impl.policy.mls | |
| com.sun.xml.wss.impl.policy.verifier | |
| Uses of WSSPolicy in com.sun.xml.wss.impl |
|---|
| Methods in com.sun.xml.wss.impl that return WSSPolicy | |
|---|---|
WSSPolicy |
FilterProcessingContext.getInferredPolicy()
|
| Methods in com.sun.xml.wss.impl with parameters of type WSSPolicy | |
|---|---|
static boolean |
PolicyTypeUtil.isPrimaryPolicy(WSSPolicy policy)
|
static boolean |
PolicyTypeUtil.isSecondaryPolicy(WSSPolicy policy)
|
void |
TargetResolverImpl.resolveAndVerifyTargets(List<Target> actualTargets,
List<Target> inferredTargets,
WSSPolicy actualPolicy)
|
void |
FilterProcessingContext.setInferredPolicy(WSSPolicy policy)
|
| Uses of WSSPolicy in com.sun.xml.wss.impl.policy.mls |
|---|
| Subclasses of WSSPolicy in com.sun.xml.wss.impl.policy.mls | |
|---|---|
class |
AuthenticationTokenPolicy
Objects of this class represent a concrete WSS Authentication token as FeatureBinding. |
static class |
AuthenticationTokenPolicy.KerberosTokenBinding
A policy representing Kerberos Token. |
static class |
AuthenticationTokenPolicy.KeyValueTokenBinding
A policy representing a RSAKeyPair. |
static class |
AuthenticationTokenPolicy.SAMLAssertionBinding
A policy representing a SAML Assertion. |
static class |
AuthenticationTokenPolicy.UsernameTokenBinding
A policy representing a WSS UsernameToken. |
static class |
AuthenticationTokenPolicy.X509CertificateBinding
A policy representing a WSS X509Certificate. |
class |
DerivedTokenKeyBinding
|
class |
EncryptionPolicy
Objects of this class represent a policy for Encrypting parts of a SOAP Message. |
static class |
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. |
class |
IssuedTokenKeyBinding
|
class |
KeyBindingBase
|
class |
MandatoryTargetPolicy
Represents mandatory header elements that need to present in the message. |
static class |
MandatoryTargetPolicy.FeatureBinding
|
class |
PrivateKeyBinding
Objects of this class act as KeyBindings for AuthenticationTokens such as AuthenticationTokenPolicy.X509CertificateBinding and AuthenticationTokenPolicy.SAMLAssertionBinding. |
class |
SecureConversationTokenKeyBinding
|
class |
SignatureConfirmationPolicy
A policy representing a WSS1.1 SignatureConfirmation element. |
class |
SignaturePolicy
Objects of this class represent a policy for Signing parts of a SOAP Message. |
static class |
SignaturePolicy.FeatureBinding
A class representing FeatureBindings for a SignaturePolicy The FeatureBinding would contain information about the MessageParts to be Signed, and the CanonicalizationMethod. |
class |
SymmetricKeyBinding
A policy representing a SymmetricKey that can be used as the KeyBinding for a SignaturePolicy or an EncryptionPolicy. |
class |
TimestampPolicy
A policy representing a WSS Timestamp element. |
class |
WSSFeatureBindingExtension
|
class |
WSSKeyBindingExtension
|
| Methods in com.sun.xml.wss.impl.policy.mls that return WSSPolicy | |
|---|---|
WSSPolicy |
DerivedTokenKeyBinding.getOriginalKeyBinding()
|
| Methods in com.sun.xml.wss.impl.policy.mls with parameters of type WSSPolicy | |
|---|---|
boolean |
AuthenticationTokenPolicy.equals(WSSPolicy policy)
Equals operator |
boolean |
AuthenticationTokenPolicy.UsernameTokenBinding.equals(WSSPolicy policy)
Equals operator |
boolean |
AuthenticationTokenPolicy.X509CertificateBinding.equals(WSSPolicy policy)
|
boolean |
AuthenticationTokenPolicy.KerberosTokenBinding.equals(WSSPolicy policy)
|
boolean |
AuthenticationTokenPolicy.SAMLAssertionBinding.equals(WSSPolicy policy)
equals operator |
boolean |
AuthenticationTokenPolicy.KeyValueTokenBinding.equals(WSSPolicy policy)
|
boolean |
DerivedTokenKeyBinding.equals(WSSPolicy policy)
|
boolean |
EncryptionPolicy.equals(WSSPolicy policy)
Equals operator |
boolean |
EncryptionPolicy.FeatureBinding.equals(WSSPolicy policy)
Equals operator |
boolean |
IssuedTokenKeyBinding.equals(WSSPolicy policy)
|
boolean |
MandatoryTargetPolicy.equals(WSSPolicy policy)
|
boolean |
MandatoryTargetPolicy.FeatureBinding.equals(WSSPolicy policy)
|
boolean |
PrivateKeyBinding.equals(WSSPolicy binding)
equality operator |
boolean |
SecureConversationTokenKeyBinding.equals(WSSPolicy policy)
|
boolean |
SignatureConfirmationPolicy.equals(WSSPolicy policy)
|
boolean |
SignaturePolicy.equals(WSSPolicy policy)
Equals operator |
boolean |
SignaturePolicy.FeatureBinding.equals(WSSPolicy binding)
Equals operator |
boolean |
SymmetricKeyBinding.equals(WSSPolicy policy)
|
boolean |
TimestampPolicy.equals(WSSPolicy policy)
|
abstract boolean |
WSSPolicy.equals(WSSPolicy policy)
equals operator |
boolean |
AuthenticationTokenPolicy.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
AuthenticationTokenPolicy.UsernameTokenBinding.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
AuthenticationTokenPolicy.X509CertificateBinding.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
AuthenticationTokenPolicy.KerberosTokenBinding.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
AuthenticationTokenPolicy.SAMLAssertionBinding.equalsIgnoreTargets(WSSPolicy binding)
|
boolean |
AuthenticationTokenPolicy.KeyValueTokenBinding.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
DerivedTokenKeyBinding.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
EncryptionPolicy.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
EncryptionPolicy.FeatureBinding.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
IssuedTokenKeyBinding.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
MandatoryTargetPolicy.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
MandatoryTargetPolicy.FeatureBinding.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
PrivateKeyBinding.equalsIgnoreTargets(WSSPolicy binding)
|
boolean |
SecureConversationTokenKeyBinding.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
SignatureConfirmationPolicy.equalsIgnoreTargets(WSSPolicy policy)
Equality comparison ignoring the targets |
boolean |
SignaturePolicy.equalsIgnoreTargets(WSSPolicy policy)
|
boolean |
SignaturePolicy.FeatureBinding.equalsIgnoreTargets(WSSPolicy binding)
|
boolean |
SymmetricKeyBinding.equalsIgnoreTargets(WSSPolicy binding)
|
boolean |
TimestampPolicy.equalsIgnoreTargets(WSSPolicy policy)
|
abstract boolean |
WSSPolicy.equalsIgnoreTargets(WSSPolicy policy)
|
void |
DerivedTokenKeyBinding.setOriginalKeyBinding(WSSPolicy originalKeyBinding)
|
| Uses of WSSPolicy in com.sun.xml.wss.impl.policy.verifier |
|---|
| Methods in com.sun.xml.wss.impl.policy.verifier with parameters of type WSSPolicy | |
|---|---|
void |
TargetResolver.resolveAndVerifyTargets(List<Target> actualTargets,
List<Target> inferredTargets,
WSSPolicy actualPolicy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||