Uses of Record Class
org.alfresco.repo.security.authentication.identityservice.UserToken
Packages that use UserToken
-
Uses of UserToken in org.alfresco.repo.security.authentication.identityservice
Methods in org.alfresco.repo.security.authentication.identityservice that return UserTokenModifier and TypeMethodDescriptionCachingUserTokenProvider.getUserToken(UserTokenRequest request) DirectUserTokenProvider.getUserToken(UserTokenRequest request) UserTokenProvider.getUserToken(UserTokenRequest request) Authenticate the supplied request against the Identity Service (or a local cache thereof) and return the resulting validated user token.Constructor parameters in org.alfresco.repo.security.authentication.identityservice with type arguments of type UserTokenModifierConstructorDescriptionCachingUserTokenProvider(UserTokenProvider delegate, SimpleCache<String, UserToken> backingCache, IdentityServiceFacade identityServiceFacade)