|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.common.binding.security.MessageReplayRule
public class MessageReplayRule
Security policy rule implementation that which checks for replay of SAML messages.
Constructor Summary | |
---|---|
MessageReplayRule(org.opensaml.util.storage.ReplayCache newReplayCache)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageReplayRule(org.opensaml.util.storage.ReplayCache newReplayCache)
newReplayCache
- the new replay cache instanceMethod Detail |
---|
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |