Class UserInfoAttrMapping
java.lang.Object
org.alfresco.repo.security.authentication.identityservice.user.UserInfoAttrMapping
-
Constructor Summary
ConstructorsConstructorDescriptionUserInfoAttrMapping(String usernameClaim, String firstNameClaim, String lastNameClaim, String emailClaim) The UserInfoAttrMapping class represents the mapping of claims fetched from the UserInfo endpoint to create an Alfresco user. -
Method Summary
-
Constructor Details
-
UserInfoAttrMapping
public UserInfoAttrMapping(String usernameClaim, String firstNameClaim, String lastNameClaim, String emailClaim) The UserInfoAttrMapping class represents the mapping of claims fetched from the UserInfo endpoint to create an Alfresco user.- Parameters:
usernameClaim- the claim that represents the usernamefirstNameClaim- the claim that represents the first namelastNameClaim- the claim that represents the last nameemailClaim- the claim that represents the email
-
-
Method Details