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.Logger
logger
-
Constructor Summary
Constructors Constructor Description AuthPac4jUserService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getDefaultGroupCode()
User
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)
-
-
-
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()
-
-