Class RedirectDecisionHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRedirectUri()
      Get the redirect URI.
      void setRedirectUri​(java.lang.String redirectUri)
      Set the redirect URI.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RedirectDecisionHandler

        public RedirectDecisionHandler()
    • Method Detail

      • getRedirectUri

        public java.lang.String getRedirectUri()
        Get the redirect URI.
        Returns:
        The redirect URI.
      • setRedirectUri

        public void setRedirectUri​(java.lang.String redirectUri)
        Set the redirect URI.
        Parameters:
        redirectUri - The redirect URI.