boolean |
AlgorithmSuitePolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
AsymmetricBindingPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
ConcreteSupportingTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
EncryptedTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
EndorsingEncryptedTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
EndorsingTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
IssuedTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
KerberosTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
LayoutPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
RequiredElementsPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
RequiredPartsPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
SamlTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
SecuredElementsPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
SecuredPartsPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
SecurityContextTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
SecurityPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
SignedEncryptedTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
SignedEndorsingEncryptedTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
SignedEndorsingTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
SignedTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
SymmetricBindingPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
TransportBindingPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
UsernameTokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
WSS11PolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
boolean |
X509TokenPolicyValidator.canValidatePolicy(AssertionInfo assertionInfo) |
Return true if this SecurityPolicyValidator implementation is capable of validating a
policy defined by the AssertionInfo parameter
|
protected boolean |
AbstractBindingPolicyValidator.checkProperties(org.apache.wss4j.policy.model.AbstractSymmetricAsymmetricBinding binding,
AssertionInfo ai,
AssertionInfoMap aim,
org.apache.wss4j.dom.handler.WSHandlerResult results,
List<org.apache.wss4j.dom.engine.WSSecurityEngineResult> signedResults,
Message message) |
Check various properties set in the policy of the binding
|
protected boolean |
AbstractBindingPolicyValidator.checkProtectionOrder(org.apache.wss4j.policy.model.AbstractSymmetricAsymmetricBinding binding,
AssertionInfoMap aim,
AssertionInfo ai,
List<org.apache.wss4j.dom.engine.WSSecurityEngineResult> results) |
Check the Protection Order of the binding
|
boolean |
UsernameTokenPolicyValidator.checkTokens(org.apache.wss4j.policy.model.UsernameToken usernameTokenPolicy,
AssertionInfo ai,
List<org.apache.wss4j.dom.engine.WSSecurityEngineResult> utResults) |
All UsernameTokens must conform to the policy
|