Package com.axelor.auth.pac4j
Class ClientListService
- java.lang.Object
-
- com.axelor.auth.pac4j.ClientListService
-
-
Field Summary
Fields Modifier and Type Field Description protected List<org.pac4j.core.client.Client>clientsprotected StringdefaultClientNameprotected static org.slf4j.Loggerloggerprotected static AppSettingssettings
-
Constructor Summary
Constructors Constructor Description ClientListService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.pac4j.core.client.Client>get()StringgetDefaultClientName()Set<String>getDirectClientNames()Set<String>getIndirectClientNames()protected voidinit()
-
-
-
Field Detail
-
clients
protected List<org.pac4j.core.client.Client> clients
-
defaultClientName
protected String defaultClientName
-
settings
protected static final AppSettings settings
-
logger
protected static final org.slf4j.Logger logger
-
-