public interface MessageReplayChecker
Modifier and Type | Method and Description |
---|---|
void |
checkReplay(SAMLObject object)
Checks if the supplied message contains an ID that already has been processed within the time the replay checker
keeps the processed items in its cache.
|
void |
checkReplay(String id)
Checks if the supplied message ID already has been processed within the time the replay checker keeps the processed
items in its cache.
|
void checkReplay(String id) throws MessageReplayException
id
- the message IDMessageReplayException
- if there is a replay attackvoid checkReplay(SAMLObject object) throws MessageReplayException, IllegalArgumentException
object
- the SAML message objectMessageReplayException
- if there is a replay attackIllegalArgumentException
- if the supplied object is not supported by the chekerCopyright © 2018 Litsec AB. All rights reserved.