public class IssueInstantRule extends Object implements org.opensaml.ws.security.SecurityPolicyRule
| Constructor and Description |
|---|
IssueInstantRule(int newClockSkew,
int newExpires)
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 IssueInstantRule(int newClockSkew,
int newExpires)
newClockSkew - the new clock skew value (seconds)newExpires - the new expiration value (seconds)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.SecurityPolicyRuleorg.opensaml.ws.security.SecurityPolicyExceptionCopyright © 1999–2015. All rights reserved.