Interface GetToken

All Known Implementing Classes:
MobileappToken, RequestParamToken, WebdavToken

public interface GetToken
Component responsible for extracting token from an incoming request.
  • Method Summary

    Modifier and Type
    Method
    Description
    getToken(Request request)
    Get an authentication token from the request, if any.
    Get an authentication token context from the request, if any.
  • Method Details

    • getToken

      Get an authentication token from the request, if any.
      Parameters:
      request - the current request.
      Returns:
      the token or null if it doesn't exist.
    • getTokenContext

      Get an authentication token context from the request, if any.
      Parameters:
      request - the current request.
      Returns:
      the token context or null if it doesn't exist.