|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.common.binding.security.IssueInstantRule
public class IssueInstantRule
Security policy rule implementation that checks for validity of SAML message issue instant date and time.
| Constructor Summary | |
|---|---|
IssueInstantRule(int newClockSkew,
int newExpires)
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 IssueInstantRule(int newClockSkew,
int newExpires)
newClockSkew - the new clock skew value (seconds)newExpires - the new expiration value (seconds)| Method Detail |
|---|
public boolean isRequiredRule()
public void setRequiredRule(boolean required)
required - whether this rule is required to be met
public void evaluate(org.opensaml.ws.message.MessageContext messageContext)
throws org.opensaml.ws.security.SecurityPolicyException
evaluate in interface org.opensaml.ws.security.SecurityPolicyRuleorg.opensaml.ws.security.SecurityPolicyException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||