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 StringgetUser(org.pac4j.core.profile.CommonProfile profile) protected voidpersistUser(org.pac4j.core.profile.CommonProfile profile) protected voidprocess(org.pac4j.core.profile.CommonProfile profile, boolean withCreate) voidsaveUser(org.pac4j.core.profile.CommonProfile profile) protected voidupdateUser(User user, org.pac4j.core.profile.CommonProfile profile) voidupdateUser(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
-