Package com.axelor.auth.pac4j
Class AuthPac4jUserService
- java.lang.Object
-
- com.axelor.auth.pac4j.AuthPac4jUserService
-
@Singleton public class AuthPac4jUserService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description AuthPac4jUserService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetDefaultGroupCode()UsergetUser(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)
-
-
-
Method Detail
-
getUser
@Nullable public User getUser(org.pac4j.core.profile.CommonProfile profile)
-
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
protected void updateUser(User user, org.pac4j.core.profile.CommonProfile profile)
-
getDefaultGroupCode
protected String getDefaultGroupCode()
-
-