Uses of Class
de.hybris.platform.webservicescommons.model.OAuthRefreshTokenModel
Packages that use OAuthRefreshTokenModel
Package
Description
Contains generated models for each type of de.hybris.platform.webservicescommons.jalo package.
-
Uses of OAuthRefreshTokenModel in de.hybris.platform.oauth2.jobs.maintenance.impl
Method parameters in de.hybris.platform.oauth2.jobs.maintenance.impl with type arguments of type OAuthRefreshTokenModelModifier and TypeMethodDescriptionvoidCleanUpOAuthRefreshTokenStrategy.process(List<OAuthRefreshTokenModel> elements) -
Uses of OAuthRefreshTokenModel in de.hybris.platform.webservicescommons.model
Methods in de.hybris.platform.webservicescommons.model that return OAuthRefreshTokenModelModifier and TypeMethodDescriptionOAuthAccessTokenModel.getRefreshToken()Generated method - Getter of theOAuthAccessToken.refreshTokenattribute defined at extensionoauth2.Methods in de.hybris.platform.webservicescommons.model with parameters of type OAuthRefreshTokenModelModifier and TypeMethodDescriptionvoidOAuthAccessTokenModel.setRefreshToken(OAuthRefreshTokenModel value) Generated method - Initial setter ofOAuthAccessToken.refreshTokenattribute defined at extensionoauth2.Constructors in de.hybris.platform.webservicescommons.model with parameters of type OAuthRefreshTokenModelModifierConstructorDescriptionOAuthAccessTokenModel(String _authenticationId, OAuthClientDetailsModel _client, ItemModel _owner, OAuthRefreshTokenModel _refreshToken, Object _token, String _tokenId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of OAuthRefreshTokenModel in de.hybris.platform.webservicescommons.oauth2.token
Methods in de.hybris.platform.webservicescommons.oauth2.token that return OAuthRefreshTokenModelModifier and TypeMethodDescriptionOAuthTokenService.getRefreshToken(String id) Returns refresh token for given identifier (key)OAuthTokenService.saveRefreshToken(String refreshTokenId, Object refreshToken, Object authentication) Saves refresh token attributes in refresh token model.
If refresh token model for given id doesn't exist, new refresh token model is created.Methods in de.hybris.platform.webservicescommons.oauth2.token with parameters of type OAuthRefreshTokenModelModifier and TypeMethodDescriptionOAuthTokenService.saveAccessToken(String accessTokenId, Object accessToken, String authenticationId, Object authentication, String userName, String clientId, OAuthRefreshTokenModel refreshTokenModel) Saves access token attributes in access token model.
If access token model with given id doesn't exist, new access token model is created.voidOAuthTokenService.saveRefreshToken(OAuthRefreshTokenModel refreshTokenModel) Save refresh token model -
Uses of OAuthRefreshTokenModel in de.hybris.platform.webservicescommons.oauth2.token.dao
Methods in de.hybris.platform.webservicescommons.oauth2.token.dao that return OAuthRefreshTokenModelModifier and TypeMethodDescriptionOAuthTokenDao.findRefreshTokenById(String id) Finds refresh token by given identifier (key) -
Uses of OAuthRefreshTokenModel in de.hybris.platform.webservicescommons.oauth2.token.dao.impl
Methods in de.hybris.platform.webservicescommons.oauth2.token.dao.impl that return OAuthRefreshTokenModel -
Uses of OAuthRefreshTokenModel in de.hybris.platform.webservicescommons.oauth2.token.impl
Methods in de.hybris.platform.webservicescommons.oauth2.token.impl that return OAuthRefreshTokenModelModifier and TypeMethodDescriptionDefaultOAuthTokenService.getRefreshToken(String id) DefaultOAuthTokenService.saveRefreshToken(String refreshTokenId, Object refreshToken, Object authentication) Methods in de.hybris.platform.webservicescommons.oauth2.token.impl with parameters of type OAuthRefreshTokenModelModifier and TypeMethodDescriptionDefaultOAuthTokenService.saveAccessToken(String accessTokenId, Object accessToken, String authenticationId, Object authentication, String userName, String clientId, OAuthRefreshTokenModel refreshTokenModel) voidDefaultOAuthTokenService.saveRefreshToken(OAuthRefreshTokenModel token)