Package net.shibboleth.sp.state


package net.shibboleth.sp.state
APIs supporting state management for SSO protocols.
  • Class
    Description
    Base class for StateManager implementations.
    A DTO class that carries protocol state information that needs to be recovered to validate a protocol response; this class is designed for JSON serialization and deserialization for storage e.g.
    Interface to a service that manages "state" tokens, used in most SSO protocols to manage stateful request/response correlation and to limit exposure of the resource URLs accessed by clients to allow recovery of the URL for final redirection.