Interface DelegatedIdentityProviders


public interface DelegatedIdentityProviders
Since:
7.0.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Default bean name.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.pac4j.core.client.Client>
    Find all clients list.
    Optional<org.pac4j.core.client.Client>
    Find client by its name.
  • Field Details

  • Method Details

    • findAllClients

      List<org.pac4j.core.client.Client> findAllClients()
      Find all clients list.
      Returns:
      the list
    • findClient

      Optional<org.pac4j.core.client.Client> findClient(String name)
      Find client by its name.
      Parameters:
      name - the name
      Returns:
      the optional