Class OauthConfigurationProperties.OpenIdConfigurationProperties.EndSessionConfigurationProperties

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRedirectUri()  
      void setRedirectUri​(java.lang.String redirectUri)
      The URI the OpenID provider should redirect to after logging out.
      • Methods inherited from class java.lang.Object

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

      • EndSessionConfigurationProperties

        public EndSessionConfigurationProperties()
    • Method Detail

      • getRedirectUri

        @Nonnull
        public java.lang.String getRedirectUri()
        Specified by:
        getRedirectUri in interface EndSessionConfiguration
        Returns:
        The URI that the provider should redirect back to after logout.
      • setRedirectUri

        public void setRedirectUri​(java.lang.String redirectUri)
        The URI the OpenID provider should redirect to after logging out. Default value ("/logout").
        Parameters:
        redirectUri - Redirect uri