|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.common.binding.security.ReplayRuleFactory.ReplayRule
public class ReplayRuleFactory.ReplayRule
Security policy rule implementation which checks for replay of SAML messages.
Constructor Summary | |
---|---|
ReplayRuleFactory.ReplayRule(int newClockSkew,
int newExpires,
ReplayCache newReplayCache)
Constructor. |
Method Summary | |
---|---|
void |
evaluate(javax.servlet.ServletRequest request,
XMLObject message,
SecurityPolicyContext context)
Evaluates the rule against the given request and message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplayRuleFactory.ReplayRule(int newClockSkew, int newExpires, ReplayCache newReplayCache)
newClockSkew
- the new clock skewnewExpires
- the new expiration valuenewReplayCache
- the new replay cache instanceMethod Detail |
---|
public void evaluate(javax.servlet.ServletRequest request, XMLObject message, SecurityPolicyContext context) throws SecurityPolicyException
evaluate
in interface SecurityPolicyRule<javax.servlet.ServletRequest>
request
- the protocol requestmessage
- the incoming messagecontext
- the security policy context to use for evaluation and storage of related state info
SecurityPolicyException
- thrown if the request/message do not meet the requirements of this rule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |