Uses of Interface
de.hybris.platform.webservicescommons.oauth2.token.OAuthTokenService
-
-
Uses of OAuthTokenService in de.hybris.platform.platformbackoffice.actions.oauth2
Methods in de.hybris.platform.platformbackoffice.actions.oauth2 that return OAuthTokenService Modifier and Type Method Description protected OAuthTokenServiceDeleteAccessTokenWithRefreshTokenAction. getOaAuthTokenService() -
Uses of OAuthTokenService in de.hybris.platform.webservicescommons.oauth2.token.impl
Classes in de.hybris.platform.webservicescommons.oauth2.token.impl that implement OAuthTokenService Modifier and Type Class Description classDefaultOAuthTokenService -
Uses of OAuthTokenService in de.hybris.platform.webservicescommons.oauth2.token.provider
Methods in de.hybris.platform.webservicescommons.oauth2.token.provider that return OAuthTokenService Modifier and Type Method Description OAuthTokenServiceHybrisOAuthTokenStore. getOauthTokenService()Methods in de.hybris.platform.webservicescommons.oauth2.token.provider with parameters of type OAuthTokenService Modifier and Type Method Description voidHybrisOAuthTokenStore. setOauthTokenService(OAuthTokenService oauthTokenService)
-