public interface TokenStore
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(String configurationId, long userId)
     
    get(String configurationId, long userId)
     
    getFresh(String configurationId, long userId)
     
    void
    save(String configurationId, long userId, Token token)
     
  • Method Details

    • delete

      void delete(String configurationId, long userId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • get

      Token get(String configurationId, long userId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFresh

      Token getFresh(String configurationId, long userId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • save

      void save(String configurationId, long userId, Token token) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException