Uses of Class
se.swedenconnect.opensaml.saml2.response.replay.MessageReplayException

Packages that use MessageReplayException
Package
Description
Support for handling message replay attacks.
  • Uses of MessageReplayException in se.swedenconnect.opensaml.saml2.response.replay

    Modifier and Type
    Method
    Description
    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
    InMemoryReplayChecker.checkReplay(org.opensaml.saml.common.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(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(org.opensaml.saml.common.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(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(org.opensaml.saml.common.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.