Class WebdavToken

    • Method Detail

      • getToken

        public String getToken​(Request request)
        Description copied from interface: GetToken
        Get an authentication token from the request, if any.
        Specified by:
        getToken in interface GetToken
        Parameters:
        request - the current request.
        Returns:
        the token or null if it doesn't exist.
      • getTokenContext

        public String getTokenContext​(Request request)
        Description copied from interface: GetToken
        Get an authentication token context from the request, if any.
        Specified by:
        getTokenContext in interface GetToken
        Parameters:
        request - the current request.
        Returns:
        the token context or null if it doesn't exist.