Uses of Class
de.hybris.platform.webservicescommons.jalo.OAuthRefreshToken
Packages that use OAuthRefreshToken
-
Uses of OAuthRefreshToken in de.hybris.platform.oauth2.jalo
Methods in de.hybris.platform.oauth2.jalo that return OAuthRefreshTokenModifier and TypeMethodDescriptionOAuth2Manager.createOAuthRefreshToken(SessionContext ctx, Map attributeValues) OAuth2Manager.createOAuthRefreshToken(Map attributeValues) -
Uses of OAuthRefreshToken in de.hybris.platform.webservicescommons.jalo
Methods in de.hybris.platform.webservicescommons.jalo that return OAuthRefreshTokenModifier and TypeMethodDescriptionOAuthAccessToken.getRefreshToken()Generated method - Getter of theOAuthAccessToken.refreshTokenattribute.OAuthAccessToken.getRefreshToken(SessionContext ctx) Generated method - Getter of theOAuthAccessToken.refreshTokenattribute.Methods in de.hybris.platform.webservicescommons.jalo with parameters of type OAuthRefreshTokenModifier and TypeMethodDescriptionprotected voidOAuthAccessToken.setRefreshToken(SessionContext ctx, OAuthRefreshToken value) Generated method - Setter of theOAuthAccessToken.refreshTokenattribute.protected voidOAuthAccessToken.setRefreshToken(OAuthRefreshToken value) Generated method - Setter of theOAuthAccessToken.refreshTokenattribute.