Interface ImpersonationService

  • All Known Implementing Classes:
    DefaultImpersonationService

    public interface ImpersonationService
    Service providing various methods related to the impersonation flow. Includes generating and validating impersonation tokens used during redirects, as well as session tokens. Implementations of this class should support cross domain impersonation.
    Author:
    Nick Crum (ncrum)
    See Also:
    ImpersonationEndpoint