| Package | Description |
|---|---|
| com.sun.xml.wss.impl | |
| com.sun.xml.wss.impl.policy.mls | |
| com.sun.xml.wss.impl.policy.verifier |
| Modifier and Type | Method and Description |
|---|---|
WSSPolicy |
FilterProcessingContext.getInferredPolicy() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
WSSPolicy |
DerivedTokenKeyBinding.getOriginalKeyBinding() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IssuedTokenKeyBinding.equals(WSSPolicy policy) |
boolean |
SignaturePolicy.equals(WSSPolicy policy)
Equals operator
|
boolean |
SignaturePolicy.FeatureBinding.equals(WSSPolicy binding)
Equals operator
|
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 |
SecureConversationTokenKeyBinding.equals(WSSPolicy policy) |
boolean |
EncryptionPolicy.equals(WSSPolicy policy)
Equals operator
|
boolean |
EncryptionPolicy.FeatureBinding.equals(WSSPolicy policy)
Equals operator
|
boolean |
SignatureConfirmationPolicy.equals(WSSPolicy policy) |
boolean |
SymmetricKeyBinding.equals(WSSPolicy policy) |
boolean |
PrivateKeyBinding.equals(WSSPolicy binding)
equality operator
|
boolean |
TimestampPolicy.equals(WSSPolicy policy) |
abstract boolean |
WSSPolicy.equals(WSSPolicy policy)
equals operator
|
boolean |
DerivedTokenKeyBinding.equals(WSSPolicy policy) |
boolean |
MandatoryTargetPolicy.equals(WSSPolicy policy) |
boolean |
MandatoryTargetPolicy.FeatureBinding.equals(WSSPolicy policy) |
boolean |
IssuedTokenKeyBinding.equalsIgnoreTargets(WSSPolicy policy) |
boolean |
SignaturePolicy.equalsIgnoreTargets(WSSPolicy policy) |
boolean |
SignaturePolicy.FeatureBinding.equalsIgnoreTargets(WSSPolicy binding) |
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 |
SecureConversationTokenKeyBinding.equalsIgnoreTargets(WSSPolicy policy) |
boolean |
EncryptionPolicy.equalsIgnoreTargets(WSSPolicy policy) |
boolean |
EncryptionPolicy.FeatureBinding.equalsIgnoreTargets(WSSPolicy policy) |
boolean |
SignatureConfirmationPolicy.equalsIgnoreTargets(WSSPolicy policy)
Equality comparison ignoring the targets
|
boolean |
SymmetricKeyBinding.equalsIgnoreTargets(WSSPolicy binding) |
boolean |
PrivateKeyBinding.equalsIgnoreTargets(WSSPolicy binding) |
boolean |
TimestampPolicy.equalsIgnoreTargets(WSSPolicy policy) |
abstract boolean |
WSSPolicy.equalsIgnoreTargets(WSSPolicy policy) |
boolean |
DerivedTokenKeyBinding.equalsIgnoreTargets(WSSPolicy policy) |
boolean |
MandatoryTargetPolicy.equalsIgnoreTargets(WSSPolicy policy) |
boolean |
MandatoryTargetPolicy.FeatureBinding.equalsIgnoreTargets(WSSPolicy policy) |
void |
DerivedTokenKeyBinding.setOriginalKeyBinding(WSSPolicy originalKeyBinding) |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetResolver.resolveAndVerifyTargets(List<Target> actualTargets,
List<Target> inferredTargets,
WSSPolicy actualPolicy) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.