Package com.axelor.auth.pac4j
Class AuthPac4jUserService
java.lang.Object
com.axelor.auth.pac4j.AuthPac4jUserService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getUser
(org.pac4j.core.profile.CommonProfile profile) protected void
persistUser
(org.pac4j.core.profile.CommonProfile profile) protected void
process
(org.pac4j.core.profile.CommonProfile profile, boolean withCreate) void
saveUser
(org.pac4j.core.profile.CommonProfile profile) protected void
updateUser
(User user, org.pac4j.core.profile.CommonProfile profile) void
updateUser
(org.pac4j.core.profile.CommonProfile profile)
-
Field Details
-
logger
protected final org.slf4j.Logger logger
-
-
Constructor Details
-
AuthPac4jUserService
public AuthPac4jUserService()
-
-
Method Details
-
getUser
-
saveUser
public void saveUser(org.pac4j.core.profile.CommonProfile profile) -
updateUser
public void updateUser(org.pac4j.core.profile.CommonProfile profile) -
process
protected void process(org.pac4j.core.profile.CommonProfile profile, boolean withCreate) -
persistUser
protected void persistUser(org.pac4j.core.profile.CommonProfile profile) -
updateUser
-
getDefaultGroupCode
-