public class MessageReplayRule extends Object implements org.opensaml.ws.security.SecurityPolicyRule
Constructor and Description |
---|
MessageReplayRule(org.opensaml.util.storage.ReplayCache newReplayCache)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
evaluate(org.opensaml.ws.message.MessageContext messageContext) |
boolean |
isRequiredRule()
Gets whether this rule is required to be met.
|
void |
setRequiredRule(boolean required)
Sets whether this rule is required to be met.
|
public MessageReplayRule(org.opensaml.util.storage.ReplayCache newReplayCache)
newReplayCache
- the new replay cache instancepublic boolean isRequiredRule()
public void setRequiredRule(boolean required)
required
- whether this rule is required to be metpublic void evaluate(org.opensaml.ws.message.MessageContext messageContext) throws org.opensaml.ws.security.SecurityPolicyException
evaluate
in interface org.opensaml.ws.security.SecurityPolicyRule
org.opensaml.ws.security.SecurityPolicyException
Copyright © 1999-2013. All Rights Reserved.