Package | Description |
---|---|
se.litsec.opensaml.saml2.common.response |
Interfaces and classes for working with SAML responses.
|
Modifier and Type | Method and Description |
---|---|
void |
InMemoryReplayChecker.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 |
MessageReplayCheckerImpl.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 |
MessageReplayChecker.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 |
InMemoryReplayChecker.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 |
MessageReplayCheckerImpl.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 |
MessageReplayChecker.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.
|
Copyright © 2018 Litsec AB. All rights reserved.