Package com.axelor.auth.pac4j
Class ClientListProvider
- java.lang.Object
-
- com.axelor.auth.pac4j.ClientListProvider
-
-
Constructor Summary
Constructors Constructor Description ClientListProvider(AuthPac4jInfo authPac4jInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.pac4j.core.client.Client>
get()
Set<String>
getDirectClientNames()
Set<String>
getIndirectClientNames()
boolean
isExclusive()
-
-
-
Constructor Detail
-
ClientListProvider
@Inject public ClientListProvider(AuthPac4jInfo authPac4jInfo)
-
-
Method Detail
-
get
public List<org.pac4j.core.client.Client> get()
-
isExclusive
public boolean isExclusive()
-
-