Interface DelegatedIdentityProviderFactory


public interface DelegatedIdentityProviderFactory
Since:
6.2.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The bean name that identifies the saml2 message factory instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<org.pac4j.core.client.IndirectClient>
    Build set of clients configured.
    Collection<org.pac4j.core.client.IndirectClient>
    Rebuild collection and invalidate the cached entries, if any.
    withClients(List clients)
    Factory that produces static list of clients.
  • 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.IndirectClient> build()
      Build set of clients configured.
      Returns:
      the set
    • rebuild

      Collection<org.pac4j.core.client.IndirectClient> 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