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 configClients
.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.pac4j.core.client.Client>
find(org.pac4j.core.client.Clients clients, org.pac4j.core.context.WebContext context, String clientNames)
static AllClientsFinder
newInstance()
-
-
-
Method Detail
-
newInstance
public static AllClientsFinder newInstance()
-
-