|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.common.binding.security.IssueInstantRuleFactory
public class IssueInstantRuleFactory
Security policy rule factory implementation that generates rules which check for validity of SAML message issue instant date and time.
Nested Class Summary | |
---|---|
class |
IssueInstantRuleFactory.IssueInstantRule
Security policy rule implementation that which checks for validity of SAML message issue instant date and time. |
Constructor Summary | |
---|---|
IssueInstantRuleFactory()
|
Method Summary | |
---|---|
SecurityPolicyRule<javax.servlet.ServletRequest> |
createRuleInstance()
Creates an instance of a policy rule. |
int |
getClockSkew()
Get the clock skew, in seconds. |
int |
getExpires()
Get the issue instant expiration, in seconds from time of issuance. |
void |
setClockSkew(int newClockSkew)
Set the clock skew, in seconds. |
void |
setExpires(int newExpires)
Set the issue instant expiration, in seconds from time of issuance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IssueInstantRuleFactory()
Method Detail |
---|
public int getClockSkew()
public void setClockSkew(int newClockSkew)
newClockSkew
- the new clock skew to set.public int getExpires()
public void setExpires(int newExpires)
newExpires
- the expiration in secondspublic SecurityPolicyRule<javax.servlet.ServletRequest> createRuleInstance()
createRuleInstance
in interface SecurityPolicyRuleFactory<javax.servlet.ServletRequest>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |