Class AllClientsFinder

java.lang.Object
de.xima.fc.security.pac4j.client.finder.AllClientsFinder
All Implemented Interfaces:
org.pac4j.core.client.finder.ClientFinder

public class AllClientsFinder extends Object implements org.pac4j.core.client.finder.ClientFinder
Client finder that finds all clients of the config Clients.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • newInstance

      public static AllClientsFinder newInstance()
    • find

      public List<org.pac4j.core.client.Client> find(org.pac4j.core.client.Clients clients, org.pac4j.core.context.WebContext context, String clientNames)
      Specified by:
      find in interface org.pac4j.core.client.finder.ClientFinder