Uses of Class
de.hybris.platform.webservicescommons.model.OAuthAccessTokenModel
-
Packages that use OAuthAccessTokenModel Package Description de.hybris.platform.core.model.user Contains generated models for each type of de.hybris.platform.jalo.user package. -
-
Uses of OAuthAccessTokenModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type OAuthAccessTokenModel Modifier and Type Method Description java.util.Collection<OAuthAccessTokenModel>UserModel. getTokens()Generated method - Getter of theUser.tokensattribute defined at extensionoauth2.Method parameters in de.hybris.platform.core.model.user with type arguments of type OAuthAccessTokenModel Modifier and Type Method Description voidUserModel. setTokens(java.util.Collection<OAuthAccessTokenModel> value)Generated method - Setter ofUser.tokensattribute defined at extensionoauth2.
-