Uses of Interface
org.forgerock.openig.tools.userprofile.UserProfileService
Packages that use UserProfileService
Package
Description
This package contains classes to call AM to retrieve user's profile info.
-
Uses of UserProfileService in org.forgerock.openig.tools.userprofile
Classes in org.forgerock.openig.tools.userprofile that implement UserProfileServiceModifier and TypeClassDescriptionclass
Create a CacheUserProfileService which is responsible for managing theUserProfile
cache.class
TheCrestUserProfileService
is responsible for interactions with AM users endpoint using resource version 3.0; since AM v13.Constructors in org.forgerock.openig.tools.userprofile with parameters of type UserProfileServiceModifierConstructorDescriptionCacheUserProfileService
(UserProfileService userProfileService, com.github.benmanes.caffeine.cache.Caffeine<Object, Object> caffeine, Duration maximumTimeout) Creates a new CacheUserProfileService.