Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo: configuation to configuration

...

Bean ID
Type
Default
Function
JAASConfigString%{idp.home}/conf/authn/jaas.configDefines a Spring Resource containing the JAAS config. Normally this just points to a file in the filesystem
shibboleth.authn.JAAS.JAASConfigURIjava.net.URIJAASConfig.URIDefines the URI object containing the JAAS configuration
shibboleth.authn.JAAS.LoginConfigNamesCollection<String>[ "ShibUserPassAuth" ]Simple list of JAAS application configuration names to use
shibboleth.authn.JAAS.LoginConfigurations 3.3Collection<Pair<String,Subject>>
Static list of JAAS application configuation configuration names along with mappings to custom Principals
shibboleth.authn.JAAS.LoginConfigStrategy 3.3Function (see above)
For advanced use, you can inject a function to supply at runtime the information that the previous bean would supply statically

...