Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

Note that a lot of advanced use cases will require you to make use of the Java API documentation, which can be found here for later usefor all of our Java software under https://shibboleth.net/api/

You can directly access the most “recent” versions of some of the major project Javadocs via:

The above contains all of the API (and in many cases implementation class) documentation for all of the code provided by the project, but does not include numerous third party APIs (e.g. Spring itself).
Tip

When you see a syntax like this:

name 4.2

That signifies a feature, setting, property, etc. that is only available in the corresponding minor version or later of the software. You will encounter features that are marked with unreleased versions of the software, which is necessary in order for us to avoid having to document all the new features at the end of a release cycle.

...