Uses of Interface
de.hybris.platform.webservicescommons.oauth2.token.dao.OAuthTokenDao
-
Packages that use OAuthTokenDao Package Description de.hybris.platform.webservicescommons.oauth2.token.dao.impl de.hybris.platform.webservicescommons.oauth2.token.impl -
-
Uses of OAuthTokenDao in de.hybris.platform.webservicescommons.oauth2.token.dao.impl
Classes in de.hybris.platform.webservicescommons.oauth2.token.dao.impl that implement OAuthTokenDao Modifier and Type Class Description classDefaultOAuthTokenDao -
Uses of OAuthTokenDao in de.hybris.platform.webservicescommons.oauth2.token.impl
Methods in de.hybris.platform.webservicescommons.oauth2.token.impl that return OAuthTokenDao Modifier and Type Method Description OAuthTokenDaoDefaultOAuthTokenService. getOauthTokenDao()Methods in de.hybris.platform.webservicescommons.oauth2.token.impl with parameters of type OAuthTokenDao Modifier and Type Method Description voidDefaultOAuthTokenService. setOauthTokenDao(OAuthTokenDao oauthTokenDao)
-