Uses of Class
org.swisspush.gateleen.user.UserProfileConfiguration
-
-
Uses of UserProfileConfiguration in org.swisspush.gateleen.user
Methods in org.swisspush.gateleen.user that return UserProfileConfiguration Modifier and Type Method Description UserProfileConfigurationUserProfileConfiguration.UserProfileConfigurationBuilder. build()Constructors in org.swisspush.gateleen.user with parameters of type UserProfileConfiguration Constructor Description UserProfileHandler(io.vertx.core.Vertx vertx, org.swisspush.gateleen.core.storage.ResourceStorage storage, LoggingResourceManager loggingResourceManager, UserProfileConfiguration userProfileConfiguration)Deprecated.UseUserProfileHandler(Vertx, ResourceStorage, UserProfileConfiguration)instead, because theLoggingResourceManageris not used anymoreUserProfileHandler(io.vertx.core.Vertx vertx, org.swisspush.gateleen.core.storage.ResourceStorage storage, UserProfileConfiguration userProfileConfiguration)Constructor for the UserProfileHandler.
-