Class ServerConfigOAuthProviderLogout


  • public class ServerConfigOAuthProviderLogout
    extends Object
    Specifies the settings required to perform an OAuth2 logout.
    • Constructor Detail

      • ServerConfigOAuthProviderLogout

        public ServerConfigOAuthProviderLogout()
    • Method Detail

      • getUrl

        @Nullable
        public @Nullable String getUrl()
        Sets the URL that will be called when an OAuth2 is executed. This URL can contain the variables `{redirectUrl}` and `{clientId}`, whose values are automatically inserted by the server.
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object