Uses of Class
de.hybris.platform.webservicescommons.model.OAuthAccessTokenModel
Packages that use OAuthAccessTokenModel
Package
Description
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 OAuthAccessTokenModelModifier and TypeMethodDescriptionUserModel.getTokens()Generated method - Getter of theUser.tokensattribute defined at extensionoauth2.Method parameters in de.hybris.platform.core.model.user with type arguments of type OAuthAccessTokenModelModifier and TypeMethodDescriptionvoidUserModel.setTokens(Collection<OAuthAccessTokenModel> value) Generated method - Setter ofUser.tokensattribute defined at extensionoauth2. -
Uses of OAuthAccessTokenModel in de.hybris.platform.oauth2.jobs.maintenance.impl
Method parameters in de.hybris.platform.oauth2.jobs.maintenance.impl with type arguments of type OAuthAccessTokenModelModifier and TypeMethodDescriptionvoidCleanUpOAuthAccessTokenStrategy.process(List<OAuthAccessTokenModel> elements) -
Uses of OAuthAccessTokenModel in de.hybris.platform.webservicescommons.oauth2.token
Methods in de.hybris.platform.webservicescommons.oauth2.token that return OAuthAccessTokenModelModifier and TypeMethodDescriptionOAuthTokenService.getAccessToken(String id) Returns access token for given identifier (key)OAuthTokenService.getAccessTokenForAuthentication(String authenticationId) Returns access token for given authenticationOAuthTokenService.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.Methods in de.hybris.platform.webservicescommons.oauth2.token that return types with arguments of type OAuthAccessTokenModelModifier and TypeMethodDescriptionOAuthTokenService.getAccessTokenListForRefreshToken(String refreshTokenId) Returns list of access tokens for refresh tokenOAuthTokenService.getAccessTokensForClient(String clientId) Returns access tokens for clientOAuthTokenService.getAccessTokensForClientAndUser(String clientId, String userName) Returns access tokens based on user and clientOAuthTokenService.getAccessTokensForUser(String userName) Returns access tokens for user with given user nameMethods in de.hybris.platform.webservicescommons.oauth2.token with parameters of type OAuthAccessTokenModelModifier and TypeMethodDescriptionvoidOAuthTokenService.saveAccessToken(OAuthAccessTokenModel accessTokenModel) Save access token -
Uses of OAuthAccessTokenModel in de.hybris.platform.webservicescommons.oauth2.token.dao
Methods in de.hybris.platform.webservicescommons.oauth2.token.dao that return OAuthAccessTokenModelModifier and TypeMethodDescriptionOAuthTokenDao.findAccessTokenByAuthenticationId(String authenticationId) Finds access token by authentication identifier (key)OAuthTokenDao.findAccessTokenById(String id) Finds access token by given identifier (key)OAuthTokenDao.findAccessTokenByRefreshTokenId(String refreshTokenId) Finds access token by identifier of the refresh tokenMethods in de.hybris.platform.webservicescommons.oauth2.token.dao that return types with arguments of type OAuthAccessTokenModelModifier and TypeMethodDescriptionOAuthTokenDao.findAccessTokenListByRefreshTokenId(String refreshTokenId) Finds access tokens related to refresh token with given identifierOAuthTokenDao.findAccessTokenListForClient(String clientId) Finds access tokens for clientOAuthTokenDao.findAccessTokenListForClientAndUser(String clientId, String userName) Finds access tokens based on client identifier and user name;OAuthTokenDao.findAccessTokenListForUser(String userName) Finds access tokens for user with given user name -
Uses of OAuthAccessTokenModel in de.hybris.platform.webservicescommons.oauth2.token.dao.impl
Methods in de.hybris.platform.webservicescommons.oauth2.token.dao.impl that return OAuthAccessTokenModelModifier and TypeMethodDescriptionDefaultOAuthTokenDao.findAccessTokenByAuthenticationId(String authenticationId) DefaultOAuthTokenDao.findAccessTokenById(String id) DefaultOAuthTokenDao.findAccessTokenByRefreshTokenId(String refreshTokenId) Methods in de.hybris.platform.webservicescommons.oauth2.token.dao.impl that return types with arguments of type OAuthAccessTokenModelModifier and TypeMethodDescriptionDefaultOAuthTokenDao.findAccessTokenListByRefreshTokenId(String refreshTokenId) DefaultOAuthTokenDao.findAccessTokenListForClient(String clientId) DefaultOAuthTokenDao.findAccessTokenListForClientAndUser(String clientId, String userName) DefaultOAuthTokenDao.findAccessTokenListForUser(String userName) -
Uses of OAuthAccessTokenModel in de.hybris.platform.webservicescommons.oauth2.token.impl
Methods in de.hybris.platform.webservicescommons.oauth2.token.impl that return OAuthAccessTokenModelModifier and TypeMethodDescriptionDefaultOAuthTokenService.getAccessToken(String id) DefaultOAuthTokenService.getAccessTokenForAuthentication(String authenticationId) DefaultOAuthTokenService.saveAccessToken(String accessTokenId, Object accessToken, String authenticationId, Object authentication, String userName, String clientId, OAuthRefreshTokenModel refreshTokenModel) Methods in de.hybris.platform.webservicescommons.oauth2.token.impl that return types with arguments of type OAuthAccessTokenModelModifier and TypeMethodDescriptionDefaultOAuthTokenService.getAccessTokenListForRefreshToken(String refreshTokenId) DefaultOAuthTokenService.getAccessTokensForClient(String clientId) DefaultOAuthTokenService.getAccessTokensForClientAndUser(String clientId, String userName) DefaultOAuthTokenService.getAccessTokensForUser(String userName) Methods in de.hybris.platform.webservicescommons.oauth2.token.impl with parameters of type OAuthAccessTokenModelModifier and TypeMethodDescriptionvoidDefaultOAuthTokenService.saveAccessToken(OAuthAccessTokenModel token)