Interface OAuthRequestVerifier


public interface OAuthRequestVerifier
Used to store whether a request has successfully passed through the OAuth filter in some way. Specifically, this can be used to check if a 2LO request without a user associated with it (e.g. impersonation is disabled) came from a trusted system.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
    void
    setVerified(boolean val)
     
  • Method Details

    • isVerified

      boolean isVerified()
    • setVerified

      void setVerified(boolean val)
    • clear

      void clear()