|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.common.binding.security.IssueInstantRuleFactory.IssueInstantRule
public class IssueInstantRuleFactory.IssueInstantRule
Security policy rule implementation that which checks for validity of SAML message issue instant date and time.
Constructor Summary | |
---|---|
IssueInstantRuleFactory.IssueInstantRule(int newClockSkew,
int newExpires)
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 IssueInstantRuleFactory.IssueInstantRule(int newClockSkew, int newExpires)
newClockSkew
- the new clock skew valuenewExpires
- the new expiration valueMethod 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 |