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 Type
    Method
    Description
    org.springframework.security.oauth2.common.OAuth2AccessToken
    Method used to generate OAuth2 authentication token basing on SSO user id.
  • Method Details

    • generateOAuthTokenForUser

      org.springframework.security.oauth2.common.OAuth2AccessToken generateOAuthTokenForUser(String clientId, String userId)
      Method used to generate OAuth2 authentication token basing on SSO user id.
      Parameters:
      userId -
      Returns:
      DTO with OAuth2 token