public abstract class BaseSAMLXMLSignatureSecurityPolicyRule extends BaseTrustEngineRule<Signature>
コンストラクタと説明 |
---|
BaseSAMLXMLSignatureSecurityPolicyRule(TrustEngine<Signature> engine)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected CriteriaSet |
buildCriteriaSet(String entityID,
MessageContext messageContext)
Subclasses are required to implement this method to build a criteria set for the trust engine
according to trust engine and application-specific needs.
|
evaluate, evaluate, getTrustEngine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate
public BaseSAMLXMLSignatureSecurityPolicyRule(TrustEngine<Signature> engine)
engine
- Trust engine used to verify the signatureprotected CriteriaSet buildCriteriaSet(String entityID, MessageContext messageContext) throws SecurityPolicyException
buildCriteriaSet
クラス内 BaseTrustEngineRule<Signature>
entityID
- the candidate issuer entity ID which is being evaluatedmessageContext
- the message context which is being evaluatedSecurityPolicyException
- thrown if criteria set can not be constructedCopyright © 2012. All Rights Reserved.