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>
clients
protected String
defaultClientName
protected static org.slf4j.Logger
logger
protected static AppSettings
settings
-
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()
String
getDefaultClientName()
Set<String>
getDirectClientNames()
Set<String>
getIndirectClientNames()
protected void
init()
-
-
-
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
-
-