Uses of Class
org.alfresco.repo.security.authentication.identityservice.user.DecodedTokenUser
Packages that use DecodedTokenUser
Package
Description
-
Uses of DecodedTokenUser in org.alfresco.repo.security.authentication.identityservice
Methods in org.alfresco.repo.security.authentication.identityservice that return types with arguments of type DecodedTokenUserModifier 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 DecodedTokenUser in org.alfresco.repo.security.authentication.identityservice.user
Methods in org.alfresco.repo.security.authentication.identityservice.user that return DecodedTokenUserModifier and TypeMethodDescriptionstatic DecodedTokenUserDecodedTokenUser.validateAndCreate(String username, Object firstName, Object lastName, Object email) Methods in org.alfresco.repo.security.authentication.identityservice.user that return types with arguments of type DecodedTokenUserModifier and TypeMethodDescriptionAccessTokenToDecodedTokenUserMapper.toDecodedTokenUser(IdentityServiceFacade.DecodedAccessToken token) Maps the givenIdentityServiceFacade.DecodedAccessTokento aDecodedTokenUser.Methods in org.alfresco.repo.security.authentication.identityservice.user with parameters of type DecodedTokenUserModifier and TypeMethodDescriptionTokenUserToOIDCUserMapper.toOIDCUser(DecodedTokenUser decodedTokenUser) Maps a decoded token user to an OIDC user where the user id (username) is normalized.