Interface TokenRetriever


public interface TokenRetriever
Defines the public interface for authentication token location implementations.

Custom TokenRetriever classes can override these default implementations:

  • com.liferay.portal.security.sso.token.internal.security.auth.RequestTokenRetriever
  • HeaderTokenRetriever
  • com.liferay.portal.security.sso.token.internal.security.auth.CookieTokenRetriever
  • com.liferay.portal.security.sso.token.internal.security.auth.SessionTokenRetriever
  • Method Summary

    Modifier and Type
    Method
    Description
    getLoginToken(javax.servlet.http.HttpServletRequest httpServletRequest, String userTokenName)
     
  • Method Details

    • getLoginToken

      String getLoginToken(javax.servlet.http.HttpServletRequest httpServletRequest, String userTokenName)