Uses of Class
de.hybris.platform.webservicescommons.jalo.OAuthRefreshToken
-
Packages that use OAuthRefreshToken Package Description de.hybris.platform.oauth2.jalo de.hybris.platform.webservicescommons.jalo -
-
Uses of OAuthRefreshToken in de.hybris.platform.oauth2.jalo
Methods in de.hybris.platform.oauth2.jalo that return OAuthRefreshToken Modifier and Type Method Description OAuthRefreshTokenOAuth2Manager. createOAuthRefreshToken(SessionContext ctx, java.util.Map attributeValues)OAuthRefreshTokenOAuth2Manager. createOAuthRefreshToken(java.util.Map attributeValues) -
Uses of OAuthRefreshToken in de.hybris.platform.webservicescommons.jalo
Methods in de.hybris.platform.webservicescommons.jalo that return OAuthRefreshToken Modifier and Type Method Description OAuthRefreshTokenOAuthAccessToken. getRefreshToken()Generated method - Getter of theOAuthAccessToken.refreshTokenattribute.OAuthRefreshTokenOAuthAccessToken. getRefreshToken(SessionContext ctx)Generated method - Getter of theOAuthAccessToken.refreshTokenattribute.Methods in de.hybris.platform.webservicescommons.jalo with parameters of type OAuthRefreshToken Modifier and Type Method Description protected voidOAuthAccessToken. setRefreshToken(SessionContext ctx, OAuthRefreshToken value)Generated method - Setter of theOAuthAccessToken.refreshTokenattribute.protected voidOAuthAccessToken. setRefreshToken(OAuthRefreshToken value)Generated method - Setter of theOAuthAccessToken.refreshTokenattribute.
-