Versions Compared

Key

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

...

Expand
titleBeans

Beans defined in saml-nameid.xml and related system configuration are as follows:

Bean ID

Type

Function

shibboleth.SAML2PersistentGenerator

SAML2NameIDGenerator

Plugin for generating persistent identifiers using pluggable strategy

shibboleth.ComputedPersistentIdGenerator

ComputedPairwiseIdStore

Strategy plugin that generates persistent identifiers with a salted hash of an input value

shibboleth.ComputedIdSaltLookupStrategy 4.3

BiFunction<
ProfileRequestContext,
PairwiseId
>

Strategy function for obtaining salt dynamically

shibboleth.StoredPersistentIdGenerator

JDBCPairwiseIdStore

Strategy plugin that generates persistent identifiers and stores them in a database identified by a DataSource

shibboleth.JDBCPersistentIdStore

JDBCPairwiseIdStore

Legacy parent bean for defining a JDBC store for persistent identifiers with additional customization not supported by existing properties; this is largely for compatibility, and shibboleth.StoredPersistentIdGenerator should usually be used as a parent bean now

...