Uses of Class
org.alfresco.repo.security.authentication.identityservice.user.UserInfoAttrMapping
Packages that use UserInfoAttrMapping
Package
Description
-
Uses of UserInfoAttrMapping in org.alfresco.repo.security.authentication.identityservice
Methods in org.alfresco.repo.security.authentication.identityservice with parameters of type UserInfoAttrMappingModifier and TypeMethodDescriptionIdentityServiceFacade.getUserInfo(String token, UserInfoAttrMapping userInfoAttrMapping) Gets claims about the authenticated user, such as name and email address, via the UserInfo endpoint of the OpenID provider. -
Uses of UserInfoAttrMapping in org.alfresco.repo.security.authentication.identityservice.user
Constructors in org.alfresco.repo.security.authentication.identityservice.user with parameters of type UserInfoAttrMappingModifierConstructorDescriptionAccessTokenToDecodedTokenUserMapper(UserInfoAttrMapping userInfoAttrMapping)