Uses of Interface
org.alfresco.repo.security.authentication.identityservice.IdentityServiceFacade.DecodedAccessToken
Packages that use IdentityServiceFacade.DecodedAccessToken
Package
Description
-
Uses of IdentityServiceFacade.DecodedAccessToken in org.alfresco.repo.security.authentication.identityservice
Methods in org.alfresco.repo.security.authentication.identityservice that return IdentityServiceFacade.DecodedAccessTokenModifier and TypeMethodDescriptionIdentityServiceFacade.decodeToken(String token) Decodes the access token into theIdentityServiceFacade.DecodedAccessTokenwhich contains claims connected with a given token. -
Uses of IdentityServiceFacade.DecodedAccessToken in org.alfresco.repo.security.authentication.identityservice.user
Methods in org.alfresco.repo.security.authentication.identityservice.user with parameters of type IdentityServiceFacade.DecodedAccessTokenModifier and TypeMethodDescriptionAccessTokenToDecodedTokenUserMapper.toDecodedTokenUser(IdentityServiceFacade.DecodedAccessToken token) Maps the givenIdentityServiceFacade.DecodedAccessTokento aDecodedTokenUser.