|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BearerAssertionReplayPreventionService
Defines the method needed by PingFederate to prevent replay style attacks of SSO assertions.
Note that this interface is utilized only when you have PingFederate configured to function as an SP and you are receiving SSO assertions via the POST binding.
Method Summary | |
---|---|
boolean |
isReplay(java.lang.String assertionId,
java.util.Calendar notOnOrAfter)
Checks to see if the assertion has previously been processed. |
Method Detail |
---|
boolean isReplay(java.lang.String assertionId, java.util.Calendar notOnOrAfter) throws BearerAssertionReplayPreventionServiceException
assertionId
- the unique identifier of the assertion.notOnOrAfter
- the time at which the assertion is no longer valid.
BearerAssertionReplayPreventionServiceException
- for any unexpected runtime problem
that the implementation cannot handle.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |