Uses of Class
org.alfresco.repo.security.authentication.identityservice.user.OIDCUserInfo
Packages that use OIDCUserInfo
Package
Description
-
Uses of OIDCUserInfo in org.alfresco.repo.security.authentication.identityservice
Methods in org.alfresco.repo.security.authentication.identityservice that return types with arguments of type OIDCUserInfoModifier and TypeMethodDescriptionIdentityServiceJITProvisioningHandler.extractUserInfoAndCreateUserIfNeeded(String bearerToken) ExtractsOIDCUserInfofrom the given bearer token and creates a new user if it does not exist in the repository. -
Uses of OIDCUserInfo in org.alfresco.repo.security.authentication.identityservice.user
Methods in org.alfresco.repo.security.authentication.identityservice.user that return OIDCUserInfoModifier and TypeMethodDescriptionTokenUserToOIDCUserMapper.toOIDCUser(DecodedTokenUser decodedTokenUser) Maps a decoded token user to an OIDC user where the user id (username) is normalized.