Uses of Class
de.hybris.platform.oauth2.data.AuthenticatedUserData
-
Packages that use AuthenticatedUserData Package Description de.hybris.platform.oauth2.controller de.hybris.platform.oauth2.data de.hybris.platform.smarteditwebservices.data -
-
Uses of AuthenticatedUserData in de.hybris.platform.oauth2.controller
Methods in de.hybris.platform.oauth2.controller that return AuthenticatedUserData Modifier and Type Method Description AuthenticatedUserDataWhoAmIController. getCurrentUser()Constructor parameters in de.hybris.platform.oauth2.controller with type arguments of type AuthenticatedUserData Constructor Description WhoAmIController(UserService userService, Converter<UserModel,AuthenticatedUserData> authenticatedUserDataConverter) -
Uses of AuthenticatedUserData in de.hybris.platform.oauth2.data
Methods in de.hybris.platform.oauth2.data with parameters of type AuthenticatedUserData Modifier and Type Method Description voidDisplayUserNamePopulator. populate(UserModel source, AuthenticatedUserData target) -
Uses of AuthenticatedUserData in de.hybris.platform.smarteditwebservices.data
Subclasses of AuthenticatedUserData in de.hybris.platform.smarteditwebservices.data Modifier and Type Class Description classSmarteditAuthenticatedUserDataSmartedit Authenticated User Data
-