Package de.hybris.smartedit.facade
Interface SSOAuthenticationFacade
- All Known Implementing Classes:
DefaultSSOAuthenticationFacade
public interface SSOAuthenticationFacade
Facade used to generate OAuth2 authentication token basing on SSO user id. Token is necessary to login to smartedit
application
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.oauth2.common.OAuth2AccessTokengenerateOAuthTokenForUser(String clientId, String userId) Method used to generate OAuth2 authentication token basing on SSO user id.