|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.common.binding.security.ReplayRuleFactory
public class ReplayRuleFactory
Security policy rule factory implementation that generates rules which check for replay of SAML messages.
Nested Class Summary | |
---|---|
class |
ReplayRuleFactory.ReplayRule
Security policy rule implementation which checks for replay of SAML messages. |
Constructor Summary | |
---|---|
ReplayRuleFactory()
|
Method Summary | |
---|---|
SecurityPolicyRule<javax.servlet.ServletRequest> |
createRuleInstance()
Creates an instance of a policy rule. |
int |
getClockSkew()
Get the clock skew. |
int |
getExpires()
Get the message replay cache expiration, in seconds. |
ReplayCache |
getReplayCache()
Get the message replay cache instance. |
void |
setClockSkew(int newClockSkew)
Set the clock skew. |
void |
setExpires(int newExpires)
Set the message replay cache expiration, in seconds. |
void |
setReplayCache(ReplayCache newReplayCache)
Set the message replay cache instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplayRuleFactory()
Method Detail |
---|
public int getClockSkew()
public void setClockSkew(int newClockSkew)
newClockSkew
- the clock skewpublic int getExpires()
public void setExpires(int newExpires)
newExpires
- the new expiration valuepublic ReplayCache getReplayCache()
public void setReplayCache(ReplayCache newReplayCache)
newReplayCache
- The replayCache to set.public 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 |