Package com.axelor.auth.pac4j
Class AuthPac4jProfileService
java.lang.Object
com.axelor.auth.pac4j.AuthPac4jProfileService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]downloadUrl(URL url) protected byte[]downloadUrl(URL url, Map<String, String> requestProperties) getEmail(org.pac4j.core.profile.CommonProfile profile) protected GroupgetGroup(org.pac4j.core.profile.CommonProfile profile) byte[]getImage(org.pac4j.core.profile.CommonProfile profile) getLanguage(org.pac4j.core.profile.CommonProfile profile) getLanguage(org.pac4j.core.profile.CommonProfile profile, String defaultLanguage) getName(org.pac4j.core.profile.CommonProfile profile) getPermissions(org.pac4j.core.profile.CommonProfile profile) getRoles(org.pac4j.core.profile.CommonProfile profile) getUserIdentifier(org.pac4j.core.profile.CommonProfile profile)
-
Field Details
-
GROUP_ATTRIBUTE
- See Also:
-
-
Constructor Details
-
AuthPac4jProfileService
public AuthPac4jProfileService()
-
-
Method Details
-
getUserIdentifier
-
getName
-
getEmail
-
getLanguage
-
getLanguage
-
getImage
- Throws:
IOException
-
getGroup
-
getGroup
-
getGroup
-
getRoles
-
getPermissions
-
getLanguages
-
downloadUrl
- Throws:
IOException
-
downloadUrl
- Throws:
IOException
-