Interface DelegatedIdentityProviderFactory


public interface DelegatedIdentityProviderFactory
Since:
6.2.0
  • Field Details

    • BEAN_NAME_SAML2_CLIENT_MESSAGE_FACTORY

      static final String BEAN_NAME_SAML2_CLIENT_MESSAGE_FACTORY
      The bean name that identifies the saml2 message factory instance.
      See Also:
  • Method Details

    • build

      Collection<org.pac4j.core.client.BaseClient> build()
      Build set of clients configured.
      Returns:
      the set
    • rebuild

      Collection<org.pac4j.core.client.BaseClient> rebuild()
      Rebuild collection and invalidate the cached entries, if any.
      Returns:
      the collection
    • withClients

      static DelegatedIdentityProviderFactory withClients(List clients)
      Factory that produces static list of clients.
      Parameters:
      clients - the clients
      Returns:
      the delegated client factory