Package com.axelor.auth.pac4j
Class AxelorCallbackClientFinder
- java.lang.Object
-
- org.pac4j.core.client.finder.DefaultCallbackClientFinder
-
- com.axelor.auth.pac4j.AxelorCallbackClientFinder
-
- All Implemented Interfaces:
org.pac4j.core.client.finder.ClientFinder
- Direct Known Subclasses:
BasicAuthCallbackClientFinder
public class AxelorCallbackClientFinder extends org.pac4j.core.client.finder.DefaultCallbackClientFinderCallback client finder that doesn’t fail when some indirect clients are unavailable.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description AxelorCallbackClientFinder()
-
Method Summary
All 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)
-
-
-
Method Detail
-
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:
findin interfaceorg.pac4j.core.client.finder.ClientFinder- Overrides:
findin classorg.pac4j.core.client.finder.DefaultCallbackClientFinder
-
-